GANESH-ICMC / esp32-deauther

188 stars 19 forks source link

No packet sent ? #10

Closed EParisot closed 3 years ago

EParisot commented 3 years ago

Hi and thank you for the work provided !

I built the project with make (I used the exact esp-idf commit you provided in readme), applyed the patch and flashed the device, everything works great (although I had to run "idf.py build" before anything to build the partition_table folders and files..., it may be added to the readme...).

So I started the device, connected to Putty via Serial where I can see the deauth messages flowing without error ... but nothing else happen...

I replaced the MAC address of my Wifi AP in main.cpp and let the TARGET address as is (FF:FF:FF:FF:FF:FF).

I can't see any deauth or deassoc in wireshark (filter "wlan.fc.type_subtype eq 0xc or wlan.fc.type_subtype eq 0xa") and my computer (connected to this AP) shows steady wifi connexion....

Am I missing something ? How did you debug such case ? Thank you !

EParisot commented 3 years ago

All right I fixed it, wrong AP MAC address... Sorry about that !