> ## Content Index
> Fetch the complete content index at: https://darkwebinformer.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# GHunt v2: A Versatile OSINT & Offensive Google Framework
- URL: https://darkwebinformer.com/ghunt-v2-a-versatile-osint-offensive-google-framework/
- Published: 2024-09-17T17:06:39.000Z
- Updated: 2025-09-04T22:26:34.000Z
- Author: Dark Web Informer
- Tags: OSINT, Tools

GitHub: <https://github.com/mxrch/GHunt>  
Last Commit: June 6th, 2024

---

## [](https://github.com/mxrch/GHunt#-ghunt-online-version--httpsosintindustries)😊 Description

[](https://github.com/mxrch/GHunt#-description)

GHunt (v2) is an offensive Google framework, designed to evolve efficiently.  
It's currently focused on OSINT, but any use related with Google is possible.

Features :

- CLI usage and modules
- Python library usage
- Fully async
- JSON export
- Browser extension to ease login

# ✔️ Requirements

[](https://github.com/mxrch/GHunt#%EF%B8%8F-requirements)

- Python >= 3.10

# ⚙️ Installation

[](https://github.com/mxrch/GHunt#%EF%B8%8F-installation)$ pip3 install pipx  
$ pipx ensurepath  
$ pipx install ghunt

It will automatically use venvs to avoid dependency conflicts with other projects.

# 💃 Usage

[](https://github.com/mxrch/GHunt#-usage)

## Login

[](https://github.com/mxrch/GHunt#login)

First, launch the listener by doing `ghunt login` and choose between 1 of the 2 first methods :

$ 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 =>

Then, use GHunt Companion to complete the login.

The extension is available on the following stores :  
  
[](https://addons.mozilla.org/en-US/firefox/addon/ghunt-companion/) [](https://chrome.google.com/webstore/detail/ghunt-companion/dpdcofblfbmmnikcbmmiakkclocadjab)

## Modules

[](https://github.com/mxrch/GHunt#modules)

Then, profit :

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.  
  
Options:  
 \-h, --help show this help message and exit

📄 You can also use --json with email, gaia, drive and geolocate modules to export in JSON ! Example :

$ ghunt email <email\_address> --json user\_data.json

**Have fun 🥰💞**

# 🧑‍💻 Developers

[](https://github.com/mxrch/GHunt#-developers)

📕 I started writing some docs [here](https://github.com/mxrch/GHunt/wiki) and examples [here](https://github.com/mxrch/GHunt/tree/master/examples), feel free to contribute !

To use GHunt as a lib, you can't use pipx because it uses a venv.  
So you should install GHunt with pip :

$ pip3 install ghunt

And now, you should be able to `import ghunt` in your projects !  
You can right now play with the [examples](https://github.com/mxrch/GHunt/tree/master/examples).

# 📮 Details

[](https://github.com/mxrch/GHunt#-details)

## Obvious disclaimer

[](https://github.com/mxrch/GHunt#obvious-disclaimer)

This tool is for educational purposes only, I am not responsible for its use.

## Less obvious disclaimer

[](https://github.com/mxrch/GHunt#less-obvious-disclaimer)

This project is under [AGPL Licence](https://choosealicense.com/licenses/agpl-3.0/), and you have to respect it.  
**Use it only in personal, criminal investigations, pentesting, or open-source projects.**