Whats the most efficient way to do this? (newbie)
#1
Alright so I've got a whirlpool hash which is salted.

So the password is reversed and at the beginning they placed a word 'WIT' and at the end there is a number, users SQL id.

So the password looks like this:

lets say the password is: password
and the users sqlid is 50..

the password would be hashed like this:

WITdrowssap50

Is there a way to use sqlid with the wordslists? I'm pretty new to this but i've done whirlpool a long time ago. And how do i add the custom word at the beginning?

Help?
Reply


Messages In This Thread
Whats the most efficient way to do this? (newbie) - by y33t - 04-23-2020, 05:42 PM