Use this script and the portal templates provided to create malicious WiFi AP'S
The logic is to create an AP that mimics industrial free WiFi portals through DNS spoofing and redirect clients to a phising webpage hosted at the ESP8266 itself
- Starbucks
- Install Arduino IDE
- Install required libraries and depedencies for ESP8266 https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/
- Install SPIFFS tool for ESP8266 https://github.com/esp8266/arduino-esp8266fs-plugin
- Clone this repo and open it in Arduino IDE
- Open
esp8266_phising.ino
and change SSID - Open folder
portals/
with your file manager - Pick your prefered template and copy all files to
data/
- Flash SPIFFS
- Flash script
- Connect to your network and navigate to
http://172.0.0.1/getinfo
to see the collected passwords - Navigate to
http://127.0.0.1/deleteinfo
if you want to clear the passwords
https://github.com/125K/ESP8266_WiFi_Captive_Portal
https://github.com/ojack/ESP8266-captive-portal-webserver/
https://github.com/kleo/evilportals
*Only for educational purposes