diff --git a/customscripts/FIND_THE_DAMN_PI b/customscripts/FIND_THE_DAMN_PI index ce70a46..a7d56eb 100644 --- a/customscripts/FIND_THE_DAMN_PI +++ b/customscripts/FIND_THE_DAMN_PI @@ -1,4 +1,5 @@ #!/bin/zsh +# runs in appx 40 seconds file_name="nmap-$(date +%Y%m%d%H%M%S)-$(echo $RANDOM | md5sum | awk '{print $1}').xml" out_file="/tmp/$file_name" diff --git a/customscripts/FIND_THE_DAMN_PI_HARDCORE b/customscripts/FIND_THE_DAMN_PI_HARDCORE index 7760915..39efdc5 100644 --- a/customscripts/FIND_THE_DAMN_PI_HARDCORE +++ b/customscripts/FIND_THE_DAMN_PI_HARDCORE @@ -1,6 +1,7 @@ #!/bin/zsh +# runs in appx <> seconds -file_name="nmap-$(date +%Y%m%d%H%M%S)-$(echo $RANDOM | md5sum | awk '{print $1}').xml" +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"