intruxxer / zaproxy

Automatically exported from code.google.com/p/zaproxy
0 stars 0 forks source link

Full scripting support #272

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like ZAP to provide a generic scripting interface, with hooks into as many 
features as possible, such as:
* Before request sent
* When request received
* Active scanning a URL
* Passive scanning a URL
* Spidering a URL
* Brute forcing a URL
* Fuzzing a URL
* Actions (see Issue 181)
And then provide a mechanism whereby we can support a whole range of scripting 
languages via plugins, such as:
* Beanshell
* Python
* JavaScript
* etc etc

The core functionality would be built into ZAP and then the plugins provided as 
optional extras which people could install if they want

Original issue reported on code.google.com by psii...@gmail.com on 16 Feb 2012 at 12:42

GoogleCodeExporter commented 9 years ago
This is effectively implemented via the new scripting support in 2.2.0

Original comment by psii...@gmail.com on 28 Sep 2013 at 5:22