How to Install and Uninstall netdiscover Package on Kali Linux

Last updated: May 11,2024

1. Install "netdiscover" package

Please follow the guidance below to install netdiscover on Kali Linux

$ sudo apt update $ sudo apt install netdiscover

2. Uninstall "netdiscover" package

This guide covers the steps necessary to uninstall netdiscover on Kali Linux:

$ sudo apt remove netdiscover $ sudo apt autoclean && sudo apt autoremove

3. Information about the netdiscover package on Kali Linux

Package: netdiscover
Version: 0.10-3
Installed-Size: 2821
Maintainer: Joao Eriberto Mota Filho
Architecture: amd64
Depends: libc6 (>= 2.34), libpcap0.8 (>= 0.9.8)
Size: 465000
SHA256: a32263271a2173f7c48c39d602dd1184913991ba8d33f82019b99a742b680eb3
SHA1: d80a37ae52efe1467096e22fcdac507d72034e44
MD5sum: de97b0a107a70c76756f3e8b492514b5
Description: active/passive network address scanner using ARP requests
Netdiscover is an active/passive address reconnaissance tool, mainly
developed for those wireless networks without dhcp server, when you
are wardriving. It can be also used on hub/switched networks.
.
Built on top of libnet and libpcap, it can passively detect online
hosts, or search for them, by actively sending ARP requests.
.
Netdiscover can also be used to inspect your network ARP traffic,
or find network addresses using auto scan mode, which will scan for
common local networks.
.
Netdiscover uses the OUI table to show the vendor of the each MAC
address discovered and is very useful for security checks or in
pentests.
Description-md5:
Homepage: https://github.com/netdiscover-scanner/netdiscover
Tag: interface::commandline, network::scanner, role::program, scope::utility,
use::scanning
Section: net
Priority: optional
Filename: pool/main/n/netdiscover/netdiscover_0.10-3_amd64.deb