Problem get password that is in dictionary
#11
Very strange.. With MD5, all it's ok.. With bcrypt it isn't..

I went to bcrypthashgenerator online and with string "password" I got "$2a$06$L9Wia/w6vQkxDK16ans6COCAiQ84Vl1RE3y9yl.A0zs7mgkcNjRp2"

Then on the terminal

echo -n '$2a$06$L9Wia/w6vQkxDK16ans6COCAiQ84Vl1RE3y9yl.A0zs7mgkcNjRp2' >> hash

then

nano dizionario.txt and put them

try
trytry
password
anotherstring

Now, with

hashcat -m 3200 hash dizionario.txt -o ris.txt

I've Exhausted message.. Why?


Messages In This Thread
RE: Problem get password that is in dictionary - by Honik89 - 03-02-2017, 08:18 PM