Update README.md

This commit is contained in:
Joe Totes
2022-09-06 12:19:54 -04:00
committed by GitHub
parent e022a22fa3
commit 348584d015

View File

@@ -1238,9 +1238,8 @@ ls -alhR /opt/lampp/htdocs/ 2>/dev/null
```bash
# Search hash numbers
hashcat --example-hashes | less
/hash
# Search for correct hashcat number
hashcat --example-hashes | grep -B5 {HASH IDENTIFIER}
# Crack Hash
hashcat -m {HASH NUMBER} {HASH} /usr/share/wordlists/rockyou.txt -O --force