diff --git a/customscripts/FIND_THE_FUCKING_PI b/customscripts/FIND_THE_FUCKING_PI index 40590b6..1c0beea 100644 --- a/customscripts/FIND_THE_FUCKING_PI +++ b/customscripts/FIND_THE_FUCKING_PI @@ -13,6 +13,6 @@ while true; do # nmap -sV -O -Pn -p22 $subnet -oG - | grep -n '22/open/tcp' # pingless search # nmap -sV -O $subnet -oG - | grep -n '22/open/tcp' # lots of ports search # nmap -sV -O -Pn $subnet -oG - | grep -n '22/open/tcp' # all ports search, pingless, slow - sleep $delay + # sleep $delay count=$((count + 1)) done