This repository has been archived by the owner. It is now read-only.
WiFi setup should use HTTPS and/or serial mode, not via plaintext credentials transmitted in the clear #25
Comments
there is a bigger security problem :-). http://#ip address#/config.json |
For whoever triages this, the results of That's pretty bad. |
Open
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The WiFi setup for the ESP8266 should either be over a secure connection (HTTPS or WPA2) or configurable via serial (for example, via a sketch - a common method for this device).
Currently, private credentials are transmitted completely in the clear over the insecure AP network WiFiLink uses for setup, rendering them vulnerable to interception.
The text was updated successfully, but these errors were encountered: