A simple utility to discover all LAN/WLAN devices in IP range.
Дневник UNIX'оида bb9fb9a5aa Screenshots in README | hace 3 años | |
---|---|---|
LICENSE | hace 3 años | |
README.md | hace 3 años | |
devdiscover.py | hace 3 años | |
scr1.png | hace 3 años | |
scr2.png | hace 3 años | |
scr3.png | hace 3 años |
A simple utility that can discover all LAN/WLAN devices in specified IP range
./devdiscover.py --ip-start=[first_ip] --ip-end=[second_ip] [--show-macs] [--show-names] [--verbose] --wait-response=[seconds] --iface=[interface]
Argument name | Description | Is necessary? |
---|---|---|
--ip-start=[ip] | Start bound of IP range | * |
--ip-end=[ip] | End bound of IP range | * |
--show-macs | Show MAC addresses? | |
--show-names | Show names of devices? | |
--verbose | Show all scanned IP addresses | |
--wait-response=[seconds] | How much time should I wait for response? | * |
--iface=[interface] | Which interface should I use to scan IP addresses? | * |
(optional): if you want to, you can copy this file to /usr/bin/devdiscover and run it from anywhere just by typing devdiscover:
sudo cp devdiscover.py /usr/bin/devdiscover