{ "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" } }