Skip to content

Instantly share code, notes, and snippets.

@navicore
Last active May 5, 2024 01:21
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
@navicore
Copy link
Author

Interesting. I just ran through it and it still works for me. My gcc is a lot newer;

☁  masscan [master] gcc --version
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment