Skip to content

Commit

Permalink
ctrl.ps1 Command spec
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3n33dl3 authored Nov 25, 2024
1 parent db31b1d commit 3194533
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<h1 align="center">AzureHoundAD</h1>

<h1 align="center">
<img src="/img/master.png" alt="AzureHoundAD" width="280px">
<a href=https://github.com/byt3n33dl3/AzureHoundAD><img src="/img/master.png" alt="AzureHoundAD" width="280px">
<br>
</h1>

<p align="center">
<a href="#features">Features</a> •
<a href="#installation">Installation</a> •
<a href="#usage">Usage</a> •
<a href="#scope-control">Scope</a>
<a href="#Command-Line">Scope</a>
</p>

<p align="center">
Expand Down Expand Up @@ -43,27 +43,27 @@ 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`"
```

## Usage

**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)
Expand All @@ -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 -
Expand Down Expand Up @@ -109,4 +109,4 @@ Use "azurehound [command] --help" for more information about a command.
<a href="https://github.com/BloodHoundAD"><img src="https://avatars.githubusercontent.com/u/25502277?s=200&v=4" width="50" height="50" alt="" style="max-width: 100%;"></a>
<a href="https://github.com/specterops"><img src="https://avatars.githubusercontent.com/u/25406560?s=200&v=4" width="50" height="50" alt="" style="max-width: 100%;"></a>
<a href="https://github.com/chrismaddalena"><img src="https://avatars.githubusercontent.com/u/10526228?v=4" width="50" height="50" alt="" style="max-width: 100%;"></a>
</p>
</p>

0 comments on commit 3194533

Please sign in to comment.