Sign inSign up

r3dm4mba/nmap

By r3dm4mba

Updated over 1 year ago

A Dockerized NMAP image to provide it capabilities on many environments

Image
Networking
Security
Monitoring & observability
0

113

r3dm4mba/nmap repository overview

Description

This Nmap image is design with efficiency and portability in mind. Is intended to provide a portable and updated tool to make reconnaissance easier. This image only redistributes Nmap, use it only on networks and systems you have permission to work on, the author is not responsible of any improper use.

Usage

The recommended usage is:

docker run --rm -v $(pwd):/reports nmap [ARGS] [TARGET]

For example, running the container to make a scan to the host would look like this:

# Where host.docker.internal is your host machine
docker run --rm -v $(pwd):/reports nmap -sCV -o scanResults host.docker.internal

The result would be the scanResults file on your current directory with the Nmap output.

Tag summary

Content type

Image

Digest

sha256:e06a56ade

Size

14.6 MB

Last updated

over 1 year ago

docker pull r3dm4mba/nmap:7.97-r1