mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-20 03:16:10 +00:00
commit
030ba1f196
@ -224,15 +224,7 @@ Use the correct collector
|
|||||||
* AzureHound for Azure Active Directory
|
* AzureHound for Azure Active Directory
|
||||||
* SharpHound for local Active Directory
|
* SharpHound for local Active Directory
|
||||||
|
|
||||||
* use [AzureHound](https://posts.specterops.io/introducing-bloodhound-4-0-the-azure-update-9b2b26c5e350)
|
* use [AzureHound](https://github.com/BloodHoundAD/AzureHound) (more info: [Cloud - Azure Pentest](Cloud%20-%20Azure%20Pentest.md/#azure-recon-tools))
|
||||||
```powershell
|
|
||||||
# require: Install-Module -name Az -AllowClobber
|
|
||||||
# require: Install-Module -name AzureADPreview -AllowClobber
|
|
||||||
Connect-AzureAD
|
|
||||||
Connect-AzAccount
|
|
||||||
. .\AzureHound.ps1
|
|
||||||
Invoke-AzureHound
|
|
||||||
```
|
|
||||||
|
|
||||||
* use [BloodHound](https://github.com/BloodHoundAD/BloodHound)
|
* use [BloodHound](https://github.com/BloodHoundAD/BloodHound)
|
||||||
```powershell
|
```powershell
|
||||||
|
Loading…
Reference in New Issue
Block a user