Skip to content

Releases: logix727/burpsuitekiller

1.0

04 Feb 15:33
fe29030

Choose a tag to compare

🦅 BurpKiller Pro v2.0 - Release Notes

Date: February 4, 2026

We are thrilled to announce the release of BurpKiller Pro v2.0. This major update transforms the tool from an experimental scanner into a stable, analyst-grade security workbench.


🌟 Highlights

1. 🏭 Standalone Executables

No more Python headaches!

  • Windows: Just run BurpKillerPro.exe.
  • MacOS: Use the included build_mac.sh to generate a native .app bundle.

2. 📝 Analyst-Grade Reporting

We've completely overhauled the Inspector report to be "SOC Friendly":

  • Plain English Titles: Vulnerabilities are renamed for clarity (e.g., [API1] -> ⚠️ Unauthorized Data Access).
  • Business Impact: Each finding now includes a dedicated "Why this matters" section for executives.
  • Compliance Badges: Findings are automatically tagged with 💳 PCI-DSS, 🛡️ GDPR, and ⚖️ HIPAA where applicable.

3. 🔎 Enhanced Detection Engine

Five new high-fidelity detectors have been added:

  • 👤 PII Eraser: Stricter regex + Luhn validation for detecting Credit Cards, SSNs, and Emails with zero false positives.
  • 🚗 VIN: Now detects 17-character Vehicle Identification Numbers.
  • 🎯 BOLA: Heuristic detection of numeric IDs in URL paths.
  • 🔗 SSRF: Identifies risky URL parameters (e.g., ?webhook=...).

4. 🧹 Stability & Performance

  • Crash Fix: Resolved a critical "Green Screen of Death" caused by infinite recursion in the previous engine.
  • Traffic Filter: New "BS Filter" automatically collapses trace IDs and boilerplate headers.

🚀 How to Upgrade

Simply download the latest zip archive, unzip, and run the executable for your platform.

Happy Hunting!
- The Security Engineering Team