first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
|
||||
```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>
|
||||
|
||||
```
|
||||

|
||||
Reference in New Issue
Block a user