publicscripts/pbatch/nmap-udp-1000-add

4 lines
132 B
Bash
Executable file

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