bbeale / zap-extensions

OWASP ZAP Add-ons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project contains add-ons for the OWASP Zed Attack Proxy (ZAP).

If you are using the latest version of ZAP then you can browse and download add-ons from within ZAP by clicking on this button in the toolbar:

Image

You can also import add-ons you have downloaded manually from https://github.com/zaproxy/zap-extensions/releases via the "File / Load Add-on File..." menu option.

Please see the wiki for more details.

Building

The add-ons are built with Gradle, each add-on has its own project which is located under the addOns project/directory.

To build all add-ons, simply run:

./gradlew build

in the main directory of the project, the add-ons will be placed in the directory build/zapAddOn/bin/ of each project.

To build an add-on individually run:

./gradlew :addOns:<name>:build

replacing <name> with the name of the add-on (e.g. reveal).

About

OWASP ZAP Add-ons

License:Apache License 2.0


Languages

Language:Java 57.6%Language:HTML 32.7%Language:Haskell 7.7%Language:JavaScript 1.1%Language:Kotlin 0.5%Language:Groovy 0.2%Language:Python 0.1%Language:Ruby 0.1%Language:XSLT 0.1%