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: 3 months ago
JSON representation
A captive portal for MicroPython using ESP32 (WeMos)
- Host: GitHub
- URL: https://github.com/lemariva/uPyPortal
- Owner: lemariva
- License: apache-2.0
- Created: 2017-10-30T18:59:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T17:09:30.000Z (almost 7 years ago)
- Last Synced: 2024-04-22T12:33:33.655Z (7 months ago)
- Topics: esp32, hacking, micropython, wifi-hacking
- Language: Python
- Size: 118 KB
- Stars: 40
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - uPyPortal - A captive portal for MicroPython using ESP32 (Wemos). (Libraries / Communications)
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 WiFi ESP32 Development Tool
x 1INR18650 3.7v Battery
x 1MicroPython
uPyPortal
# 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.