-
-
Save banjin/57cc936864d907cdfda3c9d36994b8b4 to your computer and use it in GitHub Desktop.
install masscan on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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