Problem get password that is in dictionary
#4
I've tried with this hash file:

nano hash

$2a$05$LhayLxezLhK1LhWvKxCyLOj0j1u.Kj0jZ0pEmm134uzrQlFvQJLF6

with this dictionary file:

nano dizionario

hashash
cathasho
testtest
hashcat
password1
password2

Then my command was:

hashcat -m 3200 hash dizionario -o result.txt

with this response:

hashcat (v3.30-377-ga509221) starting...

OpenCL Platform #1: Apple
=========================
* Device #1: Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz, skipped
* Device #2: Iris, 384/1536 MB allocatable, 40MCU

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1

Applicable Optimizers:
* Zero-Byte
* Single-Hash
* Single-Salt

Watchdog: Temperature abort trigger disabled
Watchdog: Temperature retain trigger disabled

Checked for weak hashes...Integer overflow detected in keyspace of wordlist: dizionario

The wordlist or mask you are using is too small.
Therefore, hashcat is unable to utilize the full parallelization power of your device(s).
The cracking speed will drop.
Workaround: https://hashcat.net/wiki/doku.php?id=fre...full_speed

INFO: approaching final keyspace, workload adjusted       

Session..........: hashcat                                
Status...........: Exhausted
Hash.Type........: bcrypt, Blowfish(OpenBSD)
Hash.Target......: $2a$05$LhayLxezLhK1LhWvKxCyLOj0j1u.Kj0jZ0pEmm134uzrQlFvQJLF6
Time.Started.....: Tue Feb 28 22:59:51 2017 (0 secs)
Time.Estimated...: Tue Feb 28 22:59:51 2017 (0 secs)
Input.Base.......: File (dizionario)
Input.Queue......: 1/1 (100.00%)
Speed.Dev.#2.....:        0 H/s (0.00ms)
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 0
Rejected.........: 0
Restore.Point....: 0
Candidates.#2....: [Copying]

Started: Tue Feb 28 22:59:50 2017
Stopped: Tue Feb 28 22:59:52 2017

Where is the problem? :-S


Messages In This Thread
RE: Problem get password that is in dictionary - by Honik89 - 03-01-2017, 12:00 AM