From 4bae704e69b3f656d41e351a9777a7ad8f30b082 Mon Sep 17 00:00:00 2001 From: Narsty Date: Sun, 21 May 2023 16:38:36 -0500 Subject: [PATCH] Update DarkStorm bruteforce I.P..txt --- Executions/DarkStorm bruteforce I.P..txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Executions/DarkStorm bruteforce I.P..txt b/Executions/DarkStorm bruteforce I.P..txt index 8ccec58..97d7378 100644 --- a/Executions/DarkStorm bruteforce I.P..txt +++ b/Executions/DarkStorm bruteforce I.P..txt @@ -19,7 +19,7 @@ REM Download the OWASP ZAP.app file from the official OWASP ZAP website REM nikto command will not execute if you don't have the correct port assigned! REM verify that the web server is indeed running on an open port REM as indicated by the Nmap scan, before using the code! - +REM Line 45 should look like this after port # is inserted "STRING nikto -h 13.371.118.34 -p 73" REM To use this script, replace <13.371.118.34 with target_ip> REM Open the Terminal application on your macOS.