z

zap

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/
The Apache License, Version 2.0
ZAP
Everyone who has contributed to ZAP
文件下载
文件名 操作
zap-2.15.0.jar 下载
zap-2.15.0.pom 下载
zap-2.15.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.zaproxy</groupId>
  <artifactId>zap</artifactId>
  <version>2.15.0</version>
</dependency>
Gradle Groovy
implementation 'org.zaproxy:zap:2.15.0'
Gradle Kotlin
implementation("org.zaproxy:zap:2.15.0")
Scala SBT
libraryDependencies += "org.zaproxy" % "zap" % "2.15.0"
Groovy Grape
@Grapes(
  @Grab(group='org.zaproxy', module='zap', version='2.15.0')
)
Apache Ivy
<dependency org="org.zaproxy" name="zap" rev="2.15.0" />
Leiningen
[org.zaproxy/zap "2.15.0"]
Apache Buildr
'org.zaproxy:zap:jar:2.15.0'