Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: I just want to recover my wallet.
Post: RE: I just want to recover my wallet.

I can't know until you extract the hash. Also, it's KDF-ed so I doubly don't know
penguinkeeper hashcat 11 351 9 hours ago
    Thread: I just want to recover my wallet.
Post: RE: I just want to recover my wallet.

It's encrypted, you need the password to decrypt it, hence the "enc" in "encseed"
penguinkeeper hashcat 11 351 10 hours ago
    Thread: I just want to recover my wallet.
Post: RE: I just want to recover my wallet.

The password can unlock the wallet but if you don't even have a password, you can't decrypt it
penguinkeeper hashcat 11 351 10 hours ago
    Thread: I just want to recover my wallet.
Post: RE: I just want to recover my wallet.

The tool "ethereum2john" from John the Ripper (linked below) can be used to extract the hash from the json file you listed above. An example command would be: "python ethereum2john.py wallet.json". Th...
penguinkeeper hashcat 11 351 Yesterday, 05:20 PM
    Thread: I just want to recover my wallet.
Post: RE: I just want to recover my wallet.

Which of the 3 points do you specifically want more detail on?
penguinkeeper hashcat 11 351 Yesterday, 02:21 PM
    Thread: hashcat multiprocessor
Post: RE: hashcat multiprocessor

By default, Hashcat wants to be GPU-accelerated so ideally, you'd only run it on a GPU, if present. They're often a factor or two faster than even top-end CPUs. If you really want to use CPUs, you can...
penguinkeeper hashcat 1 171 Yesterday, 10:53 AM
    Thread: What cloud provider do you use for hashcat?
Post: RE: What cloud provider do you use for hashcat?

Google Cloud explicitly forbids hash cracking but most other cloud providers will allow you to run Hashcat. The most common is vast.ai, you can even pay in crypto if you want. Either way, you can ofte...
penguinkeeper General Talk 2 147 Yesterday, 10:50 AM
    Thread: I just want to recover my wallet.
Post: RE: I just want to recover my wallet.

Firstly, please don't share that kind of information. If cracked, it'd mean someone would be able to steal any funds from your wallet using the seed Secondly, both the bitcoin address and ethereum ...
penguinkeeper hashcat 11 351 05-08-2024, 08:07 PM
    Thread: Please add support for blockchain wallets with 10 difficulty.
Post: RE: Please add support for blockchain wallets with...

What version is the hash? V1, V2 or a secondary password?
penguinkeeper hashcat 4 5,572 05-08-2024, 05:32 PM
    Thread: how i can fx this error
Post: RE: how i can fx this error

Ubuntu is fine but it looks like you're having some connectivity problems. Your risers (if you're using them) may be flaky and causing issues, meaning a GPU or two momentarily loses the connection and...
penguinkeeper General Talk 2 348 05-07-2024, 01:03 AM
    Thread: How can i find the number of rounds in sha512(-m 1700).
Post: RE: How can i find the number of rounds in sha512(...

1) Yes, Hashcat has several bits of code that can generate sha512, that's one of them, which also does 80 rounds. If you wanted to reduce Hashcat to 79 rounds, it won't be amazingly easy but is possib...
penguinkeeper General Talk 4 330 05-06-2024, 10:52 AM
    Thread: How can i find the number of rounds in sha512(-m 1700).
Post: RE: How can i find the number of rounds in sha512(...

Hashing steps: https://github.com/hashcat/hashcat/blob/6716447dfce969ddde42a9abe0681500bee0df48/OpenCL/m01700_a3-optimized.cl#L65-L83 Expansion: https://github.com/hashcat/hashcat/blob/6716447df...
penguinkeeper General Talk 4 330 05-06-2024, 09:52 AM
    Thread: I would like to know the default password settings used to run the hashcat benchmark.
Post: RE: I would like to know the default password sett...

That's the "Example.Hash" section, so -m 8900 uses n = 16384, r = 8, p = 1
penguinkeeper General Talk 3 669 05-02-2024, 06:52 PM
    Thread: I would like to know the default password settings used to run the hashcat benchmark.
Post: RE: I would like to know the default password sett...

Check the "Benchmark.Mask" using: hashcat -m --hash-info
penguinkeeper General Talk 3 669 05-02-2024, 03:45 PM
    Thread: Can't find combinatorX.exe
Post: RE: Can't find combinatorX.exe

Correct, it hasn't been released and has to be compiled from the latest master code https://github.com/hashcat/hashcat-utils/tree/master https://github.com/hashcat/hashcat-utils/tree/master?tab=readme...
penguinkeeper hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 1,576 04-27-2024, 07:18 PM
    Thread: Splitting work to pass through the integer overflow error
Post: RE: Splitting work to pass through the integer ove...

Yixraie Wrote: (04-26-2024, 09:14 AM) -- But why does the keyspace have the size of the mask? Shouldn't it have the size of the -l option? -- No because Hashcat still has to calculate with it. It's...
penguinkeeper hashcat 7 902 04-26-2024, 10:33 AM
    Thread: Splitting work to pass through the integer overflow error
Post: RE: Splitting work to pass through the integer ove...

Because it's over 64 bits and Hashcat stores the keyspace as a 64-bit unsigned integer. Also, hackers don't have that much hardware. Very, very, very few companies in the world even have that much har...
penguinkeeper hashcat 7 902 04-25-2024, 11:22 PM
    Thread: Splitting work to pass through the integer overflow error
Post: RE: Splitting work to pass through the integer ove...

Hashcat is stopping you because your mask, 95^10 is unbelievably high. A RTX 4090 with MD5 would take 4,222 days to exhaust this so there's just not really much point trying to run it lol. There are d...
penguinkeeper hashcat 7 902 04-25-2024, 09:56 PM
    Thread: Hashcat's capabilities for BTC seed phrase brute forcing
Post: RE: Hashcat's capabilities for BTC seed phrase bru...

Hasher Wrote: (04-23-2024, 01:43 PM) -- penguinkeeper Wrote: (04-23-2024, 11:24 AM) -- No, you cannot brute force seed phrases or you'd just own every network. The amount of combinations you'd have ...
penguinkeeper hashcat 4 679 04-23-2024, 04:49 PM
    Thread: hiprtcCompileProgram is missing but I have an NVIDIA GPU
Post: RE: hiprtcCompileProgram is missing but I have an ...

It's just because of your integrated graphics being AMD, that warning can be ignored
penguinkeeper hashcat 1 441 04-23-2024, 11:26 AM