Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author [desc] Forum Replies Views Posted
    Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password

Yes, you want to do a mask attack https://hashcat.net/wiki/doku.php?id=mask_attack
undeath hashcat 25 21,257 08-08-2017, 11:43 AM
    Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password

slayerdiangelo Wrote: (08-08-2017, 03:21 PM) -- You should use the mask processor and pipe the output to Hashcat. -- Hashcat supports mask attacks in attack mode 3. No need to use external tools. ...
undeath hashcat 25 21,257 08-08-2017, 04:20 PM
    Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password

depends, if your wallet is mode 15600 [$ethereum$p] use your GPU (mining rig) if your wallet is mode 15700 [$ethereum$s] use your CPU (gaming machine) still use your mining rig (well, actually it mig...
undeath hashcat 25 21,257 08-08-2017, 06:42 PM
    Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password

use https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/run/ethereum2john.py to extract the necessary info from your wallet you're on the right track. To set the hash type consult --h...
undeath hashcat 25 21,257 08-09-2017, 12:00 AM
    Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password

4 H/s is really slow. Something seems off. As written before, my old 2600k manages to get 13 H/s. But why not using your GPU? It's probably still at least as fast as your CPU. Note that it may take ~2...
undeath hashcat 25 21,257 08-09-2017, 10:18 AM
    Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password

Did you try --scrypt-tmto=0? At least the example hash works for me with every tmto setting (though 0 is the fastest option on cpu and gpu in my scenario). --force is only if you use an unsupported...
undeath hashcat 25 21,257 08-09-2017, 05:38 PM
    Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password

I just learnt script-tmto=0 means auto-configuration, not disable tmto trade-offs alltogether. And furthermore, the higher the value the less RAM is used. However, there might be an incompatibility w...
undeath hashcat 25 21,257 08-10-2017, 04:55 PM
    Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password

take home message: the scrypt settings ethereum uses by default make GPU cracking mostly impossible. Just use your CPU.
undeath hashcat 25 21,257 08-10-2017, 05:35 PM
    Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password

scrypt has three parameters. Depending on how those parameters are chosen it may or may not work on GPU. The parameters of your ethereum wallet don't.
undeath hashcat 25 21,257 08-11-2017, 10:12 AM
    Thread: Getting Segmetation Fault Everytime.. (Error)
Post: RE: Getting Segmetation Fault Everytime.. (Error)

OpenCL Platform #1: The pocl project lol get a proper distri.
undeath hashcat 1 2,205 08-16-2017, 12:13 AM
    Thread: How to save all generated hashes to file?
Post: RE: How to save all generated hashes to file?

hashcat does not provide an interface for such a thing.
undeath hashcat 4 4,469 08-16-2017, 07:24 PM
    Thread: How to save all generated hashes to file?
Post: RE: How to save all generated hashes to file?

ftfy MrMeeseeks Wrote: (08-17-2017, 09:22 AM) -- Bash one liner for the win: Code: -- while read -r line; do echo -n "$line" | sha256sum | cut -d " " -f 1; done < ./plains > hashes -- --
undeath hashcat 4 4,469 08-17-2017, 10:41 AM
    Thread: organize large databases for hashcat
Post: RE: organize large databases for hashcat

Microsoft Excel/libreoffice calc?
undeath General Talk 7 6,903 08-17-2017, 04:23 PM
    Thread: Restore value is greater than keyspace.
Post: RE: Restore value is greater than keyspace.

It's not a bug, it's an incompatibility of the versions.
undeath General Talk 4 5,323 08-18-2017, 11:18 AM
    Thread: Excel SHA512 salts and hashes
Post: RE: Excel SHA512 salts and hashes

have a look at mode 9400/9500/9600 In most cases you cannot simply use the generic implementations to crack something of which you merely know what underlying hashing function is used. To extrac...
undeath hashcat 3 7,668 08-19-2017, 11:01 AM
    Thread: can hashcat be used only for hashing?
Post: RE: can hashcat be used only for hashing?

https://hashcat.net/forum/thread-6791.html
undeath hashcat 3 3,955 08-19-2017, 02:18 PM
    Thread: Defining your own alphabet
Post: RE: Defining your own alphabet

https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets
undeath General Talk 1 2,594 08-20-2017, 12:40 PM
    Thread: Distribute calculations and "verification" hashes
Post: RE: Distribute calculations and "verification" has...

hashcat is using markov chains to try more probable words first. You can have a look at the next candidates by running a command like Code: -- ./hashcat64.bin --stdout -a3 '?a?a?a?a' -s 5555 -l 20...
undeath hashcat 6 6,261 08-21-2017, 07:44 PM
    Thread: Distribute calculations and "verification" hashes
Post: RE: Distribute calculations and "verification" has...

Are both tools possibly using different hcstat files?
undeath hashcat 6 6,261 08-22-2017, 03:55 PM
    Thread: some hardware questions for building a new rig
Post: RE: some hardware questions for building a new rig

The software shipped with Brutalis, Hashstack, has some limitations which is why it's still using 14.04. (a new version is already available internally afaik) There is no good reason to use such an o...
undeath Hardware 4 4,548 08-31-2017, 03:58 PM