Burp Suite extension to detect CVE-2025-14847 (MongoBleed) via manual leak tests from a dedicated UI tab.
Repository: https://github.com/j0lt-github/mongobleedburp
- Manual test UI tab with host/port and min/max offsets
- In-memory leak capture (no
.binwritten to disk) - Hex + ASCII and text views for leak inspection
- Keyword highlighting for common secret patterns
Creator: j0lt
- Burp Suite (Professional or Community)
- JDK 8+
- Build the JAR (Gradle will fetch the Burp API from Maven Central):
gradle jarThe output JAR is in build/libs/mongobleed-burp.jar.
- Burp → Extensions → Add
- Type: Java
- Select
build/libs/mongobleed-burp.jar
- Set Host, Port, and offset range
- Click Run Scan
- Review leaks in the Results table and Hex/Text views
For authorized security testing only.