# Toggle Case Attack example using "password"hashcat.exe-a 0 C:\hash.txt .\wordlist.txt -r .\rules\togglecase.rule# Possible outputs password# "password" (all lowercase)# "PASSWORD" (all uppercase)# "pASSWORD" (first letter lowercase, rest uppercase)# "PaSsWoRd" (alternating case)# "pAsSwOrD" (opposite alternating case)
Associative Attack Patterns:
# Example: "Olympics2020" by appending a significant year to a sports-related word.hashcat.exe-a 6 C:\hash.txt .\sports.txt ?d?d?d?d
Keyboard Walks and Patterns (interesting method uwu):
# Example: "qwert" might be extended to "qwert123" following a typical keyboard pattern.hashcat.exe-a 3 C:\hash.txt ?l?l?l?l?l?d?d?d
Prince Attack for Efficient Word Combination:
# Example: "apple" and "123" combined in various ways like "apple123" or "123apple".hashcat.exe--prince=./wordlist1.txt C:\hash.txt
Custom charset combination:
# Example: "admin" could become "admin2021!" by focusing on letters and digits with common special characters.hashcat.exe-a 3 C:\hash.txt -1 ?l?d -2 ?u?s ?1?1?2?2