You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was looking at uhttpd and dsd, I realized there are two URLs : "/admin/system/download_conf" and ""/admin/system/download_conf"". Also there are two functions named download_conf and upload_conf in uhttpd, with some obvious DES encryption.
Unfortunately I'm super bad at tracing and reconstructing code for now so I have no idea how this API should look like. So I'm hoping the great reverse engineers here can take a look and see if it's possible to implement in pytapo :)
The text was updated successfully, but these errors were encountered:
When I was looking at
uhttpd
anddsd
, I realized there are two URLs :"/admin/system/download_conf"
and""/admin/system/download_conf""
. Also there are two functions nameddownload_conf
andupload_conf
in uhttpd, with some obvious DES encryption.Unfortunately I'm super bad at tracing and reconstructing code for now so I have no idea how this API should look like. So I'm hoping the great reverse engineers here can take a look and see if it's possible to implement in pytapo :)
The text was updated successfully, but these errors were encountered: