{"name":"GHunt: An Offensive Google Framework for OSINT and Data Collection","description":"GHunt is a powerful Python-based offensive Google framework primarily focused on Open-Source Intelligence (OSINT), designed for efficient evolution. It offers robust CLI usage, Python library integration, and fully asynchronous operations, making it a versatile tool for gathering information related to Google services. With features like JSON export and a companion browser extension for streamlined login, GHunt simplifies the process of digital data collection.","github":"https://github.com/mxrch/GHunt","url":"https://osrepos.com/repo/mxrch-ghunt","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/mxrch-ghunt","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/mxrch-ghunt.md","json":"https://osrepos.com/repo/mxrch-ghunt.json","topics":["google","osint","python","security","framework","cli","reconnaissance","hideandsec"],"keywords":["google","osint","python","security","framework","cli","reconnaissance","hideandsec"],"stars":null,"summary":"GHunt is a powerful Python-based offensive Google framework primarily focused on Open-Source Intelligence (OSINT), designed for efficient evolution. It offers robust CLI usage, Python library integration, and fully asynchronous operations, making it a versatile tool for gathering information related to Google services. With features like JSON export and a companion browser extension for streamlined login, GHunt simplifies the process of digital data collection.","content":"## Introduction\n\nGHunt (v2) is an advanced offensive Google framework, meticulously designed to evolve efficiently within the realm of digital reconnaissance. While its primary focus is on Open-Source Intelligence (OSINT), its flexible architecture allows for various other applications related to Google services. This powerful tool provides a comprehensive suite of features, including command-line interface (CLI) usage with modular capabilities, integration as a Python library for custom projects, and fully asynchronous operations for enhanced performance. It also supports JSON export for easy data handling and includes a browser extension to simplify the login process.\n\nGHunt requires Python version 3.10 or higher to run effectively.\n\n## Installation\n\nTo install GHunt, it is recommended to use `pipx`, which automatically manages virtual environments to prevent dependency conflicts with other projects. Follow these steps:\n\nbash\n$ pip3 install pipx\n$ pipx ensurepath\n$ pipx install ghunt\n\n\nFor developers who wish to use GHunt as a library within their Python projects, `pipx` is not suitable due to its use of virtual environments. In this case, you should install GHunt directly with `pip`:\n\nbash\n$ pip3 install ghunt\n\n\nThis will allow you to `import ghunt` in your projects and leverage its functionalities programmatically.\n\n## Examples\n\n### Login\n\nBefore utilizing GHunt's modules, you need to authenticate it with Google. Launch the listener and choose one of the first two methods:\n\nbash\n$ ghunt login\n\n[1] (Companion) Put GHunt on listening mode (currently not compatible with docker)\n[2] (Companion) Paste base64-encoded cookies\n[3] Enter manually all cookies\n\nChoice =>\n\n\nThen, use the GHunt Companion browser extension to complete the login. The extension is available for:\n\n*   [Firefox](https://addons.mozilla.org/en-US/firefox/addon/ghunt-companion/){:target=\"_blank\"}\n*   [Chrome](https://chrome.google.com/webstore/detail/ghunt-companion/dpdcofblfbmmnikcbmmiakkclocadjab){:target=\"_blank\"}\n\n### Modules\n\nOnce logged in, you can explore GHunt's various modules:\n\nbash\nUsage: ghunt [-h] {login,email,gaia,drive,geolocate} ...\n\nPositional Arguments:\n  {login,email,gaia,drive,geolocate}\n    login               Authenticate GHunt to Google.\n    email               Get information on an email address.\n    gaia                Get information on a Gaia ID.\n    drive               Get information on a Drive file or folder.\n    geolocate           Geolocate a BSSID.\n    spiderdal           Find assets using Digital Assets Links.\n\nOptions:\n  -h, --help            show this help message and exit\n\n\nYou can also export the output of modules like `email`, `gaia`, `drive`, and `geolocate` to JSON using the `--json` flag. For example:\n\nbash\n$ ghunt email <email_address> --json user_data.json\n\n\n## Why Use GHunt\n\nGHunt stands out as an invaluable tool for anyone involved in OSINT or digital investigations due to several key advantages:\n\n*   **Powerful OSINT Capabilities**: It provides a dedicated framework for gathering information from Google, a vast source of public data.\n*   **Flexibility**: Whether you prefer command-line operations or integrating functionalities into your Python projects, GHunt offers both options.\n*   **Modern Architecture**: Being fully asynchronous and compatible with Python 3.10+, it ensures efficient and up-to-date performance.\n*   **Ease of Use**: The companion browser extension significantly simplifies the often complex Google login process.\n*   **Structured Data Output**: The ability to export data in JSON format makes it easy to parse, store, and integrate collected information into other tools or databases.\n\n## Links\n\n*   **GitHub Repository**: [https://github.com/mxrch/GHunt](https://github.com/mxrch/GHunt){:target=\"_blank\"}\n*   **GHunt Online Version**: [https://osint.industries](https://osint.industries){:target=\"_blank\"}\n*   **Firefox Companion Extension**: [https://addons.mozilla.org/en-US/firefox/addon/ghunt-companion/](https://addons.mozilla.org/en-US/firefox/addon/ghunt-companion/){:target=\"_blank\"}\n*   **Chrome Companion Extension**: [https://chrome.google.com/webstore/detail/ghunt-companion/dpdcofblfbmmnikcbmmiakkclocadjab](https://chrome.google.com/webstore/detail/ghunt-companion/dpdcofblfbmmnikcbmmiakkclocadjab){:target=\"_blank\"}\n*   **Documentation (Wiki)**: [https://github.com/mxrch/GHunt/wiki](https://github.com/mxrch/GHunt/wiki){:target=\"_blank\"}\n*   **Examples**: [https://github.com/mxrch/GHunt/tree/master/examples](https://github.com/mxrch/GHunt/tree/master/examples){:target=\"_blank\"}","metrics":{"detailViews":4,"githubClicks":11},"dates":{"published":null,"modified":"2026-05-15T23:23:15.000Z"}}