Update README.md

This commit is contained in:
skyper
2023-12-12 12:19:34 +00:00
committed by GitHub
parent 086e5f907e
commit 90cb672d84
+4
View File
@@ -745,6 +745,10 @@ timeout 5 bash -c "</dev/tcp/1.2.3.4/31337" && echo OPEN || echo CLOSED
<a id="bruteforce"></a>
**3.viii. Crack Password hashes**
1. [NTLM2password](https://ntlm.pw/) to crack (lookup) NTLM passwords
2. [wpa-sec](https://wpa-sec.stanev.org) to crack (lookup) WPA PSK passwords
HashCat is our go-to tool for everything else:
```shell
hashcat --username -w3 my-hash /usr/share/wordlists/rockyou.txt
```