Sign inSign up

osodevops/nikto

By osodevops

Updated over 6 years ago

Nikto Web Vulnerability Scanner

Image
0

1.1K

osodevops/nikto repository overview

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

Tag summary

Content type

Image

Digest

Size

26 MB

Last updated

over 6 years ago

docker pull osodevops/nikto