1754761242

This commit is contained in:
2025-08-09 11:40:42 -06:00
parent 976ac732b6
commit ac971e7c57
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/zsh #!/bin/zsh
# runs in appx 40 seconds # runs in appx 60 SECONDS
file_name="nmap-$(date +%Y%m%d%H%M%S)-$(echo $RANDOM | md5sum | awk '{print $1}').xml" file_name="nmap-$(date +%Y%m%d%H%M%S)-$(echo $RANDOM | md5sum | awk '{print $1}').xml"
out_file="/tmp/$file_name" out_file="/tmp/$file_name"
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/zsh #!/bin/zsh
# runs in appx <> seconds # runs in appx 60 MINUTES
file_name="nmap-hardcore-$(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" out_file="/tmp/$file_name"