05-20-2020, 07:12 AM
Hi,
I'm trying out a simple dictionary attack test. I have an Ethereum wallet I just created with Mist. I used that John the ripper python script to get the hash and put it in hash3.txt. I have the password followed by a newline in guesses.txt. I run this command:
And it appears to load the dictionary but doesn't seem to succeed. Does anyone have any suggestions?
[/font][/size][/color]
I'm trying out a simple dictionary attack test. I have an Ethereum wallet I just created with Mist. I used that John the ripper python script to get the hash and put it in hash3.txt. I have the password followed by a newline in guesses.txt. I run this command:
Code:
hashcat -m 15700 hash3.txt guesses.txt
And it appears to load the dictionary but doesn't seem to succeed. Does anyone have any suggestions?
Code:
hashcat (v5.1.0) starting...
OpenCL Platform #1: Apple
=========================
* Device #1: Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz, skipped.
* Device #2: Intel(R) UHD Graphics 630, 384/1536 MB allocatable, 24MCU
* Device #3: AMD Radeon Pro 5500M Compute Engine, 1020/4080 MB allocatable, 24MCU
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
Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 256
Watchdog: Hardware monitoring interface not found on your system.
Watchdog: Temperature abort trigger disabled.
* Device #2: Skipping unstable hash-mode 15700 for this device.
You can use --force to override, but do not report related errors.
* Device #3: Skipping unstable hash-mode 15700 for this device.
You can use --force to override, but do not report related errors.
Dictionary cache hit:
* Filename..: guesses.txt
* Passwords.: 1
* Bytes.....: 11
* Keyspace..: 1
Session..........: hashcat
Status...........: Exhausted
Hash.Type........: Ethereum Wallet, SCRYPT
Hash.Target......: $ethereum$s*262144*8*1*68d970bdfa9f074c516862b7eaa9...cffa62
Time.Started.....: Tue May 19 22:09:10 2020 (0 secs)
Time.Estimated...: Tue May 19 22:09:10 2020 (0 secs)
Guess.Base.......: File (guesses.txt)
Guess.Queue......: 1/1 (100.00%)
Speed.#*.........: 0 H/s
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 0/1 (0.00%)
Rejected.........: 0/0 (0.00%)
Restore.Point....: 0/1 (0.00%)
Started: Tue May 19 22:09:10 2020
Stopped: Tue May 19 22:09:11 2020
[color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif]