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.1.tar.gz
(317.7 kB
view details)
File details
Details for the file dumpserver-0.1.1.tar.gz.
File metadata
- Download URL: dumpserver-0.1.1.tar.gz
- Upload date:
- Size: 317.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52905d159cbefbcb86eb1bb6d53f6126bf8fe65b1ce06828867fa55e8c2e4e4d
|
|
| MD5 |
c6b9b45fb7b0334e0f913d8c6eb1abc9
|
|
| BLAKE2b-256 |
c0f39b4dbdd228fb57b390f389c6f438d68cb7994244c55b56374be4ce8267b3
|