We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a78dff3 + cd4b4b0 commit 0d36459Copy full SHA for 0d36459
docs/data-collection/azurehound.rst
@@ -48,7 +48,13 @@ need to supply a username or password when supplying a JWT:
48
::
49
50
./azurehound -j "ey..." list users --tenant "contoso.onmicrosoft.com"
51
-
+
52
+If you're currently authenticated through the Azure CLI, you can use:
53
54
+::
55
56
+ ./azurehound -j "$(az account get-access-token --resource=https://graph.microsoft.com/ | jq -r .accessToken)" list users --tenant "contoso.onmicrosoft.com"
57
58
When collecting data for import into BloodHound, you must use the -o switch to instruct
59
AzureHound to output to a file. For example, to list all available data in both AzureAD
60
and AzureRM, you can do this:
0 commit comments