diff --git a/customscripts/FIND_THE_DAMN_PI b/customscripts/FIND_THE_DAMN_PI index 7babf0c..f6b1dd1 100644 --- a/customscripts/FIND_THE_DAMN_PI +++ b/customscripts/FIND_THE_DAMN_PI @@ -2,9 +2,10 @@ out_file="/tmp/nmap.xml" nmap -vv -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 +scp $out_file inter:/var/www/h.acker.is/nmaprincesspi_manual_scans/nmap.xml ssh inter "fix_permissions" webhook bootup -echo "file: $out_file" \ No newline at end of file +echo "file: $out_file" +echo "live: https://h.acker.is/nmaprincesspi_manual_scans/nmap.xml" \ No newline at end of file