Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Burp Fuzzing Plugin #8

Open
ColdHeat opened this issue Mar 2, 2013 · 2 comments
Open

Burp Fuzzing Plugin #8

ColdHeat opened this issue Mar 2, 2013 · 2 comments

Comments

@ColdHeat
Copy link

ColdHeat commented Mar 2, 2013

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

The plugin needs to:

  • generate lists of POST/GET data
  • send items from lists of payloads to sites

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
Copy link
Collaborator

@HanLee
Copy link

HanLee commented Aug 29, 2013

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants