Good day,
I'd love a method for giving multiple starting roots, perhaps from a
file. Right now, I've just got a shell script that iterates the loop.
Does anyone have a better approach than the following?
cat dirs.txt | while read line; do
nikto -host server -root ${line}
do
Thanks,
Chris
--
Chris Green <greencm at gmail.com>