Skip to content

emanalia/whosonmywifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Network Scanner

A Python tool that scans a LAN IP range using ICMP ping to find active devices.

What it does?

  • Takes a start and end IP address from the user
  • Pings every IP in that range simultaneously using threads
  • Shows which devices are Alive and which are Not Responding

CN Concepts Used

  • ICMP — ping protocol to check if a device is alive
  • IP Addressing — scans a /24 subnet range
  • LAN — works inside your local network
  • Threading — all pings fire at the same time for speed

How to Run

  1. Open CMD
  2. Navigate to this folder
  3. Run the scanner:
  4. Enter your IP range when asked: Start IP -> 192.168.1.1 End IP -> 192.168.1.20

Sample Output

============================================= Simple Network Scanner by Eman Alia [+] 192.168.1.1 Alive [-] 192.168.1.2 Not Responding [+] 192.168.1.5 Alive Alive: 2 | Not Responding: 18

Built With

  • Python 3
  • Standard library only — no pip install needed

Author

Eman Alia — Computer Science Student.

About

Scans your WiFi and finds every device connected to it using ICMP ping.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages