typo scenario password cracking - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: typo scenario password cracking (/thread-11976.html) |
typo scenario password cracking - Neorusi - 05-13-2024 Hi guys, help me please, have a password in which I can make a mistake Example : Coca-Cola1985 I could have placed my finger on a adjacent symbol, a space could have accidentally be typed, accidentally I could press shift or caps lock, or a letter could be skiped How would l a rule that combines all these specifications would look like in a command line, or what should I do to solve this problem, previously thank you How to write a custom rule ? - Neorusi - 05-14-2024 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 ? RE: typo scenario password cracking - b8vr - 05-14-2024 https://hashcat.net/wiki/doku.php?id=rule_based_attack RE: typo scenario password cracking - ZerBea - 05-14-2024 Maybe that's what you're looking for: https://hashcat.net/forum/thread-10083-post-52542.html RE: typo scenario password cracking - Neorusi - 05-15-2024 (05-14-2024, 04:09 PM)b8vr Wrote: https://hashcat.net/wiki/doku.php?id=rule_based_attack Thanks, I have already looked at the docs before posting, a little new to hash cat, probably a bit puzzled cause a noob right now |