Known Dictionary Attack Fails
#1
Hello,
I have a base64 blockchain.info wallet (v1, I believe. circa 2013) for which I know the password. The file name is wallet.aes.json. Using the tool here: https://login.blockchain.com/wallet/import-wallet and entering the password results in success. Entering the mnemonic with this tool (https://login.blockchain.com/wallet/forgot-password) results in the password I have saved, so I know that it's correct.

To prepare the wallet file for hashcat, I used blockchain2john.py to generate known.hash.

I created a wordlist .dict file with some random strings and the password in the middle and run:
Code:
hashcat.exe -a 0 -m 12700 known.hash wordlist.dict

Hashcat runs, but does not find the correct password. Can someone help me with what I am doing wrong? I can even give real data/files as there is 0BTC in the wallet.

Here is the output:
Code:
Session..........: hashcat
Status...........: Exhausted
Hash.Mode........: 12700 (Blockchain, My Wallet)
Hash.Target......: $blockchain$857$6533786935517843666a4555514537756d5...3d3d0a
Time.Started.....: Sun Aug 27 19:22:19 2023 (1 sec)
Time.Estimated...: Sun Aug 27 19:22:20 2023 (0 secs)
Kernel.Feature...: Pure Kernel
Guess.Base.......: File (..\wordlists\zpoil.dict)
Guess.Queue......: 1/1 (100.00%)
Speed.#1.........:    21948 H/s (0.02ms) @ Accel:512 Loops:9 Thr:32 Vec:1
Recovered........: 0/1 (0.00%) Digests (total), 0/1 (0.00%) Digests (new)
Progress.........: 8/8 (100.00%)
Rejected.........: 0/8 (0.00%)
Restore.Point....: 8/8 (100.00%)
Restore.Sub.#1...: Salt:0 Amplifier:0-1 Iteration:0-9
Candidate.Engine.: Device Generator
Candidates.#1....: asdasf -> 4e5vhy45h
Hardware.Mon.#1..: Temp: 56c Fan: 31% Util: 65% Core:2040MHz Mem:10451MHz Bus:16

Started: Sun Aug 27 19:22:16 2023
Stopped: Sun Aug 27 19:22:21 2023
PS F:\Ext4-1TB\500GB\Crack\NEW\hashcat-6.2.6>

Thanks
Reply


Messages In This Thread
Known Dictionary Attack Fails - by pluna - 08-28-2023, 01:51 AM
RE: Known Dictionary Attack Fails - by nick8606 - 08-28-2023, 07:25 AM
RE: Known Dictionary Attack Fails - by pluna - 08-28-2023, 10:12 PM
RE: Known Dictionary Attack Fails - by nick8606 - 08-29-2023, 02:16 AM
RE: Known Dictionary Attack Fails - by pluna - 08-29-2023, 02:33 AM
RE: Known Dictionary Attack Fails - by pluna - 08-29-2023, 03:41 AM
RE: Known Dictionary Attack Fails - by pluna - 08-29-2023, 08:43 PM
RE: Known Dictionary Attack Fails - by jersonbtc - 08-31-2023, 04:36 AM