8000 GitHub - surfacedP/network_scanner: Get IP and MAC for devices on same network
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

surfacedP/network_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code style: black

Network Scanner

Uses ARP broadcast request to scan for local devices within specified IP range, returns IP and MAC addresses of found devices.

For use with Linux.

Usage

Install requirements, run program.

pip install -r requirements.txt
sudo python3 network_scanner.py

You can specify the IP range when running, otherwise you will be prompted to enter when the program is run.

Options

  -i, --ip TEXT  IP range to scan
  --help         Show this message and exit.

About

Get IP and MAC for devices on same network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0