OWASP ZAP - Fuzzer Add-on

Advanced fuzzer for manual testing

License

License

GroupId

GroupId

org.zaproxy.addon
ArtifactId

ArtifactId

fuzz
Last Version

Last Version

13.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

OWASP ZAP - Fuzzer Add-on
Advanced fuzzer for manual testing
Project URL

Project URL

https://github.com/zaproxy/zap-extensions
Project Organization

Project Organization

OWASP
Source Code Management

Source Code Management

https://github.com/zaproxy/zap-extensions

Download fuzz

How to add to project

<!-- https://jarcasting.com/artifacts/org.zaproxy.addon/fuzz/ -->
<dependency>
    <groupId>org.zaproxy.addon</groupId>
    <artifactId>fuzz</artifactId>
    <version>13.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zaproxy.addon/fuzz/
implementation 'org.zaproxy.addon:fuzz:13.0.0'
// https://jarcasting.com/artifacts/org.zaproxy.addon/fuzz/
implementation ("org.zaproxy.addon:fuzz:13.0.0")
'org.zaproxy.addon:fuzz:jar:13.0.0'
<dependency org="org.zaproxy.addon" name="fuzz" rev="13.0.0">
  <artifact name="fuzz" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zaproxy.addon', module='fuzz', version='13.0.0')
)
libraryDependencies += "org.zaproxy.addon" % "fuzz" % "13.0.0"
[org.zaproxy.addon/fuzz "13.0.0"]

Dependencies

runtime (3)

Group / Artifact Type Version
com.natpryce : snodge jar 2.1.2.2
org.owasp.jbrofuzz : jbrofuzz-core jar 2.5.1
dk.brics.automaton : automaton jar 1.11-8

Project Modules

There are no modules declared in this project.

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).

org.zaproxy.addon

OWASP ZAP

Versions

Version
13.0.0