![]() |
Iterating Modes - 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: Iterating Modes (/thread-13331.html) |
Iterating Modes - votecoffee - 08-02-2025 Is there a way to iterate over modes? I have a hash list that is 40 hex characters. These are the modes that look like they fit the format: Hash-Mode Hash-Name 100 SHA1 170 sha1(utf16le($pass)) 300 MySQL4.1/MySQL5 4500 sha1(sha1($pass)) 4700 sha1(md5($pass)) 6000 RIPEMD-160 18500 sha1(md5(md5($pass))) This is what I would do for a single mode: hashcat.exe -m 100 -a 6 ./my.hash ./my.dict ?d?d?d?d |