From bebc87887ac6cacb31f79bf74407cdebe434be00 Mon Sep 17 00:00:00 2001 From: NocFlame Date: Wed, 25 May 2022 10:09:09 +0200 Subject: [PATCH] added link to hashcat --- Methodology and Resources/Windows - Privilege Escalation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Methodology and Resources/Windows - Privilege Escalation.md b/Methodology and Resources/Windows - Privilege Escalation.md index ea5cc69..ffcc86b 100644 --- a/Methodology and Resources/Windows - Privilege Escalation.md +++ b/Methodology and Resources/Windows - Privilege Escalation.md @@ -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