dumpserver interfaces for python/jython
Project description
Annotated burp interfaces for python/jython
Installation
pip install dumpserver
Usage 1
import dumpserver
class LoggerAddon:
def request(self, flow: http.HTTPFlow):
print({flow.request.method} {flow.request.url}")
def response(self, flow: http.HTTPFlow):
print({flow.response.status_code} {flow.request.url}")
Install Requires
python>=3.6.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dumpserver-0.1.2.tar.gz
(316.4 kB
view details)
File details
Details for the file dumpserver-0.1.2.tar.gz.
File metadata
- Download URL: dumpserver-0.1.2.tar.gz
- Upload date:
- Size: 316.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f00d7294cb35545368ef95ee9ef7e7e4bbac10209d8b75f21ba7b7f43f5d6314
|
|
| MD5 |
aa12d598e752b650302a011852ee0d91
|
|
| BLAKE2b-256 |
cd663ea244f4677d112b8f7f6335411652feb870d9b16083db4d6342186f19b3
|