Skip to content

Commit 1ee6537

Browse files
committed
update: hashcat cracking helper. HASHTYPE suggestion and env alias
1 parent c2423e4 commit 1ee6537

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

.vscode/env.zsh

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ export DOMAIN=
2121
# export USER_B=
2222
# export PASS_B=
2323

24-
# useful settings like ROCKYOU, SECLIST, etc.
25-
# export ROCKYOU=/usr/share/wordlists/rockyou.txt
26-
# export SECLIST=/usr/share/wordlists/seclists/
27-
# export WORDLISTS=/usr/share/wordlists/
2824

2925
export METASPLOIT_INIT_COMMAND=""
3026

@@ -83,3 +79,27 @@ unset https_proxy http_proxy all_proxy
8379
# export http_proxy=
8480
# export https_proxy=
8581
# export all_proxy=
82+
83+
################################################################
84+
# Hashcat settings
85+
86+
# useful settings like ROCKYOU, SECLIST, etc.
87+
# export ROCKYOU=/usr/share/wordlists/rockyou.txt
88+
# export SECLIST=/usr/share/wordlists/seclists/
89+
# export WORDLISTS=/usr/share/wordlists/
90+
91+
# URL: https://hashcat.net/wiki/doku.php?id=example_hashes
92+
export HASH_MD5=0
93+
export HASH_SHA1=100
94+
export HASH_MD5CYPT=500
95+
export HASH_MD4=900
96+
export HASH_NTLM=1000
97+
export HASH_SHA256=1400
98+
export HASH_APRMD5=1600
99+
export HASH_SHA512=1800
100+
export HASH_BCRYPT=3200
101+
export HASH_NETNTLMv2=5600
102+
export HASH_SHA256CRYPT=7400
103+
export HASH_KRB5_PREAUTH=7500
104+
export HASH_DJANGO_PBKDF2_SHA256=10000
105+
export HASH_PBKDF2_HMAC_SHA256=10900

0 commit comments

Comments
 (0)