diff --git a/customscripts/FIND_THE_DAMN_PI_HARDCORE b/customscripts/FIND_THE_DAMN_PI_HARDCORE index d5903b6..4fc4520 100644 --- a/customscripts/FIND_THE_DAMN_PI_HARDCORE +++ b/customscripts/FIND_THE_DAMN_PI_HARDCORE @@ -1,5 +1,6 @@ out_file="/tmp/nmap.xml" +echo "this will take a while" nmap -vv -A -Pn -T4 10.0.0.0/24 -oX $out_file --stylesheet https://h.acker.is/nmaprincesspi/xsl/princesspi-nmap.xsl scp $out_file inter:/var/www/h.acker.is/nmaprincesspi_manual_scans/nmap.xml