This is a minimal docker container based on Ubuntu 14.04 for learning/investigation using MASSCAN: Mass IP Port scanner.
You should run this container interactivelly and masscan console commands.
Includes:
- Cloned masscan repo on /opt/masscan
- Compiled an ready to use masscan binary on /usr/local/bin
- Git, wget, curl, build-essential
Masscan is an open source project by Robert David Graham. Check it out: masscan github repo A DEF CON 22 talk explaining masscan an its capabilities is up on youtube: DEF CON 22 Mass Scanning the Internet
Runs as root user.
No volumes are exposed.
No ports are exposed.
You need docker v1.3+ installed. To get the container up and running and drop to an interactive shell, run:
sudo docker run --rm -it dordoka/masscan
If you have fig.sh
installed, you can just launch:
sudo fig run masscan