swarupsro / burp_bug_finder

Automatic Bug finder with buprsuite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

burp_bug_finder

Burp_bug_finder is a custom burpuite plugin (written in python) that makes easy the discovery of web vulnerabilities. This version focuses only on XSS, and error based SQLi there's no need to manually send xss payload either for reflected or stored payload; you just need to browse to the pages where you want to check XSS vulnerability or error based SQL injection.

How to install

  1. Install jython and include it in the extender tab. The lastest version (2.7.3) at today date can be downloaded here https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.3/jython-standalone-2.7.3.jar

  2. Include the jython in the python environment in Extender > Options > Python Environment Jython installation

  3. Download the burp_bug_finder.py from this repository and include it the the extension.

How it works

burp_bug_finder captures all requests sent through the proxy and resend them by modifiying every parameter (including cookie) with XSS and SQLi payloads. The XSS payload and SQL error message are then checked in the response of the request.

You have to add the website to be processed in the target scope Target added to scope

If the payload pattern is found in the response, a log is added in the tab named BurpBugFinder and . Payload sent SQLi detection

If you're using burpsuite pro, you will get issue alert in the dashboard tab. Issues summary from burp pro

NB: Since every request sent is tweaked, kindly enable the extension only when you want to check for bug.

References

About

Automatic Bug finder with buprsuite


Languages

Language:Python 100.0%