Scrypt + Salsa20/8 128 128
#8
(08-23-2017, 08:37 AM)philsmd Wrote: I just did several test with scrypt (even the "pleaseletmein" test) and I found no problem cracking scrypt with hashcat.

Could you please be more specific. What do you mean by "still unable to crack any Scrypt"?
- does hashcat accept/load your scrypt hash correctly without a warning
- does it run without errors
- does it end with  Status...........: Exhausted
etc

just saying that it is "unable to crack" doesn't really help to troubleshoot the problem. you must be much more specific.
As far as I understood the problem is/was that you used a different format ($7$...) to run the hashes, which hashcat does not accept. Maybe this was just a misunderstanding and you threw that format-conversion problem in front of the real problem you have, i.e. that scrypt cracking does not work at all for you. To avoid confusion in the future always try the example hashes (https://hashcat.net/wiki/example_hashes) first (and avoid mixing it up with other problems).

There could be many reasons why it doesn't crack for you.

You could for instance try to use a different version of hashcat (do you even use the latest release version from https://hashcat.net/hashcat/ ?). You could try the beta version from https://hashcat.net/beta/.
We also need to understand the real problem. Which you didn't explain at all, but my guess is that you have a problem with false negatives (status exhausted even if it should crack).
It could also have to do with your command line. Maybe you are using hashcat incorrectly, e.g. wrong command line arguments provided (but as far as I understood it works for you with other hash types).

Right, hashcat works fine with any other hash. (I guess I didn't realize that my question was vague)

For Scrypt:
It loads hashes fine without any errors/warnings.
It ends with Exhausted recovering 0/N hashes.
I give it a file with hashes and a dictionary where the correct results are listed plus some other random words.

The problem: It doesn't crack even when it should crack (just like you said)

Using hashcat versions v3.5.0, v3.6.0, and v3.6.0-413-g0783289 (beta)

Command line: hashcat -m8900 -a0 -w3 -D1 test.scrypt dictionary

Results:
Code:
hashcat (v3.6.0) starting...

OpenCL Platform #1: Intel(R) Corporation
========================================
* Device #1: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz, 3976/15907 MB allocatable, 8MCU

OpenCL Platform #2: NVIDIA Corporation
======================================
* Device #2: GeForce GTX 960M, skipped.

Counting lines in ./test.scrypt...
Counted lines in ./test.scrypt...
Parsing Hashes: 1/6 (16.67%)...
Parsing Hashes: 4/6 (66.67%)...
Sorting hashes...
Sorted hashes...
Removing duplicate hashes...
Removed duplicate hashes...
Sorting salts...
Sorted salts...
Comparing hashes with potfile entries...
Compared hashes with potfile entries...
Generating bitmap tables...
Generated bitmap tables...
Hashes: 4 digests; 4 unique digests, 4 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1

Applicable optimizers:
* Zero-Byte

Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger disabled.

Initializing device kernels and memory...
Initialized device kernels and memory...
Checking for weak hashes...
Checked for weak hashes...
Dictionary cache hit:
* Filename..: ./dictionary
* Passwords.: 9
* Bytes.....: 88
* Keyspace..: 9

[s]tatus [p]ause [r]esume [b]ypass [c]heckpoint [q]uit =>
                                                          
Approaching final keyspace - workload adjusted.
[s]tatus [p]ause [r]esume [b]ypass [c]heckpoint [q]uit =>
                                                          
Session..........: hashcat
Status...........: Exhausted
Hash.Type........: scrypt
Hash.Target......: ./test.scrypt
Time.Started.....: Wed Aug 23 09:07:14 2017 (1 sec)
Time.Estimated...: Wed Aug 23 09:07:15 2017 (0 secs)
Guess.Base.......: File (./dictionary)
Guess.Queue......: 1/1 (100.00%)
Speed.Dev.#1.....:        0 H/s (32.15ms)
Recovered........: 0/4 (0.00%) Digests, 0/4 (0.00%) Salts
Progress.........: 36/36 (100.00%)
Rejected.........: 0/36 (0.00%)
Restore.Point....: 9/9 (100.00%)
Candidates.#1....: pleaseletmein -> pleaseletmein
HWMon.Dev.#1.....: N/A

Started: Wed Aug 23 09:07:13 2017
Stopped: Wed Aug 23 09:07:16 2017


Messages In This Thread
Scrypt + Salsa20/8 128 128 - by 0delay - 08-16-2017, 01:17 AM
RE: Scrypt + Salsa20/8 128 128 - by philsmd - 08-16-2017, 07:19 AM
RE: Scrypt + Salsa20/8 128 128 - by 0delay - 08-16-2017, 08:40 PM
RE: Scrypt + Salsa20/8 128 128 - by philsmd - 08-17-2017, 08:59 AM
RE: Scrypt + Salsa20/8 128 128 - by 0delay - 08-23-2017, 03:30 AM
RE: Scrypt + Salsa20/8 128 128 - by atom - 08-18-2017, 10:05 AM
RE: Scrypt + Salsa20/8 128 128 - by philsmd - 08-23-2017, 08:37 AM
RE: Scrypt + Salsa20/8 128 128 - by 0delay - 08-23-2017, 06:22 PM