14 lines
308 B
Markdown
14 lines
308 B
Markdown
|
|
|
|
|
|
```sh
|
|
#Kerberos 5 TGS etype 23
|
|
hashcat -m 13100 -a 0 hash rockyou.txt
|
|
#Kerberos asrep 23
|
|
hashcat -m 18200 hash rockyou.txt
|
|
#NTLM (mimikatz sam dump, sekurlsa::logonpasswords)
|
|
hashcat -m 1000 hash <wordlist>
|
|
|
|
```
|
|

|