alexxy / netdiscover

netdiscover
GNU General Public License v3.0
378 stars 86 forks source link

no results found #19

Open truesamurai opened 4 years ago

truesamurai commented 4 years ago

nerdsicover worked fine always, but from today i dont get any results anymore. This happened after the latest Kali update. Also arp-scan is broken.It scan but returns no results, no devices are found. Network looks fine, I can ping all devices. Nmap network scan works fine. Where do I need to check to fix?

laeberkaes commented 4 years ago

I've got the same problem on Manjaro with blackarch repositories. And after an "failed" scan the network breaks and I have to restart the daemon manually. Edit: arp-scan works just fine.

dio1911 commented 4 years ago

Experiencing same issue. All attempts to scan using Kali 2019.4 gives no results, no devices found. Any ideas on potential fixes?

dio1911 commented 4 years ago

After doing some research and testing on this problem, it appears that the issue is in libpcap on Kali Rolling. v.2019.4 installs libpcap0.8 (1.9.1-2) which is currently marked testing. Use libpcap0.8 (1.8.1-6) which is stable.

mou-security commented 4 years ago

I was not getting any results with -r option. I downgraded libpcap0.8 (1.9.1-2) to libpcap0.8 (1.8.1-6) and now it works : ) Thanks dio1911

linuxshrek commented 1 year ago

How can I downgrade my libcap?