intruxxer / zaproxy

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

ZAP add-on generator #519

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When creating an add-on theres a load of boilerplate code to write.
I cut and paste it from other add-ons, but its still time consuming.
One option would be to create an program (or even an add-on;) that generated 
addons.
So the user would be presented with a selection of choices, eg:
This addon needs:
[ ] an info tab (the bottom one)
[ ] a work tab (the Request/Response one)
[ ] a selection tab (like the Sites tree)
This add should listen for events:
[ ] Session changed
etc
It could even prompt for further info, like which of various templates to use 
for the tabs, right click options etc etc

It could then generate the required code, and maybe even update the relevant 
build file and even build the skeleton add-on.

Original issue reported on code.google.com by psii...@gmail.com on 14 Feb 2013 at 1:32