Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo yum -y install wget
- wget -O /tmp/epel.rpm http://ammar.io/static/linux/remi-release-6.rpm
- wget -O /tmp/remi.rpm http://ammar.io/static/linux/epel-release-6-8.noarch.rpm
- sudo rpm -Uvh /tmp/remi*.rpm /tmp/epel*.rpm
- sudo yum -y install git gcc make libpcap libpcap-devel clang clang-devel
- git clone https://github.com/robertdavidgraham/masscan
- cd masscan
- make -j
- sudo cp bin/masscan /bin/masscan
- cd ..
- rm -rf masscan
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement