From db10f0ade936a2b5f8e71d923191962cbdfbed11 Mon Sep 17 00:00:00 2001 From: thc202 Date: Tue, 8 Aug 2023 14:25:16 +0100 Subject: [PATCH] Update Windows installation paths Update to match the newer location. Related to zaproxy/zaproxy#7996. Signed-off-by: thc202 --- other/af-plans/juiceshop-selenium-auth/js-auth.bat | 2 +- other/af-plans/juiceshop-selenium-auth/js-test.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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