You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: