Iterating Modes
#1
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
Reply


Messages In This Thread
Iterating Modes - by votecoffee - 08-02-2025, 03:24 PM