![]()
ci/woodpecker/push/woodpecker Pipeline was successful
Details
|
||
---|---|---|
docker/nikto | ||
.woodpecker.yml | ||
README.md | ||
docker-compose.production.yml | ||
docker-compose.staging.yml |
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