centos 安装 masscan

https://github.com/robertdavidgraham/masscan

yum install git gcc make libpcap-dev
$ git clone https://github.com/robertdavidgraham/masscan
$ cd masscan
$ make



https://www.cnblogs.com/wawahaha/p/3821486.html


yum -y install gcc-c++
yum -y install flex
wget -c http://www.tcpdump.org/release/libpcap-1.5.3.tar.gz
cd libpcap-1.5.3.tar.gz
tar zxvf libpcap-1.5.3.tar.gz
cd libpcap-1.5.3
./configure
make
make install

https://www.cnblogs.com/woshare/p/4796323.html
vi /etc/ld.so.conf

添加两行
/usr/local/lib
/usr/lib

:wq 保存退出

相关推荐