Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 578 Bytes

File metadata and controls

14 lines (8 loc) · 578 Bytes

Nikto Web Vulnerability Scanner

Nikto from Sullo is a web server assessment tool. It is designed to find various default and insecure files, configurations and programs on any type of web server.

Call it without arguments to display the full help:

docker run --rm osodevops/nikto:latest

Basic usage docker run --rm osodevops/nikto:latest -h https://www.osodevops.io

To save the report in a specific format, mount /tmp as a volume:

docker run --rm -v $(pwd):/tmp osodevops/nikto:latest -h http://www.osodevops.io -o /tmp/out.json