networkstatic/nmap
Dockerized Nmap Port Scanner on Debian
100K+
Dockerfiles can be found at nerdalert/Dockerfiles
Nmap is a perenial favorite for security fuzzing.
A couple of example usages:
nmap --help
to view port scanning options.docker run -it --rm networkstatic/nmap --help
docker run -it --rm networkstatic/nmap -sT 192.168.1.1-100 -p 22
docker pull networkstatic/nmap