首页 > 其他 > 详细

centos 安装 masscan

时间:2019-12-29 21:30:54      阅读:433      评论:0      收藏:0      [点我收藏+]
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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!