A template repo for a 3rd party ZAP Java add-on.
If you'd like to create your own ZAP add-on which could be published to the ZAP Marketplace then copy this repo and make the following changes:
-
Rename the
yourname
directories to be your github name (or choose another package hierarchy which works better for you). -
Change the add-on ID
addonjava
to be a new ID which is not already on the ZAP Marketplace. -
Change the code and help files to do whatever you want 😃
-
Deploy and test your app locally, e.g. using
./gradlew copyZapAddon
-
Optional: Raise an Issue to get your add-on published on the ZAP Marketplace.
For more info on developing ZAP add-ons see https://www.zaproxy.org/docs/developer/