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 Forum [desc] Replies Views Posted
    Thread: Linux Shadow hashes
Post: RE: Linux Shadow hashes

elidell Wrote: (07-12-2017, 01:12 AM) -- so the hash from the shadow file is as such: root:$1$DhqYuxhs$p/O7aro1npF4yvkRT7qJK.:16786:0:99999:7::: -- This is not the hash but the full user entry. r...
undeath hashcat 7 12,730 07-12-2017, 12:08 PM
    Thread: Performance Stats
Post: RE: Performance Stats

If you care only for a single hash/list of hashes you can quickly write a wrapper script. Otherwise, no, not possible.
undeath hashcat 1 2,133 08-07-2017, 03:35 PM
    Thread: Please Help
Post: RE: Please Help

How about you think a little about it? It's a .py file and you can easily find information on how to run .py files. Then go from there.
undeath hashcat 5 4,722 08-07-2017, 03:40 PM
    Thread: Unresponsive hashcat - ignoring keyboard input
Post: RE: Unresponsive hashcat - ignoring keyboard input

What driver are you using?
undeath hashcat 4 4,070 08-07-2017, 03:41 PM
    Thread: Help with graduate assignment
Post: RE: Help with graduate assignment

Well, looks like some kind of config file. That is the answer to your question but you probably did not ask the right one.
undeath hashcat 3 3,551 08-07-2017, 03:43 PM
    Thread: How to set the minimum password length?
Post: RE: How to set the minimum password length?

You can specify multiple rule files and hashcat will join every rule of the first file with every rule of the second file and so on. So you can just specify a rule file containing the rule ">7" and th...
undeath hashcat 5 7,345 08-07-2017, 09:47 PM
    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: 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