{ "version": "2.15.0", "description": "Integrated penetration testing tool for finding vulnerabilities in web applications", "homepage": "https://www.zaproxy.org", "license": "Apache-2.0", "suggest": { "JRE": "java/temurin11-jre" }, "url": "https://github.com/zaproxy/zaproxy/releases/download/v2.15.0/ZAP_2.15.0_Crossplatform.zip", "hash": "05d3932a1affb0ab7987664677134709982ca3837a0b0f0e16f9aeb391933341", "extract_dir": "ZAP_2.15.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" } }