
GHunt (v2) 是一个攻击性 Google 框架,旨在高效演进。
它目前专注于 OSINT,但任何与 Google 相关的用途都是可能的。
功能:
$ pip3 install pipx
$ pipx ensurepath
$ pipx install ghunt
它会自动使用 venv,以避免与其他项目的依赖冲突。
首先,通过执行 ghunt login 启动监听器,并选择前两种方法中的一种:
$ ghunt login
[1] (Companion) Put GHunt on listening mode (currently not compatible with docker)
[2] (Companion) Paste base64-encoded cookies
[3] Enter manually all cookies
Choice =>
然后,使用 GHunt Companion 完成登录。
然后,尽情使用吧:
Usage: ghunt [-h] {login,email,gaia,drive,geolocate} ...
Positional Arguments:
{login,email,gaia,drive,geolocate}
login Authenticate GHunt to Google.
email Get information on an email address.
gaia Get information on a Gaia ID.
drive Get information on a Drive file or folder.
geolocate Geolocate a BSSID.
spiderdal Find assets using Digital Assets Links.
Options:
-h, --help show this help message and exit
📄 你也可以在 email、gaia、drive 和 geolocate 模块中使用 --json 导出 JSON!示例:
$ ghunt email <email_address> --json user_data.json
玩得开心 🥰💞
要将 GHunt 作为库使用,你不能使用 pipx,因为它使用 venv。
因此你应该通过 pip 安装 GHunt:
$ pip3 install ghunt
现在,你应该能够在你的项目中 import ghunt 了!
你现在就可以试试这些示例。
本工具仅用于教育目的,我不对其使用负责。
本项目基于 AGPL 许可证,你必须遵守它。
仅在个人、刑事调查、渗透测试或开源项目中使用。
感谢这些支持我的了不起的人!
你喜欢我的作品吗?
在 GitHub 上赞助我!🤗