Skip to content

Instantly share code, notes, and snippets.

@navicore
Last active July 22, 2024 21:20
Show Gist options
  • Save navicore/c12eddbc59bd9d58409889f3d11143c4 to your computer and use it in GitHub Desktop.
Save navicore/c12eddbc59bd9d58409889f3d11143c4 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
@yuhisern7
Copy link

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