标签:html share logs 添加 tar zxvf idg lib graham make
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 保存退出
标签:html share logs 添加 tar zxvf idg lib graham make
原文地址:https://www.cnblogs.com/huim/p/12116004.html