Results 1 to 3 of 3

Thread: netdiscover not working under Kali 2019.4

  1. #1
    Join Date
    2014-Feb
    Posts
    11

    Exclamation netdiscover not working under Kali 2019.4

    Installed 2019.4 in VMWare (from .iso) and netdiscover command produces no results.

    netdiscover -r 192.168.4.0/24 -i eth0

    Currently scanning: Finished! | Screen View: Unique Hosts

    0 Captured ARP Req/Rep packets, from 0 hosts. Total size: 0
    __________________________________________________ ___________________________
    IP At MAC Address Count Len MAC Vendor / Hostname
    -----------------------------------------------------------------------------

    Checked with previous version of kali and verified ability to use netdiscover and find clients/MACs on same LAN.

    Any suggestions appreciated.

  2. #2
    Join Date
    2014-Feb
    Posts
    11

    Lightbulb netdiscover issues resolved

    After doing some research and testing on this problem, it appears that the issue is in libpcap. Kali Rolling is installs libpcap0.8 (1.9.1-2) which is currently marked testing. I decided to use libpcap0.8 (1.8.1-6) which is stable. Installed using:

    Code:
    dpkg -i libpcap0.8_1.8.1-6_amd64.deb
    netdiscover is now functional (note: I have not verified the impact of this on other installed tools/packages). Hopefully this will fix other issues folks are having with tools that rely on libpcap.

    You can obtain the 1.8.1-6 version of libpcap here: libpcap0.8_1.8.1-6_amd64.deb

  3. #3
    Join Date
    2020-May
    Posts
    1
    With the latest libpcap in Kali Linux this now works. (v 1.9.1-4)

Similar Threads

  1. pwdump not working in Kali 2019.4, but installing from repo works?
    By yaksmen in forum TroubleShooting Archive
    Replies: 6
    Last Post: 2020-05-28, 22:32
  2. WI-FI DRIVER is not working in KALI LINUX 2019.4
    By DoS@AccessDenied in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2019-12-18, 18:31
  3. xfce not working after 2019.3 -2019.4 upgrade
    By rowbot in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2019-11-30, 19:53

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •