Skip to content

How to physically locate a lost WiFi access point that still sends a WiFi signal

License

Notifications You must be signed in to change notification settings

mendel5/locate-lost-wifi-device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

locate-lost-wifi-device

How to physically locate a lost WiFi access point that still sends a WiFi signal

Download Kali Linux ("Live Boot" version) from https://www.kali.org/get-kali/#kali-live

Enter the following commands:

sudo airmon-ng
--> shows a list of all WiFi devices installed and accessible to Kali Linux

sudo airmon-ng start wlan0
--> replace wlan0 with the name of the correct WiFi "interface"

sudo airmon-ng
--> the interface should now be called "wlan0mon"

sudo airodump-ng wlan0mon
--> Try to find the lost WiFi device by walking around and trying to make the `PWR` value go to 0 (zero).

Links

About

How to physically locate a lost WiFi access point that still sends a WiFi signal

Topics

Resources

License

Stars

Watchers

Forks