Sign inSign up

kenney/nikto

By kenney

•Updated about 11 years ago

Image with nikto-2.1.5 that is useful for scanning web server for script vulnerabilities

Image
2

1.6K

kenney/nikto repository overview

This uses cents 6.6 with nikto scanner to scan for vulnerability. It is useful for automatic penetration test. Use --net and -p if you want to change port and change how you network.

Commandline to run it on google.com's port 443:

docker run --rm -t kenney/nikto:latest nikto -h www.google.com -p 443

Commandline to run on multiple ports (443,80):

docker run --rm -t kenney/nikto:latest nikto -h www.google.com -p 443,80

Tag summary

Content type

Image

Digest

sha256:cb5bbfd60…

Size

141.1 MB

Last updated

about 11 years ago

docker pull kenney/nikto