So I purchased this board, only to use this script.
Atlough the death shows 20pkt/s nothing happens.
I am not on 5Ghz. And it did work on my Raspberry Pi with the same network.
Any advice? I need to get this working. Thanks
Try using the latest testing branch this is working very well for me.
https://github.com/spacehuhn/esp8266_deauther/tree/testing
@poslogic I just tested it. Also with 200 packets, it doesn't do anything. My WiFi doesn't even lagg..
Do you have access to any other AP's to test on? Friends or mobile phone hotspot?
I have successfully tested this on my own WiFi, my mums and my Android phone hotspot.
What board are you using?
https://www.amazon.co.uk/NodeMCU-Internet-Development-ESP8266-ESP-12E/dp/B01GCK3J40/ref=sr_1_1?ie=UTF8&qid=1488393656&sr=8-1&keywords=tinxi+esp8266
I'm using this board. Same seller, just from amazon.fr.
I just tested it too. It doesn't do anything also
I have the same board.
Struggling to think of reasons why yours does not work.
Double check that you followed all steps in Readme.
Make sure board is correctly selected in Arduino/Tools
Board - NodeMCU 1.0 (Esp 12-E)
CPU frequency 80 MHZ
Flash Size 4m
Upload speed 115200
Programmer ArduinoISP

Jup. Everything is the same. This really sucks lol
Even my Android hotspot doesn't do shit
@JonathanJhon55 You are using the right SDK version.
Are you seeing any errors in the Serial Monitor?
Are you seeing (running deauth attack done) when deauthing?
@poslogic
Everything seems normal to me.

@joneroy Yes. 2.0.0
@JonathanJhon55 Serial Monitor output looks the same as mine, only other thing I can think of is that your WiFi router uses 802.11w??? Maybe switch encryption to none and try?
@poslogic See this screenshots. It doesn't use 802.11w 馃槥

@poslogic My Serial Monitor not working only show 3 line :
starting...
SSID: pwned
Password: deauther
i'm using 115200 baud
help me
@JonathanJhon55 You using wifi ddos protection feature on your wifi. it's not work if you using ddos protection feature my case not work esp8266_deauther
@joneroy What board are you using?
Have you switched to the correct SDK 2.0.0
Have you added the lines of code to the user_interfaces.h file (and clicked on save aftwards)
Hi
Try using Board - NodeMCU 0.9 (Esp 12-E) it works for me, I have the NodeMCU 1.0 (Esp 12-E) but.................everything works but the deauthing with Board -NodeMCU 1.0 (Esp 12-E) , when I choose the Board -NodeMCU 0.9 (Esp 12-E) everything works, give it a try
@poslogic i'm using correct SDK 2.0.0 and added the lines of code to the user_interfaces.h file but My Serial Monitor not working only show 3 line :
starting...
SSID: pwned
Password: deauther
i'm using this 115200 baud


esp8266_deauther working but i dont show Serial Monitor.
@joneroy We are all using the testing branch with debugging on.
Are you using the Master or Testing branch?
If it's working then your good :+1:
@poslogic Master branch
@joneroy Try the testing branch if you like, it has new features and I think it will be merged into the master soon.
Remember to keep a copy of the version that you have working now, just in case ;-)
https://github.com/spacehuhn/esp8266_deauther/tree/testing
Edit:
If you do try the testing branch please leave feedback for Stefan here...
@poslogic I'm trying the testing branch and leave feedback for Stefan.
Correct me if i am wrong, If someone is connected with LAN cable and if we deauth the network, will it work? because in my case it's not happening
No this is for WiFi 802:11b,g,n - 2.4 GHz only
Check the other projects by Stefan for LAN
The WiFi deauth attack doesn't affect LAN clients.
This attack spoof clients by sending IEEE 802.11 packets
Can we close this?
@spacehuhn close this issue it's solved
@spacehuhn close this issue it's solved
how please
Most helpful comment
Hi
Try using Board - NodeMCU 0.9 (Esp 12-E) it works for me, I have the NodeMCU 1.0 (Esp 12-E) but.................everything works but the deauthing with Board -NodeMCU 1.0 (Esp 12-E) , when I choose the Board -NodeMCU 0.9 (Esp 12-E) everything works, give it a try