Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 342 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 342 Bytes

Topology-Scanner

A topology scanner using Nmap with Arp for python3

Requirements

sudo apt-get install -y python3-pip
sudo pip3 -r requirements.txt

Usage :

python topology.py <interface> <subnets>
    
Exemple: 
    python topology.py eth0 192.168.1.0/24
    python topology.py eth0,wlan0 192.168.1.0/24,10.0.10.0/24