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?
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?