码迷,mamicode.com
首页 > 其他好文 > 详细

centos 安装 masscan

时间:2019-12-29 20:32:49      阅读:783      评论:0      收藏:0      [点我收藏+]

标签: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 保存退出

centos 安装 masscan

标签:html   share   logs   添加   tar zxvf   idg   lib   graham   make   

原文地址:https://www.cnblogs.com/huim/p/12116004.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!