Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

About

Container for Nikto Web Vulnerability Scanner

Topics

Resources

Stars

1 star

Watchers

9 watching

Forks

Releases

Packages

Contributors

Languages