diff --git a/other/af-plans/juiceshop-selenium-auth/js-auth.bat b/other/af-plans/juiceshop-selenium-auth/js-auth.bat index 1ceb44b5..3dc6d9e8 100755 --- a/other/af-plans/juiceshop-selenium-auth/js-auth.bat +++ b/other/af-plans/juiceshop-selenium-auth/js-auth.bat @@ -4,4 +4,4 @@ set JS_PWD=test123 # Customize the paths to the zap.bat file and the automation plan to match your environment -C:\Program Files\OWASP\Zed Attack Proxy\zap.bat -cmd -autorun \full\path\juiceshop-auth.yaml +C:\Program Files\ZAP\Zed Attack Proxy\zap.bat -cmd -autorun \full\path\juiceshop-auth.yaml diff --git a/other/af-plans/juiceshop-selenium-auth/js-test.bat b/other/af-plans/juiceshop-selenium-auth/js-test.bat index 1b74489f..a7fd5f70 100755 --- a/other/af-plans/juiceshop-selenium-auth/js-test.bat +++ b/other/af-plans/juiceshop-selenium-auth/js-test.bat @@ -4,4 +4,4 @@ set JS_PWD=test123 # Customize the paths to the zap.bat file and the automation plan to match your environment -C:\Program Files\OWASP\Zed Attack Proxy\zap.bat -cmd -autorun \full\path\juiceshop-test.yaml +C:\Program Files\ZAP\Zed Attack Proxy\zap.bat -cmd -autorun \full\path\juiceshop-test.yaml