guys, i'm using hashcat on windows, but it seems that hashcat can not recognised mine hash, which should be bcript, but i have salt too.., i use this command:
and hash.txt have lines in this form:
email@email.com:$2a$13$XXXXX...X:YY...YYY
(total 53 charaters on X,in Y there are 22 chars which is the salts)
but hashcat say: "no hashed loaded" caused from the salt.. how can i do? thanks
edit: i don't know if i cant post link.. but i've found a site that with the only hash in input says is bcript and it gives me the salt too in output.. which is quite the same the one with i've got.. but the last char is different.. so i'll assume it is possibile to gain the salt from the hash
Code:
hashcat64.exe -m 3200 -a 0 --username --session name --status hash.txt rockyou.txt --gpu-temp-abort=80 -r best64.rule
and hash.txt have lines in this form:
email@email.com:$2a$13$XXXXX...X:YY...YYY
(total 53 charaters on X,in Y there are 22 chars which is the salts)
but hashcat say: "no hashed loaded" caused from the salt.. how can i do? thanks
edit: i don't know if i cant post link.. but i've found a site that with the only hash in input says is bcript and it gives me the salt too in output.. which is quite the same the one with i've got.. but the last char is different.. so i'll assume it is possibile to gain the salt from the hash