Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
test run
  • Loading branch information
gitgrub authored Nov 22, 2024
1 parent e1dfacb commit d95938c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NMap/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ nmap -v --script nmap-vulners,vulscan --script-args vulscandb=exploitdb.csv --op
# -A
# -O os detection


hosts=$(grep -v '^#' /scan.txt)
hosts=$(echo $hosts | sed 's/ /, /g')
title="NMAP Scan *$hosts* on $(TZ=GST-1GDT date "+%d.%m.%Y - %H:%M:%S")"
Expand Down

0 comments on commit d95938c

Please sign in to comment.