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: Hash acceptance on modes 9810 an 9800
Post: RE: Hash acceptance on modes 9810 an 9800

$4 hashes are not supported by the collision modes since they do not use the short RC4 key. I made a change to have the label fixed to show that $4 is not included here: https://github.com/hashcat/has...
Chick3nman hashcat 2 2,539 04-05-2018, 09:28 PM
    Thread: Mixed hardware questions - 1080Ti's and 2080
Post: RE: Mixed hardware questions - 1080Ti's and 2080

While mixing hardware won't cause any serious issues, when starting an attack that requires a large amount of VRAM, if mixed cards are used, you will be limited by the memory of the smallest card in u...
Chick3nman Hardware 2 2,671 10-10-2018, 08:44 PM
    Thread: Long password
Post: RE: Long password

Buy/rent more GPUs.
Chick3nman hashcat 2 1,713 01-24-2019, 11:27 PM
    Thread: AWS GPU
Post: RE: AWS GPU

The K80 only has compute capabilities up to 3.7. The number you pointed at is the OpenCL version number and the CUDA runtime version number, not the limited capabilities of the card. The card lacks th...
Chick3nman hashcat 2 2,559 04-13-2019, 09:13 PM
    Thread: Hashcat not actually cracking the hash
Post: RE: Hashcat not actually cracking the hash

Well lets cover some basics. 1. You are using The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali). Don't do that. As you'll have hopefully noticed, even the forum will automatically replace it'...
Chick3nman hashcat 2 1,676 04-23-2019, 04:56 AM
    Thread: Encoded dictionaries over STDIN
Post: RE: Encoded dictionaries over STDIN

>I'm trying to pass such dictionaries to hashcat via STDIN to avoid the initial building of hashcat cache Don't do that.
Chick3nman General Talk 2 1,754 04-29-2019, 07:50 PM
    Thread: Jetson Nano Benchmarks
Post: Jetson Nano Benchmarks

After quite a bit of work, CUDA devices can now be used without OpenCL, so we can do things like this: https://twitter.com/Chick3nman512/status/1128384175873122305 https://gist.github.com/Chick3nman...
Chick3nman Hardware 2 2,880 05-14-2019, 09:48 PM
    Thread: Hashcat IDs devices, then when benchmark throws CL_PLATFORM_NOT_FOUND_KHR
Post: RE: Hashcat IDs devices, then when benchmark throw...

Hardware setup? This sounds a lot like the "we keep losing pci devices and i dont get it" error we keep seeing. The devices check out until you go to load them and then they fall off. Willing to bet o...
Chick3nman hashcat 2 1,218 10-13-2019, 01:52 AM
    Thread: TOTP issue
Post: RE: TOTP issue

TOTP collisions can happen for single PIN+timestamp pairs, and so you have found a key that collides with your timestamp and PIN, but is not the proper key. Enable --keep-guessing to get more valid co...
Chick3nman hashcat 2 1,149 11-02-2019, 12:08 AM
    Thread: Can i do this at the same time?
Post: RE: Can i do this at the same time?

You want to generate a mask file, with the two masks setup one after the other. A mask file will iterate through the different masks as they complete. See the section about mask files here: https://ha...
Chick3nman hashcat 2 671 03-28-2020, 01:05 AM
    Thread: Using only associated word as wordlist
Post: RE: Using only associated word as wordlist

You are looking for "Single Mode". We do not currently support this as it is fairly inefficient on GPUs with our attack architecture. JTR supports this, but forces the use of some rules for workload t...
Chick3nman hashcat 2 542 06-20-2020, 09:23 PM
    Thread: [RESOLVED] Bcrypt $2y$10 only solving at 1 H/S 2080TI
Post: RE: Bcrypt $2y$10 only solving at 1 H/S 2080TI

Your command is wrong. -a3 is mask not dictionary, you need to set -a 0.
Chick3nman hashcat 2 596 06-29-2020, 06:29 PM
    Thread: Win10 x64 crashes on multiple hash types
Post: RE: Win10 x64 crashes on multiple hash types

It would probably help if you were using the 970, but you aren't in that paste, you are specifying that it try and use your CPU instead. Remove -D1 and try again.
Chick3nman hashcat 2 548 07-17-2020, 01:40 AM
    Thread: Installing Hashcat on CentOS
Post: RE: Installing Hashcat on CentOS

According to clinfo, there's no valid driver/platform installed or the one installed is broken.
Chick3nman hashcat 2 618 07-22-2020, 05:59 PM
    Thread: Hashcat is not giving me a username with the hash
Post: RE: Hashcat is not giving me a username with the h...

> --force /thread
Chick3nman hashcat 3 4,414 03-04-2017, 01:46 AM
    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: Cracking a BIP38 bitcoin wallet
Post: RE: Cracking a BIP38 bitcoin wallet

What wallet client was used? Also what format do you have the data in right now?
Chick3nman hashcat 3 10,126 05-30-2017, 01:06 AM
    Thread: Cracking a BIP38 bitcoin wallet
Post: RE: Cracking a BIP38 bitcoin wallet

Looking at how BIP-38 is setup, it wouldnt be too hard to build a script to try and attack the wallet passphrase, and then verify the decrypted private key against the public key you have. This pag...
Chick3nman hashcat 3 10,126 05-30-2017, 05:31 PM
    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: Can anyone explain how hashcat is able to crack Scrypt via CPU without using tons of
Post: RE: Can anyone explain how hashcat is able to crac...

I may be mistaken, but from what I can find regarding the SSG's use of M.2 SSD's on board, it does not seem like they will be usable as VRAM. Instead, it sounds like the onboard SSD will be used as a ...
Chick3nman hashcat 3 4,791 07-12-2017, 06:15 PM