veo / vscan

开源、轻量、快速、跨平台 的网站漏洞扫描工具,帮助您快速检测网站安全隐患。功能 端口扫描(port scan) 指纹识别(fingerprint) 漏洞检测(nday check) 智能爆破 (admin brute) 敏感文件扫描(file fuzz)
https://veo.pub/2021/vscan/
BSD 3-Clause "New" or "Revised" License
1.43k stars 240 forks source link

centos linux 使用出错 #7

Closed gcxtx01 closed 2 years ago

gcxtx01 commented 2 years ago

image

veo commented 2 years ago

image

感谢您提交issue

是编译动态库版本不一样产生的问题,两种临时解决方案

1.可以建个软链接/lib64/libpcap.so.0.8到目前版本的libpcap.so 2.可以下载源码后自行编译

以后我会完善一下编译设置彻底解决这个问题