brp
brp is a simple tool to convert request from burpsuite's HTTP History export to python-requests.
To obtain the HTTP History export file just intercept some requests, go to HTTP History, select them, right click and click Save Items.
install
pip3 install brp
usage
I mainly use it to embed requests in a python notebooks, by using:
brp -i burp.xml -o template.ipynb
There is not much more to say, if in doubt run python3 brp.py --help
release new version
- bump version
python3 -m buildpython3 -m twine upload dist/*q
Release files for brp 0.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| brp-0.0.6.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| brp-0.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.1 kB
Release files / brp-0.0.6.tar.gz
| Download URL | brp-0.0.6.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8b8cdcedddea843602d05a85167b41e4751b5353a614ed28acb7a199cde3de02
|
|
BLAKE2b-256 checksum How to use checksums |
69c247d31e0e13a9df51a0914ef71831fae611e6d810e2b37295937e3699988a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.6
|
Release files / brp-0.0.6-py3-none-any.whl
| Download URL | brp-0.0.6-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
969cccdd600739ec51cd93e929ab4fe589e8b5aa291f04540402e30df7d3857f
|
|
BLAKE2b-256 checksum How to use checksums |
c63dbeea27d3d543533e7ddf0c58f518839a9a8c2713aa00ae586697b8804b02
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.6
|