• This repository has been archived on 21/Mar/2023
  • Stars
    star
    720
  • Rank 62,908 (Top 2 %)
  • Language
    C++
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🔑 WiFi captive portal for ESP8266 for phishing WiFi passwords

ESP8266 WiFi Captive Portal

Disclaimer

This project is for testing and educational purposes. Use it only against your own networks and devices. I don't take any responsibility for what you do with this program.

About this project

WiFi captive portal for the NodeMCU (ESP8266 Module) with DNS spoofing.

The built-in LED will blink 5 times when a password is posted.

Warning! Your saved passwords will not disappear when you restart/power off the ESP8266.

Note: If you want to see the stored passwords go to "172.0.0.1/pass". For changing the SSID, go to "172.0.0.1/ssid"

V. 2.0 (Fake sign in): https://github.com/125K/ESP8266_WiFi_Captive_Portal_2.0

Showcase

Screenshots

172.0.0.1/index 172.0.0.1/post 172.0.0.1/pass 172.0.0.1/ssid
This is the main page. Here the user will write his password and send it. This is the post page. The user will be redirected here after posting the password. This is where the attacker can retrieve all the passwords that has been posted. Here the attacker can change the SSID name of the Access Point on the go.

Here you can donate if you liked my project and you want to support me:

Buy Me A Coffee

Installation (ESP8266 Flasher - Easy way)

  1. Download ESP8266 Flasher.

  2. Download the release.bin file.

  3. Open the ESP8266 Flasher and select the Node MCU port

  1. Then, go to the config tab and select the .bin file you've just downloaded.

  1. Finally, go back to the first tab and press "Flash"

  2. Your Node MCU is ready!

Installation (Arduino IDE)

  1. Open your Arduino IDE and go to "File -> Preferences -> Boards Manager URLs" and paste the following link: http://arduino.esp8266.com/stable/package_esp8266com_index.json
  2. Go to "Tools -> Board -> Boards Manager", search "esp8266" and install esp8266
  3. Go to "Tools -> Board" and select you board"
  4. Download and open the sketch "WiFi_Captive_Portal.ino"
  5. You can optionally change some parameters like the SSID name and texts of the page like title, subtitle, text body...
  6. Upload the code into your board.
  7. You are done!

Check out my other projects

More Repositories

1

WiFi-Spam

📧📡 Spam thousands of WiFi access points with custom SSIDs
Shell
405
star
2

ESP8266_WiFi_Captive_Portal_2.0

🔑 WiFi captive portal for ESP8266 (Fake sign in)
C++
275
star
3

PwrDeauther

âš¡ Deauth a specific WiFi access point or an entire channel
Shell
239
star
4

Email_spoofer

📧🔨 PHP email spoofer | Send emails from any email adress
HTML
70
star
5

Rickroll_MODDED_HID

Awesome modification of the original "Rickroll". Arduino script + Ducky script
C++
35
star
6

pc-infrared-controller

💻 Control your PC via infrared controller
C++
16
star
7

WiFiDuck-whid

WiFiDuck for whid injector
C
12
star
8

LocaleKeyboard.SH

This software generates a Keyboard.cpp file (For the Keyboard arduino library) according to the locale we want.
C++
12
star
9

Remove-000webhost-branding

A little trick for removing 000webhost branding without being a premium user.
12
star
10

ESP8266_Web_Server_LED

💡 Web server for controlling LED diodes with a NodeMCU (ESP8266)
C++
11
star
11

LocaleKeyboard.BAT

This software generates a Keyboard.cpp file (For the Keyboard arduino library) according to the locale we want.
C++
9
star
12

SAM_Retrieve

This script retrieves the SAM and SYSTEM files, using the reg command.
Batchfile
8
star
13

m365-firmware-app

Aplicación Android para diseñar tu propio firmware para el patinete eléctrico Xiaomi M365
Kotlin
8
star
14

esp8266-gpio-control-wifi-setup

This code is for a NodeMCU-based WiFi configuration and control system. It allows you to configure the WiFi credentials and control GPIO pins remotely.
C++
4
star
15

LocaleDigiKeyboard

Modified DigiKeyboard Arduino library to permit using different locale
C
4
star
16

burger-king-code-generator

Gerera un código de validación de la encuesta de satisfacción
HTML
3
star
17

terminal-colors

Make your shell scripts more colorful easily
Shell
3
star
18

VideoBot

Share a YouTube video via a Telegram Bot and your PC will play it automatically.
Python
2
star
19

Powerconstant-Calculator

Tool for calculating M365 (Normal & PRO) power constants
HTML
1
star
20

twitch-adfree-webos

Twitch app with extended functionalities
JavaScript
1
star
21

calculadora-irpf

Calculadora IRPF actualizada con los datos de 2024
JavaScript
1
star
22

Automatic-Binance-Locked-Staking

This is a small python script to automate Binance locked staking
Python
1
star
23

steam-profiles-to-whitelist-converter

Conversor de URLs de perfiles de Steam a hexadecimal. Genera un script SQL para facilitar la subida masiva de perfiles a la whitelist de un servidor de FiveM.
HTML
1
star