How to know the password associated with uuid
Jeffade1 opened this issue · 1 comments
Jeffade1 commented
Hi @Snawoot and everyone.
When we use hola-proxy to get a list of proxies, it generates automatically a login (user-uuid-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) and a password (xxxxxxxxxxxx) and show them.
When we use hola browser extension or desktop app, it's only possible to see the login uuid.
How and where can we get the password associated with the login from hola?
Thanks in advance👍
Snawoot commented
Hi!
Not sure about desktop app, but for browser extension password is returned as "agent_key" in request to https://client.hola.org/client_cgi/zgettunnels
. Relevant source code can be found here:
Lines 217 to 254 in 7d891ac
Probably you can reproduce such request with the uuid you need.