https://github.com/zaproxy/addon-java
Template repository for ZAP add-ons written in Java
https://github.com/zaproxy/addon-java
Last synced: 7 months ago
JSON representation
Template repository for ZAP add-ons written in Java
- Host: GitHub
- URL: https://github.com/zaproxy/addon-java
- Owner: zaproxy
- License: apache-2.0
- Created: 2020-05-08T14:57:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-01T19:48:26.000Z (8 months ago)
- Last Synced: 2025-06-02T05:51:15.103Z (8 months ago)
- Language: Java
- Homepage:
- Size: 295 KB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ZAP Template Java Add-on
A template repo for a 3rd party [ZAP](https://www.zaproxy.org) Java add-on.
If you'd like to create your own ZAP add-on which could be published to the [ZAP Marketplace](https://www.zaproxy.org/addons/) 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).
1. Change the add-on ID `addonjava` to be a new ID which is not already on the [ZAP Marketplace](https://www.zaproxy.org/addons/).
1. Change the code and help files to do whatever you want :smiley:
1. Deploy and test your app locally, e.g. using `./gradlew copyZapAddon`
1. Optional: Raise an [Issue](https://github.com/zaproxy/zaproxy/issues/new?assignees=&labels=marketplace&template=third-party-addon.yml) to get your add-on published on the [ZAP Marketplace](https://www.zaproxy.org/addons/).
For more info on developing ZAP add-ons see https://www.zaproxy.org/docs/developer/