Created
February 23, 2021 11:21
-
-
Save s1r-J/ad424155a5a940805423a8a8bcf9dab5 to your computer and use it in GitHub Desktop.
C:\Program Files\OWASP\Zed Attack Proxy直下に配置
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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