sullo / nikto

Nikto web server scanner
Other
8.6k stars 1.24k forks source link

Add -Format all #21

Closed sullo closed 8 years ago

sullo commented 11 years ago

Add '-Format all' to allow saving of all (file based) report types, so a user can have them all.

Would also like to support something like '-Format xml,csv' so user can specify exactly what they want.

sullo commented 8 years ago

Nikto now allows multiple output files, which must be specified with a valid name and extension which matches a reporting format. For example: ./nikto.pl -h localhost -o one.sql,two.xml

The -Format option must still be used when using the shorthand '.' notation.