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: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

Note that post is about v1 blockchain wallets only. I don't know if it applies to v2 wallets as well. And if the hash gets loaded excessive data length should make no difference in cracking a v2 hash....
undeath hashcat 14 3,930 12-11-2019, 04:59 PM
    Thread: NVAPI_GPU_NOT_POWERED
Post: RE: NVAPI_GPU_NOT_POWERED

this code is not extraordinarily fast but should give you an idea: Code: -- #!/usr/bin/env python3 from sys import argv from itertools import product if len(argv) != 2: print("usage: {} place...
undeath hashcat 10 3,557 12-11-2019, 05:28 PM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

that just means hashcat can't find the myhash.txt file
undeath hashcat 14 3,930 12-11-2019, 11:05 PM
    Thread: two-key triple DES
Post: RE: two-key triple DES

My answer should have made you realise that no matter what hardware you have, there is no way you are going to crack a 112bit DES key.
undeath hashcat 6 1,882 12-12-2019, 09:16 PM
    Thread: I have error please help me
Post: RE: I have error please help me

what is not clear about the error?
undeath hashcat 3 1,264 12-15-2019, 10:26 PM
    Thread: NVAPI_GPU_NOT_POWERED
Post: RE: NVAPI_GPU_NOT_POWERED

I can reproduce the error you are seeing, but only after the hash has been successfully cracked, hence hashcat exits early.
undeath hashcat 10 3,557 12-16-2019, 01:00 PM
    Thread: change working directory
Post: RE: change working directory

you probably broke the file when you tried to edit it. The format is documented here: https://hashcat.net/wiki/doku.php?id=restore
undeath hashcat 3 1,133 12-16-2019, 10:34 PM
    Thread: Need a new hardware to run Hashcat?
Post: RE: Need a new hardware to run Hashcat?

It's a save bet that cards produced under the ATI label are too old for hashcat.
undeath hashcat 4 1,509 12-19-2019, 11:22 AM
    Thread: MS Word read-only docx hash extract
Post: RE: MS Word read-only docx hash extract

only encrypted office documents are supported, not protected ones
undeath hashcat 4 1,631 12-20-2019, 01:05 AM
    Thread: hashcat in VM
Post: RE: hashcat in VM

to get full speedup the best way would probably be: (note: I'm assuming each key is 8 bytes; adapt as needed) 1. create a wordlist with all combinations of K1 (or a reproducable subset thereof if th...
undeath hashcat 12 4,959 12-21-2019, 06:33 PM
    Thread: having trouble with hashcat working with gpu's
Post: RE: having trouble with hashcat working with gpu's

Those screenshots don't indicate any error/problem. Your cards are detected.
undeath hashcat 5 1,707 12-22-2019, 03:59 PM
    Thread: two-key triple DES
Post: RE: two-key triple DES

Is it possible to attempt to crack this with hashcat? yes Is it possible to test even a reasonably sized subset of the keyspace with hashcat? no
undeath hashcat 6 1,882 12-23-2019, 12:09 AM
    Thread: Mask Attack
Post: RE: Mask Attack

Your description is pretty confused. Thread title says something about mask attack, yet you write about a wordlist of some kind. Can you clarify what exactly you want to do? What is this wordlist y...
undeath hashcat 5 1,789 12-24-2019, 04:04 PM
    Thread: How to add my kernel to hashcat?
Post: RE: How to add my kernel to hashcat?

There is no documentation. Best thing you can do is look through the github commit history (or possibly pull requests) to get an idea of how a complete module can be added to hashcat.
undeath hashcat 1 934 12-24-2019, 04:05 PM
    Thread: Custom mask generator
Post: RE: Custom mask generator

policygen generates a mask file which is then used in hashcat's mask attack, hence subject to the markov generator.
undeath hashcat 11 5,304 12-26-2019, 05:06 PM
    Thread: Custom mask generator
Post: RE: Custom mask generator

Ah, I understand. No, that's not possible with hashcat and I believe it's not as easy to implement as you expect. One thing you could do is run each mask until 5% or 10% (you can probably use -s/-l...
undeath hashcat 11 5,304 12-26-2019, 05:31 PM
    Thread: Custom mask generator
Post: RE: Custom mask generator

You can use hashcat's wordlist mode (a0) and pipe in words through stdin using whatever generator you like. However on fast hash modes that will cost a lot performance.
undeath hashcat 11 5,304 12-26-2019, 07:00 PM
    Thread: n00b Question: DES3CBC
Post: RE: n00b Question: DES3CBC

The hashes must be formatted like on https://hashcat.net/wiki/doku.php?id=example_hashes Not sure if you can get 3DES in CBC mode to get to work with hashcat at all.
undeath hashcat 1 756 12-26-2019, 07:03 PM
    Thread: 8char hash ?l?d
Post: RE: 8char hash ?l?d

Your command is correct, but according to your description 0 is not part of the plaintext, hence you should use -1 ?l123456789
undeath hashcat 1 800 12-28-2019, 09:17 PM
    Thread: NVAPI_GPU_NOT_POWERED
Post: RE: NVAPI_GPU_NOT_POWERED

From what I can see it the script should be able to handle that. Make sure the output word is among the printed candidates and if not we need to figure out why it isn't.
undeath hashcat 10 3,557 12-28-2019, 11:01 PM