Skip to content

Commit

Permalink
Shield SOCKET 🛡️🛡️
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3n33dl3 committed Nov 25, 2024
1 parent dd1cd98 commit b505901
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
Binary file added .configcl/img/master.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .configcl/master.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .idea/modules.xml

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

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ AzureHoundAD uses the `Microsoft` Graph and Azure REST APIs to collect data. It

- AzureHound is a Go binary that collects data from AzureAD and AzureRM via the MS Graph and Azure REST APIs.

# Get AzureHoundAD
## Get AzureHoundAD

<p align="center">
<a href="#crawler-configuration">Config</a> •
Expand All @@ -39,7 +39,7 @@ The rolling release contains pre-built binaries that are automatically kept up-t
## Compiling

- Go [1.18](https://go.dev/dl) or later
- Go [1.21](https://go.dev/dl) or later

To build this project from source run the following:

Expand Down Expand Up @@ -102,6 +102,7 @@ Flags:
Use "azurehound [command] --help" for more information about a command.
```
# Thanks To

<p align="left">
<a href="https://github.com/byt3n33dl3"><img src="https://avatars.githubusercontent.com/u/151133481?v=4" width="50" height="50" alt="" style="max-width: 100%;"></a>
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bloodhoundad/azurehound/v2

go 1.20
go 1.21

require (
github.com/go-logr/logr v1.2.0
Expand Down
1 change: 1 addition & 0 deletions sec.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Icon
Network Trash Folder
Temporary Items
.apdisk
.apkdisk

########
# Windows
Expand Down

0 comments on commit b505901

Please sign in to comment.