Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp82xx compatibility? #18

Closed
rradar opened this issue Nov 15, 2021 · 1 comment
Closed

esp82xx compatibility? #18

rradar opened this issue Nov 15, 2021 · 1 comment

Comments

@rradar
Copy link

rradar commented Nov 15, 2021

I think I checked all the documentation and information and didn't found a esp8266 (or esp8285) mentioned everywhere.

Is it possible (in theory) or are their unsolvable issues hardware or software wise to make this working on a esp82xx?

@risinek
Copy link
Owner

risinek commented Nov 15, 2021

Hi, this project is purely for ESP32 chip. It uses different SDK and API and it is not possible to simply migrate it to ESP8266 platform.

But depending on what your are interested in, there are some projects, that implements deauth attacks and some limited packet capture on ESP8266.
Check Spacehuhns projects - https://github.com/SpacehuhnTech/esp8266_deauther
And https://github.com/spacehuhn/PacketMonitor
And there are more.

But ESP8266 has firmware limitations in receive buffer, that allows only 128kb (if i remember it right) of packet to be captured, which is usually not enough for WPA handshakes.

@risinek risinek closed this as completed Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants