How to say that the password starts with "abc"
#3
(11-16-2017, 12:35 PM)philsmd Wrote: What type of hashes do you use (there are salted hashes, where you can use abc as salt)?
What type of attack mode are you planning to use? for word list/dictionary attack you can just add a rule that prepends abc: ^c ^b ^a

I'm trying to crack an MD5 hash with a mask attack. Is it possible?


Messages In This Thread
RE: How to say that the password starts with "abc" - by yildiza - 11-16-2017, 03:51 PM