mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 00:05:55 +03:00
[GH-ISSUE #571] Deauth attack not sending packets #173
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#173
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vincekirkov on GitHub (Aug 24, 2017).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/571
Hi,
I have an issue with the deauth. The serial console shows:
running Deauth attack... done
running Deauth attack... done
getting attacks JSON (238)...done
running Deauth attack... done
However, the device(s) stay connected to the network. In wireshark I do not see deauth packets being sent.
The GUI also doesn't show any packets being sent.
Attack | Status | Start/Stop
Deauth | 0pkts/s | STOP
Not sure how to troubleshoot further...
The device is NodeMCU 1.0 CP1202 with ESP8266MOD
@tobozo commented on GitHub (Aug 24, 2017):
Are you using the binary or did you setup environment, compile & upload ?
It sounds like it was compiled with the SDK 2.3.0 instead of 2.0.0.
Another reason could be that all your devices are safe (all of them support and are connected through 802.11n).
@vincekirkov commented on GitHub (Aug 24, 2017):
You were right. After using 2.0.0 all works great. Thank you, sir!