From 072b0c669e0cc01b783c7fce853942e720cae08e Mon Sep 17 00:00:00 2001 From: Narsty Date: Sun, 21 May 2023 13:27:36 -0500 Subject: [PATCH] DarkStorm bruteforce I.P..txt --- Executions/DarkStorm bruteforce I.P..txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Executions/DarkStorm bruteforce I.P..txt b/Executions/DarkStorm bruteforce I.P..txt index 5c8baa0..8ccec58 100644 --- a/Executions/DarkStorm bruteforce I.P..txt +++ b/Executions/DarkStorm bruteforce I.P..txt @@ -1,7 +1,9 @@ REM The script will open the Terminal, REM execute the nmap command to scan for open ports, -REM run nikto for web server vulnerability scanning, -REM Runs Zap to test for Network vulerabilities +REM run nikto for web server vulnerability scanning. +REM Runs Zap to test for Network vulerabilities, prints report to Desktop. You can change location to your flipper on line 46. +REM Tshark command-line tool for capturing and analyzing network traffic. Will create a new file named capture.pcap on your desktop +REM You can change location to your flipper on line 51. REM Performs directory and file brute-forcing with gobuster and password files REM must store password file on Desktop and name it "common.txt" @@ -10,7 +12,7 @@ REM must store password file on Desktop and name it "common.txt" REM nmap, nikto, and gobuster can all be downloaded using homebrew/terminal REM command 'brew install nmap && brew install nikto && brew install gobuster' - +REM Download wireshark to use the terminal Tshark command REM Download the OWASP ZAP.app file from the official OWASP ZAP website