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 [asc] Replies Views Posted
    Thread: Using hashcat to find v3 ethereum wallet password
Post: RE: Using hashcat to find v3 ethereum wallet passw...

You can try setting -w to something lower. If that doesn't work I'm out of ideas.
undeath hashcat 21 25,961 06-19-2017, 08:33 PM
    Thread: Hi , My First Thread
Post: RE: Hi , My First Thread

you can try to post a request in the paid section of the insidepro forums.
undeath hashcat 12 11,589 06-20-2017, 01:55 PM
    Thread: crunch hashcat piping WPA cracking not working
Post: RE: crunch hashcat piping WPA cracking not working

Even if it did work, your computer will break before this command ever completes.
undeath hashcat 4 9,123 06-21-2017, 06:04 PM
    Thread: Candidate definition
Post: RE: Candidate definition

lets call it "visual flavour". It doesn't really mean anything for markov mask attacks.
undeath hashcat 9 13,199 06-22-2017, 10:43 AM
    Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Anyone interested in being paid to add support...

atom Wrote: (06-27-2017, 11:32 AM) -- Is this something useful for other people too? How many people use this wallet? -- By my estimation electrum is the most popular offline wallet for bitcoin, li...
undeath hashcat 32 25,733 06-27-2017, 04:01 PM
    Thread: Hashcat Bruteforce attack startpoint
Post: RE: Hashcat Bruteforce attack startpoint

use -s and -l
undeath hashcat 1 2,359 07-01-2017, 06:33 PM
    Thread: Plz help!
Post: RE: Plz help!

no. There was an error posting your reply: The message is too short. Please enter a message longer than 5 characters.
undeath hashcat 1 2,649 07-09-2017, 05:35 PM
    Thread: geforce 7600 gs problem
Post: RE: geforce 7600 gs problem

your card is way too old.
undeath hashcat 2 3,077 07-11-2017, 06:40 PM
    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