Advertisement
This is comment for paste
ESP8266 WiFi Captive Portal - WiFi captive portal for ESP8266 for phishing WiFi passwords
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- Installation (ESP8266 Flasher - Easy way)
- Download ESP8266 Flasher.
- Download the release.bin file.
- Open the ESP8266 Flasher and select the Node MCU port
- Then, go to the config tab and select the .bin file you've just downloaded.
- Finally, go back to the first tab and press "Flash"
- Your Node MCU is ready!
- Installation (Arduino IDE)
- 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
- Go to "Tools -> Board -> Boards Manager", search "esp8266" and install esp8266
- Go to "Tools -> Board" and select your board"
- Download and open the sketch "WiFi_Captive_Portal.ino"
- You can optionally change some parameters like the SSID name and texts of the page like title, subtitle, and text body...
- Upload the code to your board.
- You are done!
- Check out 125K's other projects
- WiFi-Spam: 📧📡 Spam thousands of WiFi access points with custom SSIDs.
- https://github.com/125K/WiFi-Spam
- PwrDeauther: ⚡ Deauth a specific WiFi access point or an entire channel.
- https://github.com/125K/PwrDeauther
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement