Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mxrch committed Jun 6, 2024
1 parent 1c61db6 commit 04cabbd
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,21 @@ The extension is available on the following stores :\

Then, profit :
```bash
usage: ghunt [-h] {login,email,gaia,drive} ...
Usage: ghunt [-h] {login,email,gaia,drive,geolocate} ...

positional arguments:
{login,email,gaia,drive}
login (--clean) Authenticate GHunt to Google.
email (--json) Get information on an email address.
gaia (--json) Get information on a Gaia ID.
drive (--json) Get information on a Drive file or folder.
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:
Options:
-h, --help show this help message and exit
```

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

```bash
$ ghunt email <email_address> --json user_data.json
Expand Down

0 comments on commit 04cabbd

Please sign in to comment.