centos 安装 masscan
Posted huim
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 保存退出
以上是关于centos 安装 masscan的主要内容,如果未能解决你的问题,请参考以下文章
CentOS yum 命令出现 [Errno 14] curl#6 - "Couldn't resolve host ..." 的解决方法(代码片段