Email or username:

Password:

Forgot your password?
Top-level
Nubesik

@grishka can't use the protocol/API if it's authenticated and only returning information with the right token. The alternative is web scraping. But that's likely to fail even with UI changes.

1 comment
Gregory

@nubesik then you decompile the app to extract the token, or use a mitm proxy if they didn't do certificate pinning. There's always a way.

Go Up