From a99ec33f13c37a4124d63c3b5c138c519d32c6cd Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 9 Aug 2025 09:25:37 -0600 Subject: [PATCH] 1754753137 --- customscripts/FIND_THE_DAMN_PI_HARDCORE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customscripts/FIND_THE_DAMN_PI_HARDCORE b/customscripts/FIND_THE_DAMN_PI_HARDCORE index e20d5cf..ea66db3 100644 --- a/customscripts/FIND_THE_DAMN_PI_HARDCORE +++ b/customscripts/FIND_THE_DAMN_PI_HARDCORE @@ -1,7 +1,7 @@ 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 +nmap -vv -A -Pn 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 # ssh inter "sudo bash /usr/share/customscripts/fix_permissions"