Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 996 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 996 Bytes

ZAP Template Java Add-on

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:

  1. Rename the yourname directories to be your github name (or choose another package hierarchy which works better for you).

  2. Change the add-on ID addonjava to be a new ID which is not already on the ZAP Marketplace.

  3. Change the code and help files to do whatever you want 😃

  4. Deploy and test your app locally, e.g. using ./gradlew copyZapAddon

  5. 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/