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 Posted [desc]
    Thread: Hash File No Hashes Loaded error.
Post: RE: Hash File No Hashes Loaded error.

Well, first you should probably be specifying -a 0, not -a 3 since you seem to trying to load wordlists, not a mask. Second, it seems like your hash.txt file is empty, since hashcat is unable to find ...
Chick3nman hashcat 11 32,894 09-15-2017, 05:50 PM
    Thread: Hash File No Hashes Loaded error.
Post: RE: Hash File No Hashes Loaded error.

undeath Wrote: (09-15-2017, 06:27 PM) -- actually it looks like hashcat cannot find your hash.txt file at all. -- Actually, you are right. Looking at it again, it's not loading a blank line as a has...
Chick3nman hashcat 11 32,894 09-15-2017, 09:39 PM
    Thread: bitcoin mining vs password cracking?
Post: RE: bitcoin mining vs password cracking?

Bitcoin actually uses 2 rounds of SHA256 so you would need to benchmark sha256(sha256()) to compare it properly. On a more important note, bitcoin mining on a 960 will probably yield pennies per year....
Chick3nman General Talk 17 18,837 10-03-2017, 07:49 PM
    Thread: bitcoin mining vs password cracking?
Post: RE: bitcoin mining vs password cracking?

>does anyone know if they really send out the goat if you run un paid for copes? I may have just had a stroke.... What?
Chick3nman General Talk 17 18,837 10-03-2017, 08:32 PM
    Thread: bitcoin mining vs password cracking?
Post: RE: bitcoin mining vs password cracking?

ejonesss Wrote: (10-04-2017, 04:05 PM) -- i tried google but no one showed for sha-256 and all i wanted to know is the hashrate of a gtx960 -- Based on some estimations I just made, I'd expect betw...
Chick3nman General Talk 17 18,837 10-04-2017, 04:22 PM
    Thread: Is this hash supported
Post: RE: Is this hash supported

I don't believe this algorithm is directly supported currently, but you could easily work around that and run them in hashcat as md5($salt.$pass) by replacing the salts with md5($salt) in your hash fi...
Chick3nman hashcat 2 3,022 10-05-2017, 06:44 PM
    Thread: Warp Wallet Challenge 2
Post: RE: Warp Wallet Challenge 2

I've already looked into this challenge once before, as well as worked on attack code for it. The keyspace is VERY large for the algorithm so it become a bit of an issue if you try and attack it.
Chick3nman General Talk 8 8,703 10-06-2017, 05:20 PM
    Thread: Looking for a Pascal-based Tesla Benchmark
Post: RE: Looking for a Pascal-based Tesla Benchmark

Flomac is correct, they are comparable to the GeForce cards of the same core count, though typically a bit slower due to the more "stable"(read: slow) clock speeds that are set on Tesla cards.
Chick3nman Hardware 4 3,693 10-10-2017, 04:38 PM
    Thread: hashcat v 4.0.0
Post: RE: hashcat v 4.0.0

That would be the new kernels, supporting the plaintext/salt lengths of up to 256, making your speeds seem slower. Speed isn't free. If you want more speed, you need to do things like limit plaintext ...
Chick3nman hashcat 9 7,346 10-10-2017, 04:42 PM
    Thread: dash/darkcoin
Post: RE: dash/darkcoin

Hashcat does not directly support Darkcoin/Dash from what I can tell, though if the wallet/coin is Core-derived, it may still be possible assuming they haven't messed with the KDF. Will need to do som...
Chick3nman hashcat 4 4,303 10-10-2017, 04:44 PM
    Thread: Hash Benchmark Much Slower Than Expected
Post: RE: Hash Benchmark Much Slower Than Expected

What version of Hashcat are you using?
Chick3nman hashcat 8 8,121 10-10-2017, 04:47 PM
    Thread: hashcat v 4.0.0
Post: RE: hashcat v 4.0.0

@undeath unless behavior has changed recently, I thought the optimized kernels had to be specified and that benchmark mode would be using the new kernels by default. I remember this being pretty heavi...
Chick3nman hashcat 9 7,346 10-10-2017, 04:51 PM
    Thread: Hash Benchmark Much Slower Than Expected
Post: RE: Hash Benchmark Much Slower Than Expected

You are correct, as tested in the other thread, thanks! Edited
Chick3nman hashcat 8 8,121 10-10-2017, 04:56 PM
    Thread: dash/darkcoin
Post: RE: dash/darkcoin

The script you have is fine to use, but if you care, it's using some of the same code as BTCRecover's extract script, found here: https://github.com/gurnec/btcrecover/tree/master/extract-scripts
Chick3nman hashcat 4 4,303 10-13-2017, 03:53 AM
    Thread: HMAC-SHA1 with binary Key
Post: RE: HMAC-SHA1 with binary Key

There are 2 things that need to be done to make this work. #1: Just use the hex of the key and then use the --hex-salt flag to read it into hashcat. It will make you life so much easier. #2: Unicode...
Chick3nman hashcat 3 4,168 10-16-2017, 06:03 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: brute forcing sha256 - need help locating salt in open source code
Post: RE: brute forcing sha256 - need help locating salt...

You will likely be interested in the code on this page more than anything else: https://github.com/neo-project/neo/blob/25e59cdb0fea65466ad962dd14b02c50384e731f/neo/Cryptography/Helper.cs
Chick3nman hashcat 8 6,872 10-25-2017, 08:01 PM
    Thread: Build feedback please
Post: RE: Build feedback please

Maybe I'm crazy, but wouldnt you prefer more cores and ram than that for a VM lab? You can easily build a cheaper system with more cores and more RAM(also ECC RAM at correct speeds, not the fastest ov...
Chick3nman Hardware 6 4,777 11-02-2017, 08:59 PM
    Thread: Build feedback please
Post: RE: Build feedback please

Ah ok, that all makes sense. I'd still be careful with the higher speed RAM dimms, I've not heard good things about their stability, even when used "properly" with the correct XMP profiles. You might ...
Chick3nman Hardware 6 4,777 11-02-2017, 10:25 PM
    Thread: Build feedback please
Post: RE: Build feedback please

Yup, no problem. That seems to be one of the things a lot of people overlook when building a box full of blower cards. They end up with poor case inflow and an overall negative pressure. Then their ca...
Chick3nman Hardware 6 4,777 11-02-2017, 11:57 PM