hey guys i am new to hashing and hash password recovery but i am a fast learner and would love some help as i am still lost i have looked over the wiki and read and watch multiple tutorials,
but i still cant wrap around how to find out which hash is which, so i have given you guys the actual password generating PHP code to help me figure out which type of md5 it is that i should use in hashcat.
function generate_user_password(ElggUser $user, $password) {
return md5($password . $user->salt);
}
Thanks for all help guys! but i think its pass.user.salt hash but please let me know if i am wrong.
but i still cant wrap around how to find out which hash is which, so i have given you guys the actual password generating PHP code to help me figure out which type of md5 it is that i should use in hashcat.
function generate_user_password(ElggUser $user, $password) {
return md5($password . $user->salt);
}
Thanks for all help guys! but i think its pass.user.salt hash but please let me know if i am wrong.