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 ```bash
# Search hash numbers # Search for correct hashcat number
hashcat --example-hashes | less hashcat --example-hashes | grep -B5 {HASH IDENTIFIER}
/hash
# Crack Hash # Crack Hash
hashcat -m {HASH NUMBER} {HASH} /usr/share/wordlists/rockyou.txt -O --force hashcat -m {HASH NUMBER} {HASH} /usr/share/wordlists/rockyou.txt -O --force