Skip to content

osodevops/docker-devsecops-nikto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published