mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-03-04 15:27:18 +00:00
added link to hashcat
This commit is contained in:
parent
ca959ec806
commit
bebc87887a
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ pwdump SYSTEM SAM > /root/sam.txt
|
|||
samdump2 SYSTEM SAM -o sam.txt
|
||||
```
|
||||
|
||||
Either crack it with `john -format=NT /root/sam.txt` or use Pass-The-Hash.
|
||||
Either crack it with `john -format=NT /root/sam.txt`, [hashcat](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Hash%20Cracking.md#hashcat) or use Pass-The-Hash.
|
||||
|
||||
### LAPS Settings
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue