summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/crypto/hashcat.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/crypto/hashcat.txt b/docs/crypto/hashcat.txt
index 2e68637..96d2f19 100644
--- a/docs/crypto/hashcat.txt
+++ b/docs/crypto/hashcat.txt
@@ -3,6 +3,8 @@ hashcat is a hardware accelerated hash cracking tool
useful one-liners mostly stolen from naive-hashcat:
https://github.com/Kr4ken-9/naive-hashcat/blob/master/naive-hashcat.sh
hashcat -I
+hashcat --example-hashes | grep -A2 '\$5\$'
+hashcat --show -m <type> <file>
# DICTIONARY ATTACK
hashcat --status -w 3 -m <type> -a 0 <file> dicts/rockyou.txt
# DICTIONARY ATTACK WITH RULES