zaproxy / addon-java

Template repository for ZAP add-ons written in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Template repository for ZAP add-ons written in Java

License:Apache License 2.0


Languages

Language:Java 86.0%Language:Haskell 7.2%Language:HTML 6.8%