Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.31 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.31 KB

NetScan

A Network scanner which lists IPs, MAC Addresses, and other information about devices on a network, which can also Deuath devices.

image

Dependencies

You may require WinPcap, Npcap, or other Packet Capturing software for the program to work properly. These will be listed below.

Be sure to run pip install -r requirements.txt to install all needed modules to function.

Packet Capturing software Downloads

  1. NpCap
  2. WinPcap
  3. Nmap

Please note that you are only required to have one of these, or other software with the same functionality.

Usage

To begin, input the IP of the router you would like to scan for connected devices (You must be connected to the network, of course.) Along with the range. Both fields will be properly set by default as of 0.0.3, then press "Scan". The output will begin listing devices it finds in realtime, and should let you know when it is done. Afterwards you should have a neat looking list of IP's, MAC Addresses, OS information, etc.

Please view the Documentation for more in depth information.