Skip to content

DominicBreuker/nikto_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nikto web scanner inside Docker

Nikto is an open source web scanner. It scans web servers for known vulnerabilities.

The homepage is here and code can be found on GitHub here.

Usage

Simply tell nikto what web application to analyse. Use the follwing command for SSL support.

docker run --rm \
           -it \
           dominicbreuker/nikto_docker:latest \
           -host some.site.com -port 443 -ssl

Or use this command to test without SSL:

docker run --rm \
           -it \
           dominicbreuker/nikto_docker:latest \
           -host some.site.com -port 80

About

Docker image for nikto web scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages