Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Lean, scratch built, single concern container to execute nmap.

Notifications You must be signed in to change notification settings

blairjames/nmap_docker_image

Repository files navigation

nmap_docker_image

Run as you would native nmap, just add the docker run prefix.

docker run blairy/nmap 
An alias can be added for the nmap command: alias nmap="docker run blairy/nmap"
Add to "$HOME/.bashrc" to make alias permanent.

Example Commands:

  • docker run blairy/nmap -V
  • docker run blairy/nmap -v -Pn -sS -T2 --top-ports 50 scanme.nmap.org
  • docker run blairy/nmap -vv -Pn -sT -T3 --top-ports 500 scanme.nmap.org
  • docker run blairy/nmap -vvv -Pn -sU -T4 --top-ports 1000 scanme.nmap.org
  • docker run blairy/nmap -v -A scanme.nmap.org

About

Lean, scratch built, single concern container to execute nmap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published