projectdiscovery / naabu

A fast port scanner written in go with a focus on reliability and simplicity. Designed to be used in combination with other tools for attack surface discovery in bug bounties and pentests
https://projectdiscovery.io
MIT License
4.7k stars 548 forks source link

Installation problem: 2.1.5 #653

Closed x0341 closed 1 year ago

x0341 commented 1 year ago

Naabu version: 2.1.5

Current Behavior:

Installation dependencies - missing files go install -v github.com/projectdiscovery/naabu/v2/cmd/naabu@latest

Expected Behavior:

Installation done with success

Steps To Reproduce:

go install -v github.com/projectdiscovery/naabu/v2/cmd/naabu@latest

github.com/google/gopacket/pcap

github.com/google/gopacket/pcap

../../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.

Anything else:

ehsandeep commented 1 year ago

@x0341 see prerequisite section.