By nu11secur1ty — A modular toolkit that transforms Burp captures into instant, repeatable actions.
Convert. Reuse. Open. Automate.
BurpSuite-Grand-Master-Tools is a lightweight, auditable, and extensible toolkit for pentesters and bug bounty hunters. Start fast with tools like Nu11Request — convert Burp-captured HTTP requests into real, browsable URLs with one click — then build an arsenal of modules to automate the rest of your Burp workflow.
- Save time reconstructing request targets and query payloads.
- Reproduce and validate findings in a real browser quickly.
- Keep raw requests saved and auditable for reporting and collaboration.
- Minimal, auditable Python scripts — easy to review, fork, and extend.
- Nu11Request: Paste a Burp request → save it → generate an opener script that builds the full URL and opens it in your browser.
- Supports both absolute-form and origin-form request-targets.
- Honors
:schemeandX-Forwarded-Protoheaders when present. - Safe-by-default: opener does not send network requests — it only opens constructed URLs.
- Pure Python (standard library) — no heavy dependencies.
# 1. clone the repo
git clone https://github.com/nu11secur1ty/BurpSuite-Grand-Master-Tools.git
cd BurpSuite-Grand-Master-Tools
# 2. run the generator and paste a Burp GET request (end with a single line containing ".")
python make_request_and_url_opener.py
# 3. run the generated opener script (example: open_request_url.py)
python open_request_url.py