All Projects β†’ shahriarshafin β†’ nodemcu-esp8266_fake_sign_in

shahriarshafin / nodemcu-esp8266_fake_sign_in

Licence: MIT license
πŸ±β€πŸ‘€Email password phishing | WiFi captive portal for ESP8266 | NodeMcu fake login

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to nodemcu-esp8266 fake sign in

Esp8266 wifi captive portal
πŸ”‘ WiFi captive portal for ESP8266 for phishing WiFi passwords
Stars: ✭ 165 (+587.5%)
Mutual labels:  nodemcu
FastFX
LED Pixel/Strip Animation and Effects Framework for Arduino (with FastLED)
Stars: ✭ 36 (+50%)
Mutual labels:  nodemcu
ESP8266-MQTT-JSON-Lights
ESP8266 MQTT JSON Lights. Supports brightness, effects, speed and OTA uploads. Works with MQTT JSON and Home Assistant
Stars: ✭ 27 (+12.5%)
Mutual labels:  nodemcu
Lorawangateway
A LoRaWan Gateway in LUA
Stars: ✭ 197 (+720.83%)
Mutual labels:  nodemcu
McuNode-server
McuNode η§ζœ‰ζœεŠ‘ε™¨
Stars: ✭ 32 (+33.33%)
Mutual labels:  nodemcu
Cayenne-MQTT-ESP
Cayenne MQTT ESP8266, ESP32 & NodeMCU Library
Stars: ✭ 87 (+262.5%)
Mutual labels:  nodemcu
Swifitch
Swifitch is ESP8266 based relay board that could be used to turn any light or any wall socket into smart one!
Stars: ✭ 117 (+387.5%)
Mutual labels:  nodemcu
ESP8266-Hobo-Clock
Self adjustable ESP8266 clock without RTC and NTP
Stars: ✭ 24 (+0%)
Mutual labels:  nodemcu
nodemcu-sensor-mqtt
NodeMCU code to report home alarm sensor status to MQTT
Stars: ✭ 19 (-20.83%)
Mutual labels:  nodemcu
esp8266
esp8266 resources.
Stars: ✭ 17 (-29.17%)
Mutual labels:  nodemcu
Awesome Esp
πŸ“Ά A curated list of awesome ESP8266/32 projects and code
Stars: ✭ 212 (+783.33%)
Mutual labels:  nodemcu
Nodemcu Tool
πŸ”§ Upload + Manage Lua files on NodeMCU
Stars: ✭ 248 (+933.33%)
Mutual labels:  nodemcu
ioTank
Indoor environment monitor based on Esp8266
Stars: ✭ 15 (-37.5%)
Mutual labels:  nodemcu
Openmqttgateway
MQTT gateway for ESP8266, ESP32, Sonoff RF Bridge or Arduino with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility, SMS & LORA.
Stars: ✭ 2,413 (+9954.17%)
Mutual labels:  nodemcu
esp8266-rfid-banco-de-dados
Projeto com objetivo de autenticar/autorizar usuΓ‘rios a partir de Tags RFID utilizando Banco de Dados
Stars: ✭ 85 (+254.17%)
Mutual labels:  nodemcu
Configmanager
ESP8266 Wifi connection and configuration manager.
Stars: ✭ 149 (+520.83%)
Mutual labels:  nodemcu
wifi-tally
An affordable and reliable Tally Light that works via WiFi based on NodeMCU / ESP8266. Supports multiple video mixers.
Stars: ✭ 66 (+175%)
Mutual labels:  nodemcu
NodeMCU-BlackBox
ESP8266 based CAN-Bus Diagnostic Tool
Stars: ✭ 28 (+16.67%)
Mutual labels:  nodemcu
Controller-for-WLED-firmware
Wi-Fi controller based on ESP-07S module with external antenna for WLED firmware.
Stars: ✭ 48 (+100%)
Mutual labels:  nodemcu
esp8266 p1meter
dsmr 4.2 P1 meter to mqtt using esp8266 nodemcu
Stars: ✭ 69 (+187.5%)
Mutual labels:  nodemcu

NodeMcu ESP8266 Fake sign in

About this project

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

  • A login page will appear when someone connects to this "Free WiFi".
  • It asks the user for an email and a password for a fake sign in.
  • The built-in LED will blink 3 times after the login process is completed by someone.
! Warning! Saved passwords will disappear when you restart/power off the ESP8266(Nodemcu) 

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

Screenshots

connect to Free Wifi redirect ➜ 172.0.0.1/
172.0.0.1/post 172.0.0.1/pass

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!

Credits

This is an integrated project of Original Author @125K

Disclaimer

  • This project is for testing and educational purposes.
  • Use it only against your own networks and devices.
  • Neither the ESP8266, nor its SDK was meant or built for such purposes.
  • I don't take any responsibility for what you do with this program.
  • Bugs can occur!

License

MIT License

Copyright (c) 2020 Shahriar Shafin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].