esp8266_beaconSpam icon indicating copy to clipboard operation
esp8266_beaconSpam copied to clipboard

it works, but..

Open JohnnyKetch opened this issue 5 years ago • 4 comments

I noticed that on some devices (xiaomi redmi note 8 and macbook air) the SSIDs are not shown. For scruple I did the same test with mdk3 and "ESP8266 Deauther 2.0" and on these instead it works very well.

Could anyone explain to me why?

JohnnyKetch avatar Mar 15 '20 23:03 JohnnyKetch

I have just picked this project up for the first time in a year and I am noticing the same strange behaviour. Try power cycle the MCU afew times and see if they start appearing after 1 minute. Mine have been appearing after doing this

jLynx avatar Mar 15 '20 23:03 jLynx

every now and then someone appears but it is a fairly random thing. I think there is some type of mitigation system. From the apple this and more.

On the Deauther 2.0, however, everything runs smoothly. Maybe it's because the code is a little more recent. We are waiting for the response from the developer, I am very curious :)

@spacehuhn

JohnnyKetch avatar Mar 16 '20 00:03 JohnnyKetch

Okay, it would seem that setting "append Spaces" to false solves the problem. But I'm too ignorant to understand why ^ _ ^

JohnnyKetch avatar Mar 16 '20 00:03 JohnnyKetch

I suspect you are using the same string for all SSIDs. I did that and it didn't show anything. Change at least one char for each SSID and it works.

varna9000 avatar Aug 19 '20 06:08 varna9000