Sign inSign up

toendeavour/nikto

By toendeavour

Updated about 6 years ago

Image
1

327

toendeavour/nikto repository overview

latest

The latest Tag will automatically be updated when the alpine base image is updated

What is nikto?

Nikto is a free software command-line vulnerability scanner that scans webservers for dangerous files/CGIs, outdated server software and other problems.

How to use this image

Run nikto

You can execute nikto by running:

docker run --name nikto \
          toendeavour/nikto \
          <command>

Example:

docker run --name nikto \
          toendeavour/nikto \
          -host <host1>,<host2> \
          -port <port1>,<port2>

Tag summary

Content type

Image

Digest

Size

15.4 MB

Last updated

about 6 years ago

docker pull toendeavour/nikto