[Nikto-discuss] Multiple roots from a single scan?

Chris Green greencm at gmail.com
Tue Apr 1 21:41:12 UTC 2008


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>


More information about the Nikto-discuss mailing list