BLHify-BURP is a Java Burp Suite extension that scans proxy responses for social media links and reports potentially broken links as findings inside Burp.
- Hooks into Burp proxy traffic.
- Extracts social profile/page URLs from HTTP responses.
- Checks whether links look broken/unavailable on supported platforms.
- Adds issues in Burp when broken social links are found.
Run:
javac -source 22 -target 22 -cp burp.jar BLHifyBurp.javaAfter compilation, run the Python script to combine class files into the final extension JAR:
python make.pyThis creates BLHify.jar.
- Open Burp Suite.
- Go to
Extensions. - Click
Add. - Set extension type to
Java. - Select the
BLHify.jarfile and import it.
If successful, you should see it loaded successfully in Burp.