typo scenario password cracking
#2
As I understood the command line would look something like this 

hashcat -m <hash_type> -a 0 <hash> dictionary.txt \ -r rules/my_custom_rule

Where the dictionary.txt are the password variations and the custom_rule is the ways how the symbols can be toggled or replaced

The following question is how to write a custom rule that combines in itself adjacent symbols, uppercasing/lowercasing individual symbols, adding spaces, skipping letters and adding a full stop in the end of the password ?
Reply


Messages In This Thread
typo scenario password cracking - by Neorusi - 05-13-2024, 06:57 PM
How to write a custom rule ? - by Neorusi - 05-14-2024, 09:06 AM
RE: typo scenario password cracking - by b8vr - 05-14-2024, 04:09 PM
RE: typo scenario password cracking - by Neorusi - 05-15-2024, 06:46 PM
RE: typo scenario password cracking - by ZerBea - 05-14-2024, 07:48 PM