Skip to content

v2.1.0

Compare
Choose a tag to compare
@mxrch mxrch released this 17 Jan 00:04
· 23 commits to master since this release

GHunt v2.1.0 is released ! πŸŽ‰

NO MORE COOKIES ! This is the biggest change. The authentication is now done through the OAuth token.
I was inspired by the hackers that recently abused the accounts.google.com/oauth/multilogin to generate cookies from a Chrome Desktop token. I adapted this feature to generate cookies on-the-fly, but from an Android master token.

So, it should fix all the known issues for the GHunt's login step, and improve long-term stability.
All of these changes are compatible with the current GHunt Companion extension.

Other improvements

  • Auto check for updates at launch.
  • Replaced trio by asyncio.
  • Replaced setup.py by pyproject.toml

Update

pipx upgrade ghunt πŸ₯°