Nmap on minimum, modern and secure Alpine distribution (23.95 MB)
10K+
A Docker container for Nmap (23.95 MB).
Image is based on the gliderlabs/alpine base image
docker run k0st/nmap [Nmap options]
Run scan on scanme.nmap.org using nmap -A flag:
docker run k0st/nmap -A scanme.nmap.org
Run scan on scanme.nmap.org using nmap -sT -T4 flag:
docker run k0st/nmap -sT -T4 scanme.nmap.org
Automatically delete container after scanning:
docker run --rm=true k0st/nmap -A scanme.nmap.org
Use host data dir (/path/to/output/dir/on/host) for output of nmap scan:
docker run -v /path/to/output/dir/on/host:/work:rw k0st/nmap -oA scan -A scanme.nmap.org
Content type
Image
Digest
sha256:5c28d605a…
Size
-
Last updated
over 11 years ago
docker pull k0st/nmap