-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security of the post API #9
Comments
Can you tell me how to get another activated id beside your own? |
Again, maybe I'm getting it wrong. It's just an idea.
I was looking at:
https://www.madavi.de/sensor/graph.php?showfloat
Sensors are named e.g. "esp8266-10666457-sds011" where "10666457" is the ID, right?
If it's not, I rest my case :)
|
The "feinstaub-api" and the server generating these graphics are independent. |
But there are at least some? Anyway, its a 6 digit ID, you could easily brute force it and generate garbage data.
Maybe allow the exchange of a shared secret for 24 hours after activating an ID? That wouldn’t put any more work on the users side.
|
Maybe I'm missing something, but from what I see, the permission to post data for a specific sensor node is solely based on its id? That could potentially be bad, as you can get ids that are activated pretty easily.
The text was updated successfully, but these errors were encountered: