Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wraient/google-phishing-with-esp8266
Google Phishing with ESP8266
https://github.com/wraient/google-phishing-with-esp8266
esp8266 gmail google phishing
Last synced: 4 months ago
JSON representation
Google Phishing with ESP8266
- Host: GitHub
- URL: https://github.com/wraient/google-phishing-with-esp8266
- Owner: Wraient
- Created: 2024-07-11T17:51:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T21:41:36.000Z (6 months ago)
- Last Synced: 2024-10-10T15:02:02.538Z (4 months ago)
- Topics: esp8266, gmail, google, phishing
- Language: HTML
- Homepage:
- Size: 7.81 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phishing with ESP8266 (Google Phishing Page)
This is a Arduino script to host wifi network using ESP8266 which would work as a phishing page. When a user connects to this wifi network with your preffered SSID
They would be redirected to login into the wifi as most commercial wifi networks do. But this login page is for Google Gmail, and once the user submits the credentials
they are stored in the ESP8266 for the attacker to view later. After submitting the credentials successfully the user would be shown a "Connected" page but there would
be no network access as the ESP8266 does not have any network access.TL;DR
This is a phishing page of Google Gmail with ESP8266.
## Preview
| Login Wifi | Submitted Successfully | View Credentials |
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
| | | |# Setup
- Install Arduino IDE from [official website](https://www.arduino.cc/en/software#legacy-ide-18x) (You need Arduino IDE version 1.8.X to upload file system)
- Install required libraries and dependencies for ESP8266 ([Guide](https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide))
- Install [SPIFFS tool](https://www.instructables.com/Using-ESP8266-SPIFFS/#step2) for ESP8266
- Clone this repo
```
git clone https://github.com/Wraient/Google-Phishing-with-ESP8266
```
- Open `esp8266_phishing.ino` and change SSID
- Copy `index.html` in your data folder or copy `data/` in your Arduino project root
- Flash SPIFFS
- Flash script
- Connect to the wifi network and navigate to `connectivitycheck.gstatic.com/getinfo` on an Android or `http://www.msftconnecttest.com/getinfo` on Windows to see your collected passwords
- Navigate to `baseurl/deleteinfo` if you want to clear all the collected passwords
- Profit ????P.S. Yes all the links on the page works.
*Only for educational purposes ofc. Have fun skids.