Netenum: passively discover active hosts on a network
Netenum
Netenum passively monitors the ARP traffic on the network. It extracts basic data about each active host, such as IP address, MAC address, and manufacturer. The main objective of this tool is to find active machines without generating too much noise.
Features
- Provides basic information about the network, such as ESSID and current signal strength.
- Found hosts can be written to a file (next we can use Nmap’s -iL <hosts_file> option to scan detected hosts).
- Shows a signature next to the IP address indicating that the host is a local gateway:(G) .
Install
git clone https://github.com/wintrmvte/Netenum.git
pip3 install -r requirements.txt
Use
Copyright (c) 2018 Jakub Lutczyn
Source: https://github.com/wintrmvte/