G4lile0 / ESP32-WiFi-Hash-Monster

WiFi Hash Purple Monster, store EAPOL & PMKID packets in an SD CARD using a M5STACK / ESP32 device
MIT License
893 stars 101 forks source link

Support for deauth #25

Open RChadwick7 opened 2 years ago

RChadwick7 commented 2 years ago

It appears that the capability to deauth on the ESP32 has gone mainstream. Will this ever come to the Hash Monster?

tobozo commented 2 years ago

hey @RChadwick7

I haven't seen an Arduino example so far so I'm not sure which of the three known methods would work.

The good news is that the unstable version of arduino sdk 2.x.x is using esp-idf 4.x, with this version it is not required to patch the ELF to expose the packet raw function.

The bad news is that every network function of the wifi-hash-monster will probably have to be rewritten then tested, and it's a huge amount of work.