Skip to content

This python file helps to scan a LAN using ping technique and also Displays an ARP table after scanning.

Notifications You must be signed in to change notification settings

Kalihackz/Network_Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

This is a python3 script tool that helps to scan a LAN using ping technique and also displays an ARP table
after scanning.It uses scapy and getmac to scan LAN and get MAC address respectively.

Need some modules for python :

  • urllib3 - pip3 install urllib3
  • os,subprocess,threading,time - Comes pre-installed with python3
  • termcolor - pip3 install termcolor
  • getmac - pip3 install getmac
  • texttable - pip3 install texttable

  • ping

  • Network_Scanner.py - Used for scanning LAN to see all the online hosts.

Screenshot Of LAN_Scanner Date: Sat March 02 09:13:25 PM

About

This python file helps to scan a LAN using ping technique and also Displays an ARP table after scanning.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages