Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save banjin/57cc936864d907cdfda3c9d36994b8b4 to your computer and use it in GitHub Desktop.
Save banjin/57cc936864d907cdfda3c9d36994b8b4 to your computer and use it in GitHub Desktop.
install masscan on ubuntu
# Ubuntu
sudo apt-get -y install git gcc make libpcap-dev
git clone https://github.com/robertdavidgraham/masscan
cd masscan/
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment