πββ¬Hashcat - cracking hashes

Advanced Password Cracking Techniques Using Hashcat
Wordlist attack:
Wordlist attack:
Single wordlist attack on MD4 (-m 1400)
Combining 2 wordlists (in order)
Combining wordlists and adding specific characters to the newly formed words
Example: "summer" becomes "summer89" or "summer!#".
Toggle Case Attack example using "password"
Possible outputs password
"password" (all lowercase)
"PASSWORD" (all uppercase)
"pASSWORD" (first letter lowercase, rest uppercase)
"PaSsWoRd" (alternating case)
"pAsSwOrD" (opposite alternating case)
Example: "Olympics2020" by appending a significant year to a sports-related word.
Example: "qwert" might be extended to "qwert123" following a typical keyboard pattern.
Example: "apple" and "123" combined in various ways like "apple123" or "123apple".
Example: "admin" could become "admin2021!" by focusing on letters and digits with common special characters.
-m parameter values (500, 3200, 7400, 1800)
-m parameter values (3000, 1000)
Last updated