publicscripts/pbatch/nmap-tcp-1000-add
2009-02-25 09:10:35 +00:00

4 lines
143 B
Bash
Executable file

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