Skip to content

Commit

Permalink
Get rid of "cli" in binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrobbins authored Aug 3, 2022
1 parent 85ae1c4 commit 4e10d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-collection/azurehound.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ token and supply it to AzureHound using the -r switch:

::

./azurehound-cli -r "0.ARwA6Wg..." list --tenant "contoso.onmicrosoft.com" -o output.json
./azurehound -r "0.ARwA6Wg..." list --tenant "contoso.onmicrosoft.com" -o output.json

This will attempt to list all possible data from that particular tenant, but you can ALSO
use that same refresh token to target any other tenant your user has access to!

0 comments on commit 4e10d08

Please sign in to comment.