Skip to content

M1z23R/ESP8266-EvilTwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

ESP8266-EvilTwin v2

Welcome to the project. This project is inspired by https://github.com/vk496/linset and https://github.com/SpacehuhnTech/esp8266_deauther

Use this tool only on networks that you have permission for.

Note: Removed AsyncWebServer due to performance and stability Note: Reworked deauthing - now it changes channel so deauthing can work properly

Note: I don't know anything about licenes, copyrights, etc.

Credits to: Deauthing: https://github.com/SpacehuhnTech/esp8266_deauther // Learned from
ESP8266 Core: https://github.com/espressif/arduino-esp32 // Edited and used

How to compile:

Check first: https://github.com/SpacehuhnTech/esp8266_deauther/tree/v1 It has steps on how to enable wifi_send_pkt_freedom (crucial for deauthing to work)

After that, simply open in Arduino IDE and compile/upload Feel free to change html pages (I am still using strings, version 3 might be even more stable with the use of char arrays) Also, feel free to add suggestions, I am sorry about not being active for a long time, and for unanswered issues but I hope this basic version works for everyone.

Note: Deauthing might not work on some phones due to the fact that I am using broadcast as station target (attacks everyone on network and not specific client).

How to use:

  • Connect to the AP named M1z23R with password deauther from your phone/PC.
  • Select the target you want (list of available APs refreshes every 30secs - page reload is required)
  • Click the Start Evil-Twin button and reconnect to the newly created AP named same as your target (will be open)
  • After connecting, make sure you chooes "Use this network as is" (may differ on different devices)
  • Go to your favorite browser and navigate to 192.168.4.1/admin
  • Once there DO NOT change your target, only start/stop deauthing and wait for someone to try and use the correct password.
  • Once correct password is found, AP will be restarted with default ssid M1z23R / deauther and at the bottom of a table you should be able to see something like "Successfully got password for - SSID - Password

If you have any questions, feel free to post in the issues section