From 656def504c71e90d5fa3bd9beaf964c7b0e40b1f Mon Sep 17 00:00:00 2001 From: Lee Li Date: Wed, 5 Jun 2024 20:23:51 +0800 Subject: [PATCH 1/2] Update README.md I spent hours to find how to enable the scripts. In the end, I only found the answer in the video. I suppose this update would help some newbies to find the answer quicker. Signed-off-by: Lee Li --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 997303db..7d70687a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ community-scripts A collection of ZAP scripts provided by the community, i.e. you lot :) The easiest way to use this repo in ZAP is to install the 'Community Scripts' add-on from the ZAP Marketplace. +Then, enabling [`Scripts Tab`](https://www.zaproxy.org/docs/desktop/addons/script-console/tree/) by `View->Show Tab->Scripts Tab` to manage the scripts. If you might want to contribute to the repo then you can also clone it to a local directory and then add that to ZAP using the Options / Scripts screen. From 070bf8708287081abca30942d4c386016d72b5a1 Mon Sep 17 00:00:00 2001 From: Lee Li Date: Fri, 14 Jun 2024 17:57:32 +0800 Subject: [PATCH 2/2] Update README.md Signed-off-by: Lee Li --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d70687a..5198bda2 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ community-scripts A collection of ZAP scripts provided by the community, i.e. you lot :) The easiest way to use this repo in ZAP is to install the 'Community Scripts' add-on from the ZAP Marketplace. -Then, enabling [`Scripts Tab`](https://www.zaproxy.org/docs/desktop/addons/script-console/tree/) by `View->Show Tab->Scripts Tab` to manage the scripts. If you might want to contribute to the repo then you can also clone it to a local directory and then add that to ZAP using the Options / Scripts screen. Please upload your scripts via pull requests! -For more information on ZAP scripts see: +For more information on ZAP scripts: +* Display the [`Scripts Tab`](https://www.zaproxy.org/docs/desktop/addons/script-console/tree/) by `View->Show Tab->Scripts Tab` to manage the scripts. * https://www.zaproxy.org/docs/desktop/addons/script-console/ * https://github.com/zaproxy/zaproxy/wiki/InternalScripting