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

the evil-twin attack will not work without deauthenticating the stations #1

Closed
s0ubhik opened this issue Apr 20, 2020 · 5 comments
Closed
Labels
enhancement New feature or request

Comments

@s0ubhik
Copy link

s0ubhik commented Apr 20, 2020

Hi, I am very much inspired by your project.
I saw you recently add the wifi_send_pkt_freedom functionality to the frimware,I suggest you to add a deauthentication function to strengthen the evil-twin attack :) .Thank You

@tomellericcardo
Copy link
Owner

tomellericcardo commented Apr 21, 2020

It would be nice to do that, but it's not possible: as I said in the README, if you try to send a deauthentication (or a disassociation) frame with the wifi_send_pkt_freedom function, it won't send anything and it will return -1.
This happens because after the version 1.3.0 of the Espressif SDK, that function prevents the delivery of those packets.

At the moment I've been able to build the esp-open-sdk with the 1.3.0 version of the vendor SDK, but building Microptyhon with that toolchain requires some changes to the source code.

So my suggestion is to use a PC to deauth the target access point and its client devices (using for example the aircrack-ng command line tool). Otherwise, you can program a second ESP8266 with Arduino, using the Custom Deauther SDK (the same used in the esp8266_deauther project by spacehuhn).

@s0ubhik
Copy link
Author

s0ubhik commented Apr 23, 2020

Thanks for your quick response.

@tomellericcardo tomellericcardo added the enhancement New feature or request label Apr 23, 2020
@s0ubhik
Copy link
Author

s0ubhik commented May 10, 2020

I think I got something for you.
The repo claims that it had brought back the freedom.
https://github.com/kieransimkin/esp8266-freedom

@tomellericcardo
Copy link
Owner

Yeah, I already saw this while looking for a solution to this problem.
Honestly, I've never tried to build the firmware with that SDK, but the last commit to the repository is four years old and the Micropython port to the esp8266 is quite recent... So I think that it would require some changes to the code, too.
Anyway, thank you for the advice, I'll work with it as soon as I can! ;)

@tomellericcardo tomellericcardo pinned this issue May 11, 2020
@iantot06
Copy link

What is your password Wi-Fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants