Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 804 Bytes

File metadata and controls

23 lines (12 loc) · 804 Bytes

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!