1754766583

This commit is contained in:
2025-08-09 13:09:43 -06:00
parent 64f111981d
commit 6cf436e470
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/zsh #!/bin/zsh
# runs in appx 180 SECONDS # runs in appx 5 Minutes
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"