Sign inSign up

k0st/nmap

By k0st

Updated over 11 years ago

Nmap on minimum, modern and secure Alpine distribution (23.95 MB)

Image
4

10K+

k0st/nmap repository overview

k0st/nmap

A Docker container for Nmap (23.95 MB).

Image is based on the gliderlabs/alpine base image

Docker image size

Latest

Docker image usage

docker run k0st/nmap [Nmap options]

Examples

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

Tag summary

Content type

Image

Digest

sha256:5c28d605a

Size

-

Last updated

over 11 years ago

docker pull k0st/nmap