Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
BurpSuite-Grand-Master-Tools — Modular toolkit for pentesters that converts Burp Suite captured HTTP requests into browsable URLs and automates workflow actions with auditable Python scripts. | Kitploit
Tools/GitHubGitHub/nu11secur1ty/burpsuite-grand-master-tools
ReconnaissanceWeb Proxies & InterceptionScripting & AutomationWeb SecurityPenetration TestingUtilities & Frameworks
GitHubnu11secur1ty/burpsuite-grand-master-tools

BurpSuite-Grand-Master-Tools

Modular toolkit for pentesters that converts Burp Suite captured HTTP requests into browsable URLs and automates workflow actions with auditable Python scripts.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
229 months agoNot yet reviewed

BurpSuite-Grand-Master-Tools

BurpSuite-Grand-Master-Tools

By nu11secur1ty — A modular toolkit that transforms Burp captures into instant, repeatable actions. Convert. Reuse. Open. Automate.

GitHub release License Python GitHub stars


🚀 Elevator pitch

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.


✨ Why it matters

  • 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.

🔧 Core features (v1.0)

  • 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 :scheme and X-Forwarded-Proto headers when present.
  • Safe-by-default: opener does not send network requests — it only opens constructed URLs.
  • Pure Python (standard library) — no heavy dependencies.

📦 Quick start

root@kitploit:~
# 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
Download Tool