Reference: https://nmap.org/docs.html
Nmap (“Network Mapper”) is an open source tool for network exploration and security auditing. It was designed to rapidly scan large networks, although it works fine against single hosts. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics
docker run -it --rm secsi/nmap -p <port_number> <ip_address>
For some commands you may need to add the privileged option:
docker run -it --rm --privileged secsi/nmap -p <port_number> <ip_address>
Hello, friend. This Docker Image has been created by RAUDI. What is RAUDI?
RAUDI (Regularly and Automatically Updated Docker Images) automatically generates and keep updated a series of Docker Images through GitHub Actions for tools that are not provided by the developers.
RAUDI is what will save you from creating and managing a lot of Docker Images manually. Every time a software is updated you need to update the Docker Image if you want to use the latest features, the dependencies are not working anymore.
This is messy and time-consuming.
Don't worry anymore, we got you covered.
If you want to contribute, give us a star or take a quick look at the source code of RAUDI click here.
Content type
Image
Digest
sha256:ffc32390a…
Size
13.5 MB
Last updated
6 months ago
docker pull secsi/nmap