Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

nmap

Docker image for Nmap

Usage with my image:

	$ docker run -it infoslack/nmap www.example.com

If you want to generate the image:

	$ git clone [email protected]:infoslack/sec-tools.git
	$ cd sec-tools/nmap
	$ docker build -t nmap .