python3-10
Python libraries bundled with Scalpel
pyscalpel
This is a module providing tools to handle Burp HTTP traffic through the use of the Scalpel extension.
It provides many utilities to manipulate HTTP requests, responses and converting data.
qs
A small module to parse PHP-style query strings.
Used by pyscalpel
← Go back to the user documentation
1""" 2# Python libraries bundled with Scalpel 3 4--- 5 6## [pyscalpel](python3-10/pyscalpel.html) 7This is a module providing tools to handle Burp HTTP traffic through the use of the Scalpel extension. 8 9It provides many utilities to manipulate HTTP requests, responses and converting data. 10 11--- 12 13## [qs](python3-10/qs.html) 14A small module to parse PHP-style query strings. 15 16Used by pyscalpel 17 18--- 19 20# [← Go back to the user documentation](../) 21""" 22 23import pyscalpel 24import qs 25 26 27__all__ = ["pyscalpel", "qs"]