/ESP-8266-Captive-Portal-GET-Authentication-Phisher

Uses the ESP 8266 to create a free Wi-Fi AP, which requires the user to "sign in," when the user logs in, all GET requests are sent to the Serial Monitor.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

ESP 8266 Captive Portal GET Authentication Exploit

Creates a Wi-Fi AP which requires users to log in through a Captive Portal. When a user logs in, all of the GET data sent through the form is sent to the Serial Monitor in Arduino

This is for educational & research purposes only, I am not responsible for improper use

Tested on NODEMCU V1.0

First: the user joins the Free AP:

Second: They're prompted with a login screen:

Third: They enter their details:

Last: The details are sent through serial monitor!