Skip to content

Python3 program to discover all devices on the network and print their IP and MAC address

Notifications You must be signed in to change notification settings

jtalway/Network-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Network-Scanner

Python 3 program (using scapy and argparse) to discover all devices on the network and print their IP and MAC address.

Dependencies

$ sudo apt-get install python3-scapy

Usage

$ sudo python3 netscan-cla.py --target 192.168.0.1/24
$ sudo python3 netscan-cla.py -t 10.0.2.1/24

Arguments

-t (or --target) indicating the Target IP / IP range

About

Python3 program to discover all devices on the network and print their IP and MAC address

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages