Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "AzureHound",
"projectOwner": "BloodHoundAD",
"projectOwner": "SpecterOps",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # ratchet:docker/metadata-action@v6
with:
images: |
ghcr.io/bloodhoundad/azurehound
ghcr.io/SpecterOps/AzureHound
${{ steps.login-ecr.outputs.registry || 'public.ecr.aws' }}/production/azurehound
tags: |
type=edge,branch=main
Expand Down Expand Up @@ -131,7 +131,12 @@ jobs:
go run winres/generate-windows-resources/generate-windows-resources.go "v0.0.0"

- name: Build
run: 'go build -ldflags="-s -w -X github.com/bloodhoundad/azurehound/v2/constants.Version=v0.0.0"'
run: |
output=azurehound
if [ "$GOOS" = windows ]; then
output="${output}.exe"
fi
go build -o "$output" -ldflags="-s -w -X github.com/SpecterOps/AzureHound/v2/constants.Version=v0.0.0"
env:
GOOS: ${{ matrix.os }}
GOARCH: ${{ matrix.arch }}
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ jobs:
go run winres/generate-windows-resources/generate-windows-resources.go "${{ env.AZUREHOUND_VERSION }}"

- name: Build
run: 'go build -ldflags="-s -w -X github.com/bloodhoundad/azurehound/v2/constants.Version=${{ env.AZUREHOUND_VERSION }}"'
run: |
output=azurehound
if [ "$GOOS" = windows ]; then
output="${output}.exe"
fi
go build -o "$output" -ldflags="-s -w -X github.com/SpecterOps/AzureHound/v2/constants.Version=${{ env.AZUREHOUND_VERSION }}"
env:
GOOS: ${{ matrix.os }}
GOARCH: ${{ matrix.arch }}
Expand Down Expand Up @@ -163,7 +168,7 @@ jobs:
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # ratchet:docker/metadata-action@v6
with:
images: |
ghcr.io/bloodhoundad/azurehound
ghcr.io/SpecterOps/AzureHound
${{ secrets.ACR_AZUREHOUND_REGISTRY_URL }}/azurehound
tags: |
type=semver,pattern={{version}},prefix=v
Expand Down
16 changes: 8 additions & 8 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://www.twitter.com/_wald0"><img src="https://avatars.githubusercontent.com/u/842644?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Andy Robbins</b></sub></a><br /><a href="#ideas-andyrobbins" title="Ideas, Planning, & Feedback">🤔</a> <a href="#design-andyrobbins" title="Design">🎨</a> <a href="#blog-andyrobbins" title="Blogposts">📝</a> <a href="#content-andyrobbins" title="Content">🖋</a> <a href="https://github.com/bloodhoundad/azurehound/commits?author=andyrobbins" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/ddlees"><img src="https://avatars.githubusercontent.com/u/8984872?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Dillon Lees</b></sub></a><br /><a href="https://github.com/bloodhoundad/azurehound/commits?author=ddlees" title="Code">💻</a> <a href="#maintenance-ddlees" title="Maintenance">🚧</a> <a href="#ideas-ddlees" title="Ideas, Planning, & Feedback">🤔</a> <a href="#design-ddlees" title="Design">🎨</a></td>
<td align="center"><a href="https://blog.cptjesus.com/"><img src="https://avatars.githubusercontent.com/u/5720446?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Rohan Vazarkar</b></sub></a><br /><a href="https://github.com/bloodhoundad/azurehound/commits?author=rvazarkar" title="Code">💻</a> <a href="#maintenance-rvazarkar" title="Maintenance">🚧</a></td>
<td align="center"><a href="https://ulises.io/"><img src="https://avatars.githubusercontent.com/u/16910931?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ulises Rangel</b></sub></a><br /><a href="https://github.com/bloodhoundad/azurehound/commits?author=urangel" title="Code">💻</a> <a href="#maintenance-urangel" title="Maintenance">🚧</a></td>
<td align="center"><a href="https://github.com/joshgantt"><img src="https://avatars.githubusercontent.com/u/29784250?v=4?s=100" width="100px;" alt=""/><br /><sub><b>joshgantt</b></sub></a><br /><a href="https://github.com/bloodhoundad/azurehound/commits?author=joshgantt" title="Code">💻</a> <a href="#maintenance-joshgantt" title="Maintenance">🚧</a></td>
<td align="center"><a href="https://github.com/hugo-syn"><img src="https://avatars.githubusercontent.com/u/61210734?v=4?s=100" width="100px;" alt=""/><br /><sub><b>hugo-syn</b></sub></a><br /><a href="https://github.com/bloodhoundad/azurehound/commits?author=hugo-syn" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/crimike"><img src="https://avatars.githubusercontent.com/u/10261812?v=4?s=100" width="100px;" alt=""/><br /><sub><b>crimike</b></sub></a><br /><a href="https://github.com/bloodhoundad/azurehound/commits?author=crimike" title="Code">💻</a></td>
<td align="center"><a href="https://www.twitter.com/_wald0"><img src="https://avatars.githubusercontent.com/u/842644?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Andy Robbins</b></sub></a><br /><a href="#ideas-andyrobbins" title="Ideas, Planning, & Feedback">🤔</a> <a href="#design-andyrobbins" title="Design">🎨</a> <a href="#blog-andyrobbins" title="Blogposts">📝</a> <a href="#content-andyrobbins" title="Content">🖋</a> <a href="https://github.com/SpecterOps/AzureHound/commits?author=andyrobbins" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/ddlees"><img src="https://avatars.githubusercontent.com/u/8984872?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Dillon Lees</b></sub></a><br /><a href="https://github.com/SpecterOps/AzureHound/commits?author=ddlees" title="Code">💻</a> <a href="#maintenance-ddlees" title="Maintenance">🚧</a> <a href="#ideas-ddlees" title="Ideas, Planning, & Feedback">🤔</a> <a href="#design-ddlees" title="Design">🎨</a></td>
<td align="center"><a href="https://blog.cptjesus.com/"><img src="https://avatars.githubusercontent.com/u/5720446?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Rohan Vazarkar</b></sub></a><br /><a href="https://github.com/SpecterOps/AzureHound/commits?author=rvazarkar" title="Code">💻</a> <a href="#maintenance-rvazarkar" title="Maintenance">🚧</a></td>
<td align="center"><a href="https://ulises.io/"><img src="https://avatars.githubusercontent.com/u/16910931?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ulises Rangel</b></sub></a><br /><a href="https://github.com/SpecterOps/AzureHound/commits?author=urangel" title="Code">💻</a> <a href="#maintenance-urangel" title="Maintenance">🚧</a></td>
<td align="center"><a href="https://github.com/joshgantt"><img src="https://avatars.githubusercontent.com/u/29784250?v=4?s=100" width="100px;" alt=""/><br /><sub><b>joshgantt</b></sub></a><br /><a href="https://github.com/SpecterOps/AzureHound/commits?author=joshgantt" title="Code">💻</a> <a href="#maintenance-joshgantt" title="Maintenance">🚧</a></td>
<td align="center"><a href="https://github.com/hugo-syn"><img src="https://avatars.githubusercontent.com/u/61210734?v=4?s=100" width="100px;" alt=""/><br /><sub><b>hugo-syn</b></sub></a><br /><a href="https://github.com/SpecterOps/AzureHound/commits?author=hugo-syn" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/crimike"><img src="https://avatars.githubusercontent.com/u/10261812?v=4?s=100" width="100px;" alt=""/><br /><sub><b>crimike</b></sub></a><br /><a href="https://github.com/SpecterOps/AzureHound/commits?author=crimike" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/0xffhh"><img src="https://avatars.githubusercontent.com/u/56194755?v=4?s=100" width="100px;" alt=""/><br /><sub><b>0xffhh</b></sub></a><br /><a href="https://github.com/bloodhoundad/azurehound/commits?author=0xffhh" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/0xffhh"><img src="https://avatars.githubusercontent.com/u/56194755?v=4?s=100" width="100px;" alt=""/><br /><sub><b>0xffhh</b></sub></a><br /><a href="https://github.com/SpecterOps/AzureHound/commits?author=0xffhh" title="Code">💻</a></td>
</tr>
</table>

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ ENV CGO_ENABLED=1

COPY ./ ./
RUN go mod download
RUN go build -ldflags="-s -w -X github.com/bloodhoundad/azurehound/v2/constants.Version=$VERSION+docker"
RUN go build -o azurehound -ldflags="-s -w -X github.com/SpecterOps/AzureHound/v2/constants.Version=$VERSION+docker"

FROM gcr.io/distroless/base-debian12:nonroot
LABEL org.opencontainers.image.source=https://github.com/BloodHoundAD/AzureHound
LABEL org.opencontainers.image.source=https://github.com/SpecterOps/AzureHound
COPY --from=build /app/azurehound /
ENTRYPOINT ["/azurehound"]
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ The BloodHound data collector for Microsoft Azure
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/SpecterOps/AzureHound/build.yml)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/SpecterOps/AzureHound)
![GitHub all releases](https://img.shields.io/github/downloads/SpecterOps/AzureHound/total)
[![Documentation](https://img.shields.io/static/v1?label=&message=documentation&color=blue)](https://pkg.go.dev/github.com/SpecterOps/azurehound)
[![Documentation](https://img.shields.io/static/v1?label=&message=documentation&color=blue)](https://pkg.go.dev/github.com/SpecterOps/AzureHound/v2)
Comment thread
lrfalslev marked this conversation as resolved.

## Get AzureHound

### Release Binaries

Download the appropriate binary for your platform from one of our [Releases](https://github.com/SpecterOps/azurehound/releases).
Download the appropriate binary for your platform from one of our [Releases](https://github.com/SpecterOps/AzureHound/releases).

#### Rolling Release

The rolling release contains pre-built binaries that are automatically kept up-to-date with the `main` branch and can be downloaded from
[here](https://github.com/SpecterOps/azurehound/releases/tag/rolling).
[here](https://github.com/SpecterOps/AzureHound/releases/tag/rolling).

> **Warning:** The rolling release may be unstable.

Expand All @@ -29,7 +29,7 @@ The rolling release contains pre-built binaries that are automatically kept up-t
To build this project from source run the following:

```sh
go build -ldflags="-s -w -X github.com/bloodhoundad/azurehound/v2/constants.Version=`git describe tags --exact-match 2> /dev/null || git rev-parse HEAD`"
go build -o azurehound -ldflags="-s -w -X github.com/SpecterOps/AzureHound/v2/constants.Version=`git describe tags --exact-match 2> /dev/null || git rev-parse HEAD`"
```

## Documentation
Expand Down
6 changes: 3 additions & 3 deletions client/app_role_assignments.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import (
"context"
"fmt"

"github.com/bloodhoundad/azurehound/v2/client/query"
"github.com/bloodhoundad/azurehound/v2/constants"
"github.com/bloodhoundad/azurehound/v2/models/azure"
"github.com/SpecterOps/AzureHound/v2/client/query"
"github.com/SpecterOps/AzureHound/v2/constants"
"github.com/SpecterOps/AzureHound/v2/models/azure"
)

// GetAzureADAppRoleAssignments https://learn.microsoft.com/en-us/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0
Expand Down
6 changes: 3 additions & 3 deletions client/apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import (
"encoding/json"
"fmt"

"github.com/bloodhoundad/azurehound/v2/client/query"
"github.com/bloodhoundad/azurehound/v2/constants"
"github.com/bloodhoundad/azurehound/v2/models/azure"
"github.com/SpecterOps/AzureHound/v2/client/query"
"github.com/SpecterOps/AzureHound/v2/constants"
"github.com/SpecterOps/AzureHound/v2/models/azure"
)

// ListAzureADApps https://learn.microsoft.com/en-us/graph/api/application-list?view=graph-rest-beta
Expand Down
4 changes: 2 additions & 2 deletions client/automation_accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
"context"
"fmt"

"github.com/bloodhoundad/azurehound/v2/client/query"
"github.com/bloodhoundad/azurehound/v2/models/azure"
"github.com/SpecterOps/AzureHound/v2/client/query"
"github.com/SpecterOps/AzureHound/v2/models/azure"
)

// ListAzureAutomationAccounts https://learn.microsoft.com/en-us/rest/api/automation/automation-account/list?view=rest-automation-2021-06-22
Expand Down
8 changes: 4 additions & 4 deletions client/bloodhound/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import (
"os"
"sync"

"github.com/bloodhoundad/azurehound/v2/client/rest"
"github.com/bloodhoundad/azurehound/v2/constants"
"github.com/bloodhoundad/azurehound/v2/models"
"github.com/bloodhoundad/azurehound/v2/pipeline"
"github.com/SpecterOps/AzureHound/v2/client/rest"
"github.com/SpecterOps/AzureHound/v2/constants"
"github.com/SpecterOps/AzureHound/v2/models"
"github.com/SpecterOps/AzureHound/v2/pipeline"
"github.com/go-logr/logr"
)

Expand Down
4 changes: 2 additions & 2 deletions client/bloodhound/mocks/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ import (
"net/url"
"time"

"github.com/bloodhoundad/azurehound/v2/client/config"
"github.com/bloodhoundad/azurehound/v2/client/query"
"github.com/bloodhoundad/azurehound/v2/client/rest"
"github.com/bloodhoundad/azurehound/v2/models/azure"
"github.com/bloodhoundad/azurehound/v2/panicrecovery"
"github.com/bloodhoundad/azurehound/v2/pipeline"
"github.com/SpecterOps/AzureHound/v2/client/config"
"github.com/SpecterOps/AzureHound/v2/client/query"
"github.com/SpecterOps/AzureHound/v2/client/rest"
"github.com/SpecterOps/AzureHound/v2/models/azure"
"github.com/SpecterOps/AzureHound/v2/panicrecovery"
"github.com/SpecterOps/AzureHound/v2/pipeline"
)

// This prevents a hung connection from blocking the entire collection pipeline indefinitely.
Expand Down
2 changes: 1 addition & 1 deletion client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"testing"
"time"

"github.com/bloodhoundad/azurehound/v2/client/query"
"github.com/SpecterOps/AzureHound/v2/client/query"
"github.com/stretchr/testify/require"
)

Expand Down
2 changes: 1 addition & 1 deletion client/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package config
import (
"strings"

"github.com/bloodhoundad/azurehound/v2/constants"
"github.com/SpecterOps/AzureHound/v2/constants"
)

type Config struct {
Expand Down
4 changes: 2 additions & 2 deletions client/container_registries.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
"context"
"fmt"

"github.com/bloodhoundad/azurehound/v2/client/query"
"github.com/bloodhoundad/azurehound/v2/models/azure"
"github.com/SpecterOps/AzureHound/v2/client/query"
"github.com/SpecterOps/AzureHound/v2/models/azure"
)

// ListAzureContainerRegistries https://learn.microsoft.com/en-us/rest/api/containerregistry/registries/list?view=rest-containerregistry-2023-01-01-preview
Expand Down
6 changes: 3 additions & 3 deletions client/devices.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import (
"encoding/json"
"fmt"

"github.com/bloodhoundad/azurehound/v2/client/query"
"github.com/bloodhoundad/azurehound/v2/constants"
"github.com/bloodhoundad/azurehound/v2/models/azure"
"github.com/SpecterOps/AzureHound/v2/client/query"
"github.com/SpecterOps/AzureHound/v2/constants"
"github.com/SpecterOps/AzureHound/v2/models/azure"
)

// ListAzureDevices https://learn.microsoft.com/en-us/graph/api/device-list?view=graph-rest-1.0
Expand Down
4 changes: 2 additions & 2 deletions client/function_apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
"context"
"fmt"

"github.com/bloodhoundad/azurehound/v2/client/query"
"github.com/bloodhoundad/azurehound/v2/models/azure"
"github.com/SpecterOps/AzureHound/v2/client/query"
"github.com/SpecterOps/AzureHound/v2/models/azure"
)

// ListAzureFunctionApps
Expand Down
6 changes: 3 additions & 3 deletions client/groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import (
"encoding/json"
"fmt"

"github.com/bloodhoundad/azurehound/v2/client/query"
"github.com/bloodhoundad/azurehound/v2/constants"
"github.com/bloodhoundad/azurehound/v2/models/azure"
"github.com/SpecterOps/AzureHound/v2/client/query"
"github.com/SpecterOps/AzureHound/v2/constants"
"github.com/SpecterOps/AzureHound/v2/models/azure"
)

// ListAzureADGroups https://learn.microsoft.com/en-us/graph/api/group-list?view=graph-rest-beta
Expand Down
4 changes: 2 additions & 2 deletions client/keyvaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
"context"
"fmt"

"github.com/bloodhoundad/azurehound/v2/client/query"
"github.com/bloodhoundad/azurehound/v2/models/azure"
"github.com/SpecterOps/AzureHound/v2/client/query"
"github.com/SpecterOps/AzureHound/v2/models/azure"
)

// ListAzureKeyVaults https://learn.microsoft.com/en-us/rest/api/keyvault/keyvault/vaults/list-by-subscription?view=rest-keyvault-keyvault-2019-09-01
Expand Down
4 changes: 2 additions & 2 deletions client/logic_apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
"context"
"fmt"

"github.com/bloodhoundad/azurehound/v2/client/query"
"github.com/bloodhoundad/azurehound/v2/models/azure"
"github.com/SpecterOps/AzureHound/v2/client/query"
"github.com/SpecterOps/AzureHound/v2/models/azure"
)

// ListAzureLogicApps https://learn.microsoft.com/en-us/rest/api/logic/workflows/list-by-subscription?view=rest-logic-2016-06-01
Expand Down
4 changes: 2 additions & 2 deletions client/managed_clusters.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
"context"
"fmt"

"github.com/bloodhoundad/azurehound/v2/client/query"
"github.com/bloodhoundad/azurehound/v2/models/azure"
"github.com/SpecterOps/AzureHound/v2/client/query"
"github.com/SpecterOps/AzureHound/v2/models/azure"
)

// ListAzureManagedClusters https://learn.microsoft.com/en-us/rest/api/servicefabric/managedclusters/managed-clusters/list-by-subscription?view=rest-servicefabric-managedclusters-2021-07-01
Expand Down
4 changes: 2 additions & 2 deletions client/management_groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
"context"
"fmt"

"github.com/bloodhoundad/azurehound/v2/client/query"
"github.com/bloodhoundad/azurehound/v2/models/azure"
"github.com/SpecterOps/AzureHound/v2/client/query"
"github.com/SpecterOps/AzureHound/v2/models/azure"
)

// ListAzureManagementGroups https://learn.microsoft.com/en-us/rest/api/managementgroups/management-groups/list?view=rest-managementgroups-2020-05-01
Expand Down
8 changes: 4 additions & 4 deletions client/mocks/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/resource_groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
"context"
"fmt"

"github.com/bloodhoundad/azurehound/v2/client/query"
"github.com/bloodhoundad/azurehound/v2/models/azure"
"github.com/SpecterOps/AzureHound/v2/client/query"
"github.com/SpecterOps/AzureHound/v2/models/azure"
)

// ListAzureResourceGroups https://learn.microsoft.com/en-us/rest/api/resources/resource-groups/list?view=rest-resources-2021-04-01
Expand Down
4 changes: 2 additions & 2 deletions client/rest/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azcore"
"github.com/Azure/azure-sdk-for-go/sdk/azcore/policy"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/bloodhoundad/azurehound/v2/client/config"
"github.com/bloodhoundad/azurehound/v2/constants"
"github.com/SpecterOps/AzureHound/v2/client/config"
"github.com/SpecterOps/AzureHound/v2/constants"
)

// AuthStrategy is an interface that defines the methods that an authentication strategy must implement
Expand Down
4 changes: 2 additions & 2 deletions client/rest/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (
"strconv"
"time"

"github.com/bloodhoundad/azurehound/v2/client/config"
"github.com/bloodhoundad/azurehound/v2/client/query"
"github.com/SpecterOps/AzureHound/v2/client/config"
"github.com/SpecterOps/AzureHound/v2/client/query"
)

type RestClient interface {
Expand Down
2 changes: 1 addition & 1 deletion client/rest/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

"testing"

"github.com/bloodhoundad/azurehound/v2/client/config"
"github.com/SpecterOps/AzureHound/v2/client/config"
)

func TestClosedConnection(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion client/rest/dialer.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/http"
"net/url"

"github.com/bloodhoundad/azurehound/v2/config"
"github.com/SpecterOps/AzureHound/v2/config"
"github.com/go-logr/logr"
"golang.org/x/net/proxy"
)
Expand Down
Loading
Loading