-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathzaproxy.json
More file actions
30 lines (30 loc) · 1.05 KB
/
zaproxy.json
File metadata and controls
30 lines (30 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"version": "2.17.0",
"description": "Integrated penetration testing tool for finding vulnerabilities in web applications",
"homepage": "https://www.zaproxy.org",
"license": "Apache-2.0",
"suggest": {
"JRE": "java/temurin17-jre"
},
"url": "https://github.com/zaproxy/zaproxy/releases/download/v2.17.0/ZAP_2.17.0_Crossplatform.zip",
"hash": "94c8f767b1c2e94f0db66b3ae56514d5e3f5a728ee1b6c798e0c8fe2d61fbff0",
"extract_dir": "ZAP_2.17.0",
"pre_install": "(Get-Content \"$dir\\zap.bat\") -replace \"\\s+(zap-$version\\.jar)\", ' %~dp0$1' | Out-File \"$dir\\zap.bat\" -Encoding Ascii",
"bin": "zap.bat",
"shortcuts": [
[
"zap.bat",
"Zed Attack Proxy",
"",
"zap.ico"
]
],
"persist": "plugin",
"checkver": {
"github": "https://github.com/zaproxy/zaproxy"
},
"autoupdate": {
"url": "https://github.com/zaproxy/zaproxy/releases/download/v$version/ZAP_$version_Crossplatform.zip",
"extract_dir": "ZAP_$version"
}
}