publicscripts/pbatch/nmap-udp-full-add
2009-02-25 09:10:35 +00:00

4 lines
147 B
Bash
Executable file

#!/usr/bin/env bash
for i in $(cat targets);do
./pb.rb add nmap -PN -v -r -sU -sV --version-light --reason -p- -T4 -oN nmap-sU.${i}.txt ${i}
done