Metadata-Version: 2.1
Name: brp
Version: 0.0.1
Summary: convert burpsuite export to python-requests
Project-URL: Homepage, https://github.com/rcastellotti/brp
Author-email: Roberto Castellotti <me@rcastellotti.dev>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# brp

`brp` is a simple tool to convert request from [burpsuite](https://portswigger.net/burp)'s HTTP History export to [python-requests](https://requests.readthedocs.io/en/latest/user/quickstart/).

To obtain the HTTP History export file just intercept some requests, go to HTTP History, select them, right click and click `Save Items`.

I mainly use it to embed requests in a python notebooks, by using: `python3 brp.py -i burp.xml -o template.ipynb`

There is not much more to say, if in doubt run `python3 brp.py --help`

