-
Use IFS and find/exec to read a csv line by line.
a. Run nikto against set of ip/ports in xml format and upload to Dradis -
for x in $(cat somefile); do somecommand $x; done
echo somelist | parallel -j10 --progress some-command.sh
a. some-command.sh
curl -s -o "Some-Text-Prefix-$1" -w "%{http_code}\n" "https://someurl/someother-text-prefix-$1"