Skip to content

Commit

Permalink
AzureHound
Browse files Browse the repository at this point in the history
  • Loading branch information
swisskyrepo committed Nov 24, 2020
1 parent 13ed9c8 commit b918095
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Methodology and Resources/Active Directory Attack.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,17 @@
ntlmrelayx.py -t ldaps://lab.local -wh attacker-wpad --delegate-access
```

* [AzureHound](https://posts.specterops.io/introducing-bloodhound-4-0-the-azure-update-9b2b26c5e350)

```powershell
# require: Install-Module -name Az -AllowClobber
# require: Install-Module -name AzureADPreview -AllowClobber
Connect-AzureAD
Connect-AzAccount
. .\AzureHound.ps1
Invoke-AzureHound
```

* [PowerSploit](https://github.com/PowerShellMafia/PowerSploit/tree/master/Recon)

```powershell
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b918095

Please sign in to comment.