fuzz
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.zaproxy.addon</groupId>
<artifactId>fuzz</artifactId>
<version>13.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.zaproxy.addon</groupId>
<artifactId>fuzz</artifactId>
<version>13.0.0</version>
<name>OWASP ZAP - Fuzzer Add-on</name>
<description>Advanced fuzzer for manual testing</description>
<url>https://github.com/zaproxy/zap-extensions</url>
<inceptionYear>2015</inceptionYear>
<organization>
<name>OWASP</name>
<url>https://www.zaproxy.org/</url>
</organization>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>AllAddOnDevs</id>
<name>Everyone who has contributed to the add-on</name>
<email>zaproxy-develop@googlegroups.com</email>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>OWASP ZAP Developer Group</name>
<post>zaproxy-develop@googlegroups.com</post>
<archive>https://groups.google.com/group/zaproxy-develop</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:git:https://github.com/zaproxy/zap-extensions.git</connection>
<developerConnection>scm:git:https://github.com/zaproxy/zap-extensions.git</developerConnection>
<url>https://github.com/zaproxy/zap-extensions</url>
</scm>
<dependencies>
<dependency>
<groupId>com.natpryce</groupId>
<artifactId>snodge</artifactId>
<version>2.1.2.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.owasp.jbrofuzz</groupId>
<artifactId>jbrofuzz-core</artifactId>
<version>2.5.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>dk.brics.automaton</groupId>
<artifactId>automaton</artifactId>
<version>1.11-8</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>