OWASP Zed Attack Proxy

The Zed Attack Proxy (ZAP) is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications. It is designed to be used by people with a wide range of security experience and as such is ideal for developers and functional testers who are new to penetration testing. ZAP provides automated scanners as well as a set of tools that allow you to find security vulnerabilities manually.

Лицензия

Лицензия

Группа

Группа

org.zaproxy
Идентификатор

Идентификатор

zap
Последняя версия

Последняя версия

2.11.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

OWASP Zed Attack Proxy
The Zed Attack Proxy (ZAP) is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications. It is designed to be used by people with a wide range of security experience and as such is ideal for developers and functional testers who are new to penetration testing. ZAP provides automated scanners as well as a set of tools that allow you to find security vulnerabilities manually.
Ссылка на сайт

Ссылка на сайт

https://www.zaproxy.org/
Организация-разработчик

Организация-разработчик

OWASP
Система контроля версий

Система контроля версий

https://github.com/zaproxy/zaproxy

Скачать zap

Как подключить последнюю версию

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

Зависимости

compile (26)

Идентификатор библиотеки Тип Версия
com.fifesoft : rsyntaxtextarea jar 3.1.3
com.github.zafarkhaja : java-semver jar 0.9.0
commons-beanutils : commons-beanutils jar 1.9.4
commons-codec : commons-codec jar 1.15
commons-collections : commons-collections jar 3.2.2
commons-configuration : commons-configuration jar 1.10
commons-httpclient : commons-httpclient jar 3.1
commons-io : commons-io jar 2.11.0
commons-lang : commons-lang jar 2.6
org.apache.commons : commons-lang3 jar 3.12.0
org.apache.commons : commons-text jar 1.9
edu.umass.cs.benchlab : harlib jar 1.1.3
javax.help : javahelp jar 2.0.05
org.apache.logging.log4j : log4j-api jar 2.15.0
org.apache.logging.log4j : log4j-1.2-api jar 2.15.0
net.htmlparser.jericho : jericho-html jar 3.4
net.sf.json-lib : json-lib jar 2.4
org.apache.commons : commons-csv jar 1.8
org.bouncycastle : bcmail-jdk15on jar 1.68
org.bouncycastle : bcprov-jdk15on jar 1.68
org.bouncycastle : bcpkix-jdk15on jar 1.68
org.hsqldb : hsqldb jar 2.5.2
org.jfree : jfreechart jar 1.5.3
org.jgrapht : jgrapht-core jar 0.9.0
org.swinglabs.swingx : swingx-all jar 1.6.5-1
org.xerial : sqlite-jdbc jar 3.36.0.1

runtime (7)

Идентификатор библиотеки Тип Версия
org.apache.logging.log4j : log4j-core jar 2.15.0
commons-validator : commons-validator jar 1.7
org.jitsi : ice4j jar 3.0-24-g34c2ce5
com.formdev : flatlaf jar 1.6
commons-jxpath : commons-jxpath jar 1.3
commons-logging : commons-logging jar 1.2
xom : xom jar 1.3.7

Модули Проекта

Данный проект не имеет модулей.
org.zaproxy

OWASP ZAP

Версии библиотеки

Версия
2.11.1
2.11.0
2.10.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0