osirislab / Project-Ideas

A place to discuss potential projects for students of the ISIS Lab.
384 stars 79 forks source link

Burp Fuzzing Plugin #8

Open ColdHeat opened 11 years ago

ColdHeat commented 11 years ago

Burp plugin to use Burp Repeater functionality to fuzz web applications.

The plugin needs to:

The documentation for Burp Extender is poor and the approach for writing this plugin is unclear. Work needs to be done in deciphering the documentation, scripting Burp Repeater to submit information pragmatically, and keep track of requests and their appropriate responses.

http://portswigger.net/burp/extender/

The plugin can be written in Java, Jython, or JRuby. Most likely given the preferences in the lab, Jython will be chosen as the plugin language. In addition, it is probable that the Burp Extender demo extensions will be of more assistance than the Extender documentation if you choose to use Jython or JRuby.

HockeyInJune commented 10 years ago
HanLee commented 10 years ago

Hi, just came across this project, I did a CSRF plugin in java for the free version of burp before, you can find it here: https://github.com/HanLee/Burp-Suite-CSRF-PoC-plugin

How is this project going? Can I be of assistance in anyway?

Edit: Also @HockeyInJune anyway I can assist in your web application vulnerability scanner?