Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
/ GCI19-WifiRecon Public archive

Python script to search for devices on your local network

License

Notifications You must be signed in to change notification settings

weakit/GCI19-WifiRecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

WiFi Reconnaissance

A python script that looks for local devices connected to the network you're connected to.

Works on linux only, and depends on netifices to get the IP addresses and network subnet.
Install with pip install netifices

asciicast

How the script works

The script first finds your network's IP subnet, which act as a list of possible IP addresses on the network.
It then pings every IP to check if there's a device on the other end.
After confirming devices on the network, the script fetches the MAC addresses of the found devices from the ARP cache.

About

Python script to search for devices on your local network

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages