All Projects â†’ 125K â†’ Esp8266_wifi_captive_portal_2.0

125K / Esp8266_wifi_captive_portal_2.0

🔑 WiFi captive portal for ESP8266 (Fake sign in)

Projects that are alternatives of or similar to Esp8266 wifi captive portal 2.0

Arduino Nats
An Arduino / ESP8266 / Particle Photon compatible C++ library for communicating with a NATS (http://nats.io) server
Stars: ✭ 44 (-25.42%)
Mutual labels:  esp8266
Atc
STM32 LL AT-Command parser
Stars: ✭ 53 (-10.17%)
Mutual labels:  esp8266
Sx126x Arduino
Arduino library to use Semtech SX126x LoRa chips and modules to communicate
Stars: ✭ 55 (-6.78%)
Mutual labels:  esp8266
Wavin Ahc 9000 Mqtt
Esp8266 mqtt interface for Wavin AHC-9000/Jablotron AC-116
Stars: ✭ 47 (-20.34%)
Mutual labels:  esp8266
Libraryepd
Library Arduino for 4.3 inch e-Paper by Waveshare
Stars: ✭ 50 (-15.25%)
Mutual labels:  esp8266
Bleeper
Library to manage your firmware configurations written in C++
Stars: ✭ 54 (-8.47%)
Mutual labels:  esp8266
Usb Esp
How to make a tiny USB powered ESP-12S
Stars: ✭ 39 (-33.9%)
Mutual labels:  esp8266
Esp8266 deauther
Affordable WiFi hacking platform for testing and learning
Stars: ✭ 9,312 (+15683.05%)
Mutual labels:  esp8266
Digitrack
Attacks for $5 or less using Arduino
Stars: ✭ 53 (-10.17%)
Mutual labels:  esp8266
Evilgrade
Evilgrade is a modular framework that allows the user to take advantage of poor upgrade implementations by injecting fake updates.
Stars: ✭ 1,086 (+1740.68%)
Mutual labels:  fake
Dashboard Server
A JSON file RESTful API with authorization based on json-server
Stars: ✭ 48 (-18.64%)
Mutual labels:  fake
Generator Http Fake Backend
Yeoman generator for building a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 49 (-16.95%)
Mutual labels:  fake
Victron.arduino Esp8266
Code to read the VE.Direct-Protocol from serial into a value array. Uses a non-blocking read loop and does checksum verification before adding the data.
Stars: ✭ 54 (-8.47%)
Mutual labels:  esp8266
Esphome Mitsubishiheatpump
ESPHome Climate Component for Mitsubishi Heatpumps using direct serial connection
Stars: ✭ 45 (-23.73%)
Mutual labels:  esp8266
Wordclock
DIY WordClock
Stars: ✭ 56 (-5.08%)
Mutual labels:  esp8266
Hass Yaap
Yet another alarm (control) panel for Home Assistant.
Stars: ✭ 44 (-25.42%)
Mutual labels:  esp8266
Desk Lamp Alternative Firmware
An alternative firmware for the Mijia Xiaomi Desk Lamp
Stars: ✭ 54 (-8.47%)
Mutual labels:  esp8266
Esp8266
This repository contains source code for the ESP8266.
Stars: ✭ 58 (-1.69%)
Mutual labels:  esp8266
Pysmartnode
Micropython Smarthome framework
Stars: ✭ 58 (-1.69%)
Mutual labels:  esp8266
Esp8266 Wifi Socket
Custom SW for the OBI "Wifi Stecker Schuko"
Stars: ✭ 55 (-6.78%)
Mutual labels:  esp8266

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 sign in, in order to "get connected to the internet".

The built-in LED will blink 5 times when some credentials are posted.

Warning! Your saved credentials 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 "172.0.0.1/creds"

Screenshots

172.0.0.1/index 172.0.0.1/post 172.0.0.1/creds

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 "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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].