Skip to content

WiFi captive portal for NodeMCU (ESP8266 Module) with DNS spoofing. It asks the user for an email and password (Fake register)

Notifications You must be signed in to change notification settings

tigre9031/ESP8266_WiFi_Captive_Portal_2.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266 WiFi Captive Portal 2.0

WiFi captive portal for the NodeMCU (ESP8266 Module) with DNS spoofing. (It asks the user for an email and a password for a fake register in order to "get connected to the internet".

The internal LED will notify us, blinking 5 times, when the credentials are received.

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

Note: If you want to see the stored credetials go to "http://yourcurrentwebsite.com/creds" or "192.168.1.1/creds"

Screenshots

192.168.1.1/index 192.168.1.1/post 192.168.1.1/creds

Buy Me A Coffee

Installation (ESP8266 Flasher - Easy way)

  1. Download ESP8266 Flasher.

  2. Download the SSID-Free_WiFi.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 "ESP8266_WiFi_Captive_Portal_2.0.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!

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

WiFi captive portal for NodeMCU (ESP8266 Module) with DNS spoofing. It asks the user for an email and password (Fake register)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%