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 Replies Views [asc] Posted
    Thread: Cracking partial hex seed for Ethreum Presale
Post: RE: Cracking partial hex seed for Ethreum Presale

The seed is 64 characters long? Now i'm confused. Ethereum Private Keys are 64 characters long, hex, seeds are typically the multi word phrases used to derive the private key. It's my understanding th...
Chick3nman hashcat 10 6,398 06-30-2018, 01:58 AM
    Thread: do hashcat-utils use the gpu's?
Post: RE: do hashcat-utils use the gpu's?

Combinator3 is not going to be using the GPUs because it isn't doing any heavy computations. It's very simply combing 3 files and spitting out the candidates. You can use the --stdout flag in hash...
Chick3nman hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 6,382 10-19-2017, 09:42 PM
    Thread: Hashcat doesn't load bcrypt hash
Post: RE: Hashcat doesn't load bcrypt hash

Please don't post hashes. Regardless, the hash you are attacking is an Edmodo hash. You can not load hashes from Edmodo directly into hashcat as they are not plain bcrypt(which should be obvious).
Chick3nman General Talk 6 6,269 01-17-2018, 08:20 PM
    Thread: Hashcat doesn't load bcrypt hash
Post: RE: Hashcat doesn't load bcrypt hash

Edmodo didn't use plain bcrypt the way I think you are expecting. Their hashes were obfuscated, which should be easy to determine and fix, but also layered with other algorithms, which im sure you can...
Chick3nman General Talk 6 6,269 01-17-2018, 09:12 PM
    Thread: Hashcat doesn't load bcrypt hash
Post: RE: Hashcat doesn't load bcrypt hash

You will need to handle that, hashcat can not handle that for you right now.
Chick3nman General Talk 6 6,269 01-17-2018, 09:40 PM
    Thread: Running Hashcat on SBC
Post: RE: Running Hashcat on SBC

In theory, hashcat can run on the RasPi, you can compile it for ARM easily. Now, getting OpenCL might be harder, im not sure the state of OpenCL for the RasPi. As for the Asus Tinker Board, it not onl...
Chick3nman hashcat 4 5,953 01-31-2018, 05:29 AM
    Thread: Running Hashcat on SBC
Post: RE: Running Hashcat on SBC

It's my understanding that these issues were addressed in the recent revision, the Tinker Board S. https://www.asus.com/Single-Board-Computer/Tinker-Board-S/
Chick3nman hashcat 4 5,953 02-01-2018, 05:40 PM
    Thread: Decrypt the password 2 of Blockchain wallet
Post: RE: Decrypt the password 2 of Blockchain wallet

It does not look like hashcat has directly implemented Blockchain second passwords. Gurnec's BTCRecover can do this, however, so you will want to look into that if you need to recover one. https://...
Chick3nman hashcat 5 5,901 08-18-2017, 12:47 AM
    Thread: Ethereum Mining Cards for HashCat
Post: RE: Ethereum Mining Cards for HashCat

I will probably be buying one after they come out next month to do some investigating, I'll post benchmarks if/when I can.
Chick3nman Hardware 3 5,448 06-29-2017, 12:08 AM
    Thread: Trouble with veracrypt volume
Post: RE: Trouble with veracrypt volume

Well, first i would start by suggesting you use something like Prince or another external candidate generator for this since the built in combinator mode doesnt support more than 2 elements at a time....
Chick3nman hashcat 9 5,424 01-10-2018, 09:40 PM
    Thread: Trouble with veracrypt volume
Post: RE: Trouble with veracrypt volume

You simply need the first 512bytes of the volume i believe, as it contains the volume header with all the information related to the KDF and the password.
Chick3nman hashcat 9 5,424 01-10-2018, 10:04 PM
    Thread: Trouble with veracrypt volume
Post: RE: Trouble with veracrypt volume

That means it doesnt like the path you have provided to the hash files. I would suggest putting them in the same folder as hashcat and trying again.
Chick3nman hashcat 9 5,424 01-10-2018, 11:43 PM
    Thread: Bitcoin multibit.wallet hash extraction
Post: RE: Bitcoin multibit.wallet hash extraction

Not supported as far as I know. Try this: https://github.com/gurnec/btcrecover
Chick3nman hashcat 3 5,403 03-14-2017, 09:43 PM
    Thread: PDF Cracking Issues
Post: RE: PDF Cracking Issues

Read the warnings in your output. >* Device #3: ATTENTION! OpenCL kernel self-test failed. > >Your device driver installation is probably broken. >See also: https://hashcat.net/faq/wrongdriver
Chick3nman hashcat 6 5,221 11-16-2017, 07:14 PM
    Thread: PDF Cracking Issues
Post: RE: PDF Cracking Issues

If self-testing fails, then there is an issue and your drivers are either broken or incompatible with hashcat/that algorithm.
Chick3nman hashcat 6 5,221 11-17-2017, 01:52 AM
    Thread: Building a 65 GPU distributed Rig... Open to suggestions.
Post: RE: Building a 65 GPU distributed Rig... Open to s...

In case you haven't read much around the forums, AMD GPUs tend to be serious fire hazards when running hashcat. Hashcat can be a very very demanding workload, above that of almost anything else. To th...
Chick3nman Hardware 7 5,221 07-11-2018, 11:41 PM
    Thread: Building a 65 GPU distributed Rig... Open to suggestions.
Post: RE: Building a 65 GPU distributed Rig... Open to s...

It's not just about heat on the cards, the cards also like to draw too much power from the PCI-e slot which can damage it, even if the heat itself isn't the direct cause. Commercial GPU chassis such a...
Chick3nman Hardware 7 5,221 07-11-2018, 11:58 PM
    Thread: Building a 65 GPU distributed Rig... Open to suggestions.
Post: RE: Building a 65 GPU distributed Rig... Open to s...

There is a thermal cutoff in hashcat, it's even configurable with a flag. That said, I'd be very careful with hashcat. Mining != max load. Even 100% util != 100% util. You will notice this when swappi...
Chick3nman Hardware 7 5,221 07-12-2018, 12:42 AM
    Thread: Karbo (karbovanec) wallet bruteforce
Post: RE: Karbo (karbovanec) wallet bruteforce

Do you have source code for this wallet? I can look into it and see if the algorithm is supported by hashcat.
Chick3nman General Talk 8 5,082 02-08-2018, 10:00 PM
    Thread: Karbo (karbovanec) wallet bruteforce
Post: RE: Karbo (karbovanec) wallet bruteforce

Looks like its Cryptonote derived so definitely not supported yet. Let me see what exactly was used for your version and see if it's something we should make an issue for supporting.
Chick3nman General Talk 8 5,082 02-08-2018, 10:11 PM