Skip to content

TasosY2K/ESP8266-Phising

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tactical Phising Attacks with ESP8266

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

Available Templates

  • Facebook
  • Google
  • Instagram
  • Starbucks
  • Twitter

Usage

  • 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

Big ups to

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

About

Tactical Phising Attacks with ESP8266

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages