1754766972

This commit is contained in:
2025-08-09 13:16:12 -06:00
parent 938b49edd3
commit 4ebc93400c
+2 -2
View File
@@ -7,7 +7,7 @@ remote_server="inter"
remote_path="/var/www/h.acker.is/nmaprincesspi_manual_scans" remote_path="/var/www/h.acker.is/nmaprincesspi_manual_scans"
local_subnet="10.0.0.0/24" 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 # 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 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>" webhook "FINISHED\n\t$web_file\n\t<@&1369280290203373670>"
echo -e "\nlive: $web_file\n" echo -e "\nLive: $web_file\n"