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 [desc] Views Posted
    Thread: Hexadecimal Hashes (Sql Server varbinary)
Post: RE: Hexadecimal Hashes (Sql Server varbinary)

Can you post an obfuscated hash example? Replace most of the hash with 00 or XX so it's within compliance with the forum rules. It's possible your settings have a long salt or something that is too mu...
Chick3nman hashcat 6 4,162 05-30-2018, 10:46 PM
    Thread: Tutor wanted to ask a few q's: offering BTC payment
Post: RE: Tutor wanted to ask a few q's: offering BTC pa...

In the case of searching for a salt, have you tried just relabeling the parts? Swap salt and password values around in their fields to match the algorithm. If i have md5($pass.$salt) and I know the...
Chick3nman hashcat 6 3,529 09-22-2018, 10:02 AM
    Thread: Tutor wanted to ask a few q's: offering BTC payment
Post: RE: Tutor wanted to ask a few q's: offering BTC pa...

If you want to hit every possible byte, use the mask ?b since it contains values 0-255. for a hash who's format is salt.pass or known.unkown, and its passed into hashcat as hash:salt or hash:known,...
Chick3nman hashcat 6 3,529 09-22-2018, 12:58 PM
    Thread: so hashes/s is same as passwords/s?
Post: RE: so hashes/s is same as passwords/s?

What GPU do you have? In the CRARK picture, you appear to be using your CPU for cracking, the 9900KS, but on the hashcat side we don't see the hwmon values that would be indicative of using a CPU, we ...
Chick3nman hashcat 6 2,571 01-26-2020, 12:27 AM
    Thread: Need assistance with veracrypt container
Post: RE: Need assistance with veracrypt container

Are you passing `--self-test-disable` for a reason?
Chick3nman hashcat 6 1,614 02-08-2020, 06:05 AM
    Thread: Need assistance with veracrypt container
Post: RE: Need assistance with veracrypt container

That was going to be my next suggestion. If you have to pass debugging flags like --self-test-disable or --force, you are running in a poor configuration and may need to worry about hashcat and its de...
Chick3nman hashcat 6 1,614 02-08-2020, 06:55 AM
    Thread: Delta Fans
Post: RE: Delta Fans

I personally have and have used a bunch of PFC and TFC 120mm Delta fans(the closest from your list would be the AFB) and they draw close to 50W from my experience. I had to buy a special fan controlle...
Chick3nman Hardware 7 10,697 06-19-2016, 10:22 PM
    Thread: Two R9 Nanos or one P100
Post: RE: Two R9 Nanos or one P100

Why would you be buying a P100? For something other than hashcat? Also the common suggestion has been "don't buy AMD for a new rig". Buying a 1080 or maybe a few 1080's would be best as far as I'm awa...
Chick3nman Hardware 7 7,457 10-26-2016, 12:42 AM
    Thread: Two R9 Nanos or one P100
Post: RE: Two R9 Nanos or one P100

I'm inclined to say that the P100 is the better option as it looks like it will perform a fair bit better by looking at its raw specs however I'm not sure it's 100% supported and I haven't seen anyone...
Chick3nman Hardware 7 7,457 10-26-2016, 02:59 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: Integer overflow detected in keyspace of mask
Post: RE: Integer overflow detected in keyspace of mask

What the hell are you trying to crack? There is almost no way you will ever be able to run a mask that large unless your custom character is like, 1 character. And even then, there must be a better wa...
Chick3nman General Talk 7 6,482 04-28-2019, 08:23 AM
    Thread: Integer overflow detected in keyspace of mask
Post: RE: Integer overflow detected in keyspace of mask

https://i.imgur.com/k2I0ZAy.png
Chick3nman General Talk 7 6,482 04-28-2019, 10:49 AM
    Thread: Hashcat running incorrectly and not using GPU.
Post: RE: Hashcat running incorrectly and not using GPU.

I would like to point out that while you are correct, it doesnt look like your GPU is showing up, you are having other issues with poor behavior outside of the detected GPU issue, likely related to yo...
Chick3nman hashcat 7 8,325 10-09-2019, 03:12 AM
    Thread: NTLM Performance Problem
Post: RE: NTLM Performance Problem

There are a few things going on here. The very first thing i'd note would be the warnings/advice given when running a benchmark. ``` Benchmarking uses hand-optimized kernel code by default. Y...
Chick3nman hashcat 7 3,012 01-04-2020, 10:07 AM
    Thread: NTLM Performance Problem
Post: RE: NTLM Performance Problem

Setting the prefix like that causes a serious degradation in performance. You definitely don't want to try to accomplish it that way. Wordlist+rules will probably be your best bet for the type of cand...
Chick3nman hashcat 7 3,012 02-29-2020, 08:07 PM
    Thread: Cracking bcrypt hash using brute force mode
Post: RE: Cracking bcrypt hash using brute force mode

You are doing it correctly, bcrypt is just designed to be that slow on purpose. There really isn't much else you can do. It might be easier to load your GPU to 100% util if you just generate all the c...
Chick3nman hashcat 7 1,538 05-10-2020, 07:23 AM
    Thread: Parse Database
Post: RE: Parse Database

The operation you are trying to do is called Item Pairing. There are a few tools around that can do it, including an online one linked below. Online: https://hashes.org/tools.php?tool=list_merge ...
Chick3nman General Talk 8 8,949 01-27-2017, 12:32 AM
    Thread: Parse Database
Post: RE: Parse Database

You will need to reformat them most likely for either tool to handle them although ULM might work better in this case. It shouldnt be too difficult to remove the usernames and salts and reformat the l...
Chick3nman General Talk 8 8,949 01-27-2017, 12:43 AM