Last active
July 22, 2024 21:20
-
-
Save navicore/c12eddbc59bd9d58409889f3d11143c4 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 |
This worked for Ubuntu 24.04 LTS - codename : Noble
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Interesting. I just ran through it and it still works for me. My gcc is a lot newer;