[Nikto-discuss] Multiple roots from a single scan?
Sullo
sullo at cirt.net
Tue Apr 1 23:41:19 UTC 2008
at the current time, that's the best solution.
It would be fairly trivial to allow a file of hosts to have notation like:
http://example.com/root1/
http://example.com/root2/
and/or:
http://example.com/ /root1/ /root2/ /root3/
To specify multiple values to the -root option is do-able, but will
require a bit of extra looping/host population in %TARGETS.
Reminder: all the code, tickets, etc., available via SVN/Trac:
https://trac2.assembla.com/Nikto_2
security curmudgeon wrote:
> : 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
>
> I don't have a better solution, but this seems like a great enhancement to
> the multiple host scanning functionality. As it stands, you can put in an
> IP and list of ports (e.g. 1.2.3.4,80,443). Having the ability to also
> specify a path in that would be nice.
> _______________________________________________
> Nikto-discuss mailing list
> Nikto-discuss at attrition.org
> https://attrition.org/mailman/listinfo/nikto-discuss
>
>
More information about the Nikto-discuss
mailing list