Skip to content

Instantly share code, notes, and snippets.

@s1r-J
Created February 23, 2021 11:21
Show Gist options
  • Save s1r-J/ad424155a5a940805423a8a8bcf9dab5 to your computer and use it in GitHub Desktop.
Save s1r-J/ad424155a5a940805423a8a8bcf9dab5 to your computer and use it in GitHub Desktop.
C:\Program Files\OWASP\Zed Attack Proxy直下に配置
if exist "%USERPROFILE%\OWASP ZAP\.ZAP_JVM.properties" (
set /p jvmopts=< "%USERPROFILE%\OWASP ZAP\.ZAP_JVM.properties"
) else (
set jvmopts=-Xmx512m
)
java %jvmopts% -jar zap-2.10.0.jar %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment