Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/lemariva/uPyPortal

A captive portal for MicroPython using ESP32 (WeMos)
https://github.com/lemariva/uPyPortal

esp32 hacking micropython wifi-hacking

Last synced: 2 months ago
JSON representation

A captive portal for MicroPython using ESP32 (WeMos)

Lists

README

        

# uPyPortal
A captive portal for MicroPython using ESP32 (WeMos)

#### Disclaimer
I assume no responsibility for the usage of this code and post. The book "The Hacker Playbook 2: Practical Guide to Penetration Testing - Peter Kim" says
> Just remember, ONLY test systems on which you have written permission. Just Google the term “hacker jailed” and you will see plenty of different examples where young teens have been sentenced to years in prison for what they thought was a “fun time.” There are many free platforms where legal hacking is allowed and will help you further educate yourself.
>

# Requirements

WeMos WeMos WiFi ESP32 Development Tool
x 1


buy

INR18650 INR18650 3.7v Battery
x 1


buy


buy

Python MicroPython


download


tutorial

Python uPyPortal


download

# DIY
* Read the following blog article: https://goo.gl/3jQzQV

# Credits

* For the logging data, I took the files from notes-pico and modified them.
* For DNS fake code I wrote a `dns.py` file using info from here mirrored here.