Skip to content

ActiveTK/ghunt-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A simple docker image for GHunt, with python3.11-slim runtime.

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.

Forked from (and More Details are available in): here

Installation

$ git clone https://github.com/ActiveTK/ghunt-docker
$ cd ghunt-docker
$ docker compose up -d --build

Usage

Login

There are three ways, however, the first method would not work in Docker.

$ docker-compose exec ghunt /root/.local/bin/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 =>

Get information on an email address

$ docker-compose exec ghunt /root/.local/bin/ghunt email [email protected]

Uninstall

$ docker stop ghunt
$ docker rm ghunt
$ docker rmi ghunt-docker
$ rm -rf ./ghunt-docker

About

A simple docker image for GHunt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published