Releases: mxrch/GHunt
v2.2.0
v2.1.0
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
byasyncio
. - Replaced
setup.py
bypyproject.toml
Update
pipx upgrade ghunt
π₯°
v2.0.1
GHunt v2 is released ! π
Is is a totally refactored version from the v1.
- CLI usage and modules
- Python library usage
- Fully async
- JSON export
- Browser extension to ease login
Also, from the v1 :
- It doesn't use an automated browser (Selenium) anymore.
- Installation x1000 more easy
- Light and so much faster bruh *sanic noise*
- It is now a real framework, on which you can make additions easily.
Upgrading from the v1
Before installing the v2 update, just be sure you don't have a binary called ghunt
in your PATH, I know some vilains did that.
Upgrade your GHunt Companion extension if you already had installed it.
Otherwise, there are no more requirements, just follow the new README !