mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
update NTLMv1 cracking methodology
This commit is contained in:
parent
3818e73d6f
commit
dde7fbec2a
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@ NTLMv1 can also be broken with the NTLMv1 Multi Tool [https://github.com/evilmog
|
|||
The command
|
||||
```
|
||||
python3 ntlmv1.py --ntlmv1 hashcat::DUSTIN-5AA37877:76365E2D142B5612980C67D057EB9EFEEE5EF6EB6FF6E04D:727B4E35F947129EA52B9CDEDAE86934BB23EF89F50FC595:1122334455667788
|
||||
``` would output the below:
|
||||
```
|
||||
would output the below:
|
||||
|
||||
```
|
||||
['hashcat', '', 'DUSTIN-5AA37877', '76365E2D142B5612980C67D057EB9EFEEE5EF6EB6FF6E04D', '727B4E35F947129EA52B9CDEDAE86934BB23EF89F50FC595', '1122334455667788']
|
||||
|
|
Loading…
Reference in a new issue