summaryrefslogtreecommitdiffstats
path: root/docs/crypto
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2021-08-27 17:18:47 -0400
committerdusoleil <howcansocksbereal@gmail.com>2021-09-05 23:52:15 -0400
commitde3310f002bbb8eeb4be39a4d8cac29b4c0aabd0 (patch)
treeda4738c2b54ee42e6fc99196bc3bd071414c0b14 /docs/crypto
parent2ccf4674ee3dfca6181b598edb1602b396de8f13 (diff)
downloadlib-des-gnux-de3310f002bbb8eeb4be39a4d8cac29b4c0aabd0.tar.gz
lib-des-gnux-de3310f002bbb8eeb4be39a4d8cac29b4c0aabd0.zip
Add Examples for Showing Cracks/Identifying Type
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
Diffstat (limited to 'docs/crypto')
-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