Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By mrburnette
#59900
Unc3nZureD wrote:I want ot list clients on a foreign network, which isn't hosted by my ESP8266 device.


https://www.hackster.io/rayburne/esp8266-mini-sniff-f6b93a

With some limitations, you can get a view of what is around you. You can determine the ESP8266 devices by the MAC: begins "1afe..."
Code: Select all

ESP8266 mini-sniff 
by Ray Burnette http://www.hackster.io/rayburne/projects
Type:   /-------MAC------/---- SSID----/  /----MAC---/  Chnl  RSSI
BEACON: <=============== [HOME-01FC-2.4]  84002da251d8    6    -93
BEACON: <=============== [   TardisTime]  1afe34a08bc9    8    -80
BEACON: <=============== [  xfinitywifi]  84002da251da    6    -92
DEVICE: 18fe34f977a0 ==> [   TardisTime]  1afe34a08bc9    8    -91
BEACON: <=============== [             ]  fa8fca34e26c   11    -86
BEACON: <===============      HOME-30C2]  5c571a0730c0   11    -85
DEVICE: 6002b4484f2d ==>    Unknown/Malformed packet 
BEACON: <=============== [             ]  52571a0730c0   11    -82
BEACON: <=============== [  xfinitywifi]  56571a0730c0   11    -88
BEACON: <=============== [   ATT8Q4z656]  b077acc4dfd0   11    -92
BEACON: <=============== [   ATTGH6Gs22]  1005b1d6ff90   11    -88
BEACON: <=============== [             ]  fa8fca95bad3   11    -94
BEACON: <=============== [             ]  92877c55b1c0   11    -93
DEVICE: 18fe34fdc2b8 ==> [   TardisTime]  1afe34a08bc9    8    -78
DEVICE: 6c71d970d1b7 ==> [   ATT8Q4z656]  01005e7ffffa   11    -94
BEACON: <=============== [             ]  84002da251d9    6    -90
BEACON: <=============== [    HOME-B1C2]  94877c55b1c0   11    -97
BEACON: <=============== [   ATT4P3G9f8]  1c1448777420   11    -94
DEVICE: 28b2bd6b9d29 ==> [   ATT8Q4z656]  ffffffffffff   11    -91
DEVICE: e0f847252fbc ==> [   ATT8Q4z656]  ffffffffffff   11    -91
DEVICE: a4773369c4d8 ==> [    HOME-30C2]  88cb8787697a   11    -91
BEACON: <=============== [  xfinitywifi]  96877c55b1c0   11    -92

Ray