From 82676a39dad0c22183e1557b1ce8d0d3542db221 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 9 Aug 2025 11:55:08 -0600 Subject: [PATCH] 1754762109 --- customscripts/FIND_THE_DAMN_PI_HARDCORE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customscripts/FIND_THE_DAMN_PI_HARDCORE b/customscripts/FIND_THE_DAMN_PI_HARDCORE index 580c59d..ad85482 100644 --- a/customscripts/FIND_THE_DAMN_PI_HARDCORE +++ b/customscripts/FIND_THE_DAMN_PI_HARDCORE @@ -1,10 +1,10 @@ #!/bin/zsh -# runs in appx 75 MINUTES +# runs in appx 90 MINUTES file_name="nmap-hardcore-$(date +%Y%m%d%H%M%S)-$(echo $RANDOM | md5sum | awk '{print $1}').xml" out_file="/tmp/$file_name" -echo "this will take a while" +echo "this will take a while ~90 MINUTES" nmap -vv -A --reason -Pn 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/$file_name