MD5 - Dictionary attack
#2
Use hash mode 20 and specify the timestamp as salt. Then create a rule file to append the user and specify it last on the hashcat command line

then you can run hashcat like this:

hashcat -m 20 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:20200414073337 -r rules.rule -r more_rules.rule -r append_user.rule wordlist.txt
Reply


Messages In This Thread
MD5 - Dictionary attack - by R2D2 - 04-14-2020, 10:53 AM
RE: MD5 - Dictionary attack - by undeath - 04-14-2020, 02:36 PM