From c02e3dc4307b71ed3ad6e85895a76393210fc64c Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 9 Aug 2025 13:37:19 -0600 Subject: [PATCH] 1754768239 --- customscripts/FIND_THE_DAMN_PI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customscripts/FIND_THE_DAMN_PI b/customscripts/FIND_THE_DAMN_PI index cd31e28..b806583 100644 --- a/customscripts/FIND_THE_DAMN_PI +++ b/customscripts/FIND_THE_DAMN_PI @@ -10,7 +10,7 @@ local_subnet="10.0.0.0/24" 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 -T4 -sV -O --reason $local_subnet -oX $out_file --stylesheet https://h.acker.is/nmaprincesspi/xsl/princesspi-nmap.xsl +nmap -T4 -sV -O $local_subnet -oX $out_file --stylesheet https://h.acker.is/nmaprincesspi/xsl/princesspi-nmap.xsl scp $out_file $remote_server:$remote_path/$file_name # ssh inter "sudo bash /usr/share/customscripts/fix_permissions" # fix perms remote