Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from mxrch/GHunt

๐Ÿ•ต๏ธโ€โ™‚๏ธ Offensive Google framework.

License

Notifications You must be signed in to change notification settings

nitinscodehub/GHunt

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

358 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ”ฅ GHunt โ€” Real-World Setup Guide (No Confusion Version by Nitin)

Banner

๐ŸŒ GHunt Online version: https://osint.industries

๐Ÿ Python 3.13 Compatible

Python minimum version


๐Ÿ˜Ž Description

GHunt (v2) is an offensive Google OSINT framework used for gathering intel from Google services. Fast, async, modular โ€” and now super easy to set up with this tested setup guide.


โœ”๏ธ Requirements

  • Python >= 3.10
  • Works perfectly on Kali Linux (tested)

โš™๏ธ Full Working Installation Guide (Tested by Me)

โœ… Step 1 โ€” Install Python & pip

Kali normally has Python preinstalled. Still, ensure compatibility:

sudo apt install python-is-python3 -y
sudo apt install python3-pip -y

โœ… Step 2 โ€” Install pipx (Recommended)

pip3 install pipx
pipx ensurepath

If you see "externally-managed-environment" error, ignore โ€” pipx still installs.

โœ… Step 3 โ€” Install GHunt

pipx install ghunt --force

After installation, confirm:

ghunt --version

๐Ÿ”‘ Login Setup (100% Working Guide)

Run:

ghunt login

Youโ€™ll see menu options:

[1] (Companion) Put GHunt on listening mode
[2] (Companion) Paste base64 encoded cookies
[3] Enter oauth token manually
[4] Enter master token manually

โœ” Choose: Option 1 โ†’ Listener Mode

GHunt will say:

GHunt is listening on port 60067...

โœ” Open GHunt Companion Extension

Install from:

  • Firefox
  • Chrome
  • Edge
  • Opera

Then extension automatically sends cookies.

You will see:

[+] Received cookies!
[+] Got OAuth2 token
[+] Master token generated and saved

All credentials saved here:

~/.malfrats/ghunt/creds.m

Your GHunt is now fully authenticated.


๐Ÿ’ƒ Usage

๐Ÿ“ง 1. Scan an Email

ghunt email <email_here>

Shows:

  • DP / cover pic status
  • Active Google services
  • Calendar events
  • Maps contribution
  • PlayGames info
  • Gaia ID
  • Much moreโ€ฆ

๐Ÿ•ธ๏ธ 2. Spider Mode (Most Powerful)

Use for Google URLs:

ghunt spider <google_link>

Works on:

  • Maps profiles
  • Photos share links
  • People cards
  • YouTube channels
  • MyMaps

๐Ÿ“ 3. Drive File Lookup

ghunt drive <file_or_folder_id>

๐ŸŒ 4. WiFi BSSID Geolocation

ghunt geolocate <bssid>

๐Ÿ“ 5. Export JSON

ghunt email <email> --json output.json

๐Ÿงช My Personal Tested Example (Working)

ghunt email [email protected]

Output included:

  • Default profile pics
  • Gaia ID
  • Activated services (Maps, Photos, Meet)
  • Public Google Calendar
  • 81 events dumped
  • Maps profile link
https://www.google.com/maps/contrib/<gaia_id>/reviews

Everything worked perfectly.


๐Ÿง‘โ€๐Ÿ’ป Developers

Docs: https://github.com/mxrch/GHunt/wiki

If you want to use GHunt as a library:

pip3 install ghunt

Then:

import ghunt

๐Ÿ“ฎ Disclaimers

  • Educational purposes only.
  • Respect the AGPL license.
  • Use responsibly.

Maintainer

Nitin (@nitinscodehub) Cybersecurity & OSINT Enthusiast GitHub: https://github.com/nitinscodehub

About

๐Ÿ•ต๏ธโ€โ™‚๏ธ Offensive Google framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%