From 3ce7feb2af0710d6d84eafe7e242865ca06f68eb Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 9 Aug 2025 08:53:32 -0600 Subject: [PATCH] 1754751213 --- customscripts/FIND_THE_DAMN_PI | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customscripts/FIND_THE_DAMN_PI b/customscripts/FIND_THE_DAMN_PI index f6b1dd1..215f995 100644 --- a/customscripts/FIND_THE_DAMN_PI +++ b/customscripts/FIND_THE_DAMN_PI @@ -3,9 +3,9 @@ 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/nmap.xml -ssh inter "fix_permissions" +# ssh inter "sudo bash /usr/share/customscripts/fix_permissions" -webhook bootup +webhook "FINISHED <@&1369280290203373670>" echo "file: $out_file" -echo "live: https://h.acker.is/nmaprincesspi_manual_scans/nmap.xml" \ No newline at end of file +echo "live: https://h.acker.is/nmaprincesspi_manual_scans/nmap.xml?NOCACHE=$RANDOM" \ No newline at end of file