From 107101c69fd55a914d594d01dbb9c58f00b5f583 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 9 Aug 2025 07:18:55 -0600 Subject: [PATCH] 1754745536 --- customscripts/FIND_THE_DAMN_PI_HARDCORE | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/customscripts/FIND_THE_DAMN_PI_HARDCORE b/customscripts/FIND_THE_DAMN_PI_HARDCORE index a66b5f4..d5903b6 100644 --- a/customscripts/FIND_THE_DAMN_PI_HARDCORE +++ b/customscripts/FIND_THE_DAMN_PI_HARDCORE @@ -1,8 +1,11 @@ - out_file="/tmp/nmap.xml" -nmap -vv -Pn -A -T4 10.0.0.0/24 -oX $out_file --stylesheet https://h.acker.is/nmaprincesspi/xsl/princesspi-nmap.xsl +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 +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