From b3c4ce32fe7724626183bec1dffa6b72c0e85cc1 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 9 Aug 2025 07:16:52 -0600 Subject: [PATCH] 1754745413 --- customscripts/FIND_THE_DAMN_PI | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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