Skip to content

This is a minimal docker container based on Ubuntu 14.04 for learning/investigation using MASSCAN: Mass IP Port scanner.

Notifications You must be signed in to change notification settings

cmoro-deusto/docker-masscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

docker-masscan

This is a minimal docker container based on Ubuntu 14.04 for learning/investigation using MASSCAN: Mass IP Port scanner.

Description

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

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

Users

Runs as root user.

Volumes

No volumes are exposed.

Ports

No ports are exposed.

How to run the container

Using docker

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

Using fig

If you have fig.sh installed, you can just launch:

sudo fig run masscan

NOTE: Be careful with the destination network scanning params: masscan can mess up switches, firewalls and any other network element you can think of because of its speed. I recomend using a low packet rate.

DISCLAIMER Don't come back to me if you get abuse reports, your ISP angry or any of that shit. Anything you do with it it's your own business.

Happy learning! :)

About

This is a minimal docker container based on Ubuntu 14.04 for learning/investigation using MASSCAN: Mass IP Port scanner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published