From 3194533c8966c5dd16dfe91deb89c00e25136f8a Mon Sep 17 00:00:00 2001
From: Sulaiman AzureHoundAD
-
@@ -9,7 +9,7 @@
Features •
Installation •
Usage •
- Scope
+ Scope
+
@@ -43,7 +43,7 @@ The rolling release contains pre-built binaries that are automatically kept up-t
To build this project from source run the following:
-```sh
+```ps1
go build -ldflags="-s -w -X github.com/byt3n33dl3/AzureHoundAD/v2/constants.Version=`git describe tags --exact-match 2> /dev/null || git rev-parse HEAD`"
```
@@ -51,19 +51,19 @@ go build -ldflags="-s -w -X github.com/byt3n33dl3/AzureHoundAD/v2/constants.Vers
**Print all Azure Tenant data to stdout**
-```sh
+```ps1
❯ azurehound list -u "$USERNAME" -p "$PASSWORD" -t "$TENANT"
```
**Print all Azure Tenant data to file**
-```sh
+```ps1
❯ azurehound list -u "$USERNAME" -p "$PASSWORD" -t "$TENANT" -o "mytenant.json"
```
**Configure and start data collection service for BloodHound Enterprise**
-```sh
+```ps1
❯ azurehound configure
(follow prompts)
@@ -72,7 +72,7 @@ go build -ldflags="-s -w -X github.com/byt3n33dl3/AzureHoundAD/v2/constants.Vers
## Command Line
-```
+```ps1
❯ azurehound --help
AzureHound vx.x.x
Created by the BloodHound Enterprise team -
@@ -109,4 +109,4 @@ Use "azurehound [command] --help" for more information about a command.
-