Nikto Vuln Scanner
Go to file
colin ba56f6573f
ci/woodpecker/push/woodpecker Pipeline was successful Details
Update README.md
2024-01-17 19:02:30 -05:00
docker/nikto Update README.md 2024-01-17 19:02:30 -05:00
.woodpecker.yml Update README.md 2024-01-17 19:02:30 -05:00
README.md Update README.md 2024-01-17 19:02:30 -05:00
docker-compose.production.yml Update README.md 2024-01-17 19:02:30 -05:00
docker-compose.staging.yml Update README.md 2024-01-17 19:02:30 -05:00

README.md

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 git.nixc.us/colin/nikto

Basic usage docker run --rm git.nixc.us/colin/nikto -h https://www.example.com

To save the report in a specific format, mount /tmp as a volume:

docker run --rm -v $(pwd):/tmp git.nixc.us/colin/nikto -h http://www.example.com -o /tmp/out.json