parrotsec/nmap

By parrotsec

Updated 10 days ago

Official Parrot container for nmap

Image
Networking
Security
Web Servers
0

1.3K

Nmap Official Parrot Container

Nmap is a powerful network scanning tool used for reconnaissance, vulnerability assessment, and security auditing.

Building a container

docker build -t nmap .

Running the Container

docker run --rm -it nmap

To scan a target:

docker run --rm -it nmap <target-ip>

Docker Pull Command

docker pull parrotsec/nmap