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

Go Compilation Error #27

Closed qusaialhaddad closed 2 years ago

qusaialhaddad commented 2 years ago

Hi I am getting this error while compiling the package

github.com/google/gopacket/pcap

/root/go/pkg/mod/github.com/google/gopacket@v1.1.19/pcap/pcap_unix.go:34:10: fatal error: pcap.h: No such file or directory 34 | #include | ^~~~ compilation terminated.

veo commented 2 years ago

Read https://github.com/veo/vscan/blob/main/static/Installation.md

you should install libpcap first