🧵 Don't read on if you want to continue using your WiFi 🛜☠️.
The tools I release are for educational and didactic purposes. Please be responsible when using them and take into account the current legislation to avoid problems with the law.
The WiFi of your mobile or PC is a real indiscreet as it calls the last networks to which it has connected, this is known as "Probe Request", serves to save battery and speed up the connection, but exposes 100m around where we live, work or have been.
How can they know where I live with just the name of my WiFi?
Easy, there are databases of WiFi names associated with your position, one of the best known is Wigle. wigle.net/map?maplat=40.…
Another problem with WiFI networks is how easily we can be blocked either to a single device, or all users of a network by sending special packets called "deauth".
The biggest problem is not having a funny neighbor who cuts off our WiFi, but the criminals who use this technique in public places to push us to their access points and steal our data.
These APs are known as pineapples.
We can use the ESP8266 Deauther another amazing tool from @spacehuhn.
Which serves to search for WiFi devices, block selected connections, create dozens of networks and confuse WiFi scanners. github.com/SpacehuhnTech/…
As a curiosity @spacehuh created an emergency deauther.... (you can imagine what it can be used for 😅).
When using WiFi they can approximate our position even through the walls... for this I have modified the excellent PhatSniffer by @larsjuhljensen which you can download here:
PhatSniffer graphically represent the associations of clients and APs, gives us lists with the RSSI or in other words the quality of signal reception.
Receiving the signal from several receivers, knowing their location and the the signal RSSI we can approx. the position of the emiter.
Technique is called trilateration and the trick was to design it cheap with 3x ESP8266, it was a challenge to program it but I did not invent it.
So I created HEIMDALL-WIFI-RADAR a modification of phatsniffer that allows using three or more wireless #esp8266 nodes communicating with #ESPNOW protocol to trilaterate the positions of all the wifi devices around you.
Now I present you the opposite utility SkyLift
When there is no GPS signal, mobiles use the position of nearby APs to locate us...
What happens if we generate a false SSID + MAC signal?
Exactly! They will think we are somewhere else..... 😀
I developed the Purple Hash Monster 👾 with an #esp32
It audits the wifi security, store EAPOL & PMKID packets in an SD-CARD (these packets include the Wifi Password Hash, If the password is weak, is very easy to calculate the original password...) github.com/G4lile0/ESP32-…
• • •
Missing some Tweet in this thread? You can try to
force a refresh
⚠️A while ago I developed Heimdall-WiFi-Radar, only with 3× ESP8266 it was possible to track and position WiFis devices through walls, now with the help of AI we have a new level, it is possible to know where you are and what are you doing! 😱😱
Research done by Jiaqi Geng, Dong Huang, and Fernando De la Torre from @CarnegieMellon
Source code for the Heimdall-WiFi-Radar PoC is here, be careful how you use it :
"With great power comes great responsibility". github.com/G4lile0/Heimda…
⚠️Hace tiempo desarrolle Heimdall-WiFi-Radar, con solo 3× ESP8266 posicionaba dispositivos WiFis atraves de los muros, ahora con ayuda de la IA tenemos un nuevo nivel, se sabe donde estás y lo que estas haciendo 😱😱😱
Por cierto el codigo del PoC de Heimdall-WiFi-Radar lo teneis aquí, ojito como lo usáis, un gran poder conlleva una gran responsabilidad github.com/G4lile0/Heimda…