Dockerfile linksThe latest Tag will automatically be updated when the alpine base image is updated
Nikto is a free software command-line vulnerability scanner that scans webservers for dangerous files/CGIs, outdated server software and other problems.
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>
Content type
Image
Digest
Size
15.4 MB
Last updated
about 6 years ago
docker pull toendeavour/nikto