Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Problem get password that is in dictionary
Post: Problem get password that is in dictionary
Hello everybody.
I' m testing on OS X Sierra with Hashcat v3.30-377-ga509221.
I've created a personal dictionary of 8 lines with my password. Then i've converted my password to bcrypto hash online ... |
|
Honik89 |
hashcat
|
12 |
12,529 |
02-28-2017, 04:45 PM |
|
|
Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary
I've tried with this hash file:
nano hash
$2a$05$LhayLxezLhK1LhWvKxCyLOj0j1u.Kj0jZ0pEmm134uzrQlFvQJLF6
with this dictionary file:
nano dizionario
hashash
cathasho
testtest
hashcat
p... |
|
Honik89 |
hashcat
|
12 |
12,529 |
03-01-2017, 12:00 AM |
|
|
Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary
With the same command, sometimes I've not the overflow. I don't understand what is the problem. I created "dizionario" with nano.Is it correct? |
|
Honik89 |
hashcat
|
12 |
12,529 |
03-01-2017, 10:18 AM |
|
|
Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary
I don't know why, but if I change the namefile dizionario to dizionario.txt and hash to hash.hash the result is:
hashcat (v3.30-377-ga509221) starting...
OpenCL Platform #1: Apple
==================... |
|
Honik89 |
hashcat
|
12 |
12,529 |
03-01-2017, 05:11 PM |
|
|
Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary
philsmd Wrote: (03-01-2017, 05:44 PM)
--
This is not the correct way to generate hashes.
echo always outputs a string with newlines.
BTW: this question is even present in the MOST frequently as... |
|
Honik89 |
hashcat
|
12 |
12,529 |
03-02-2017, 04:33 PM |
|
|
Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary
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"
The... |
|
Honik89 |
hashcat
|
12 |
12,529 |
03-02-2017, 08:18 PM |
|
|
Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary
philsmd Wrote: (03-03-2017, 12:06 AM)
--
@Honik89 Could you please try with current git HEAD version? (make clean; git pull; make)
This patch might fix the bcrypt problem you are experiencing (whi... |
|
Honik89 |
hashcat
|
12 |
12,529 |
03-03-2017, 12:51 AM |