From 4ebc93400c229153ef7994cfb7f2f783ad1fbe58 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 9 Aug 2025 13:16:12 -0600 Subject: [PATCH] 1754766972 --- customscripts/FIND_THE_DAMN_PI | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customscripts/FIND_THE_DAMN_PI b/customscripts/FIND_THE_DAMN_PI index 2c21212..3b3768b 100644 --- a/customscripts/FIND_THE_DAMN_PI +++ b/customscripts/FIND_THE_DAMN_PI @@ -7,7 +7,7 @@ remote_server="inter" remote_path="/var/www/h.acker.is/nmaprincesspi_manual_scans" local_subnet="10.0.0.0/24" -echo -e "\nLogging to $out_file and $web_file\n" +echo -e "\nSTARTING! THIS WILL TAKE ABOUT FIVE MINUTES!\n\tLogging to $out_file\n\tand $web_file\n" # da nmap command with my custom xsl stylesheet nmap -A --reason $local_subnet -oX $out_file --stylesheet https://h.acker.is/nmaprincesspi/xsl/princesspi-nmap.xsl @@ -18,4 +18,4 @@ scp $out_file $remote_server:$remote_path/$file_name webhook "FINISHED\n\t$web_file\n\t<@&1369280290203373670>" -echo -e "\nlive: $web_file\n" \ No newline at end of file +echo -e "\nLive: $web_file\n" \ No newline at end of file