Sign inSign up

ociotec/nmap

By ociotec

Updated almost 7 years ago

Another docker based nmap.

Image
0

275

ociotec/nmap repository overview

nmap

Another docker based nmap.

Docker hub official image.

How to run it

For instance, to get all open ports in all your local network (change net at the end of command to yours):

docker run --rm ociotec/nmap nmap -p- 192.168.1.0/24

Same command but with XML output (readable by browser due to webxml extension):

docker run --rm --volume $(pwd):/tmp/report ociotec/nmap nmap -p- -oX /tmp/report/report.xml --webxml 192.168.1.0/24

More info about nmap

Tag summary

Content type

Image

Digest

Size

8.9 MB

Last updated

almost 7 years ago

docker pull ociotec/nmap