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 [asc] Forum Replies Views Posted
    Thread: can i know???
Post: RE: can i know???

you need to pre-generate a PMK list using https://github.com/ZerBea/hcxkeys
undeath hashcat 8 6,372 08-18-2018, 10:19 AM
    Thread: NVidia RTX 2080
Post: RE: NVidia RTX 2080

Flomac Wrote: (08-20-2018, 09:46 PM) -- But the tensor cores have a 10x higher output in FLOPS than the traditional GPU cores. -- hashcat doesn't use any floating point operations.
undeath Hardware 93 83,310 08-20-2018, 11:19 PM
    Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID

SP2005 Wrote: (08-22-2018, 02:00 PM) -- Is that correct ? -- No. Please review hashcat's attack modes and their usages.
undeath User Contributions 187 1,293,341 08-22-2018, 02:54 PM
    Thread: Excel salts and hashes
Post: RE: Excel salts and hashes

NA Wrote: (08-24-2018, 04:48 PM) -- (I extracted it the traditional way via ziping). -- What does that mean? hashcat cannot crack non-encryption office passwords.
undeath hashcat 5 4,436 08-24-2018, 04:53 PM
    Thread: Excel salts and hashes
Post: RE: Excel salts and hashes

I don't think this is supported by hashcat.
undeath hashcat 5 4,436 08-24-2018, 05:43 PM
    Thread: Excel salts and hashes
Post: RE: Excel salts and hashes

I expect the hash to be iterated (see spinCount="100000"), and you don't know how exactly salting is done. It may even be PBKDF2.
undeath hashcat 5 4,436 08-24-2018, 05:57 PM
    Thread: How to add a rule list/set
Post: RE: How to add a rule list/set

it's all documented in --help
undeath hashcat 3 2,484 08-30-2018, 04:44 PM
    Thread: Best Graphic card for hashcat
Post: RE: Best Graphic card for hashcat

he means 1080ti is a little better than 1080
undeath General Talk 3 4,256 08-30-2018, 11:18 PM
    Thread: Hashcat an Electrum Wallet
Post: RE: Hashcat an Electrum Wallet

only $electrum$1 hashes are supported
undeath hashcat 2 2,227 08-31-2018, 11:49 AM
    Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking

Really, it would be useful if rejection based on min length can be disabled if there is no technical reason to do so. And for WPA there clearly isn't.
undeath hashcat 19 9,937 08-31-2018, 08:10 PM
    Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking

Well, the thing is, hashcat does obviously not check the candidates but the input words, which is a significant difference. And only performing the check on the input words does not achieve any of the...
undeath hashcat 19 9,937 08-31-2018, 08:36 PM
    Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking

As I said, an option to skip the check would be nice. Because as you have just demostrated the filter is very crude/imperfect and it can easily cause valid candidates to be skipped. And it does not pr...
undeath hashcat 19 9,937 08-31-2018, 10:00 PM
    Thread: Software Encrypted Files
Post: RE: Software Encrypted Files

I don't know how exactly this update is supposed to be installed, but somewhere the encryption key must be supplied, if the file is encrypted at all. Since it's apparently not you that supplies the e...
undeath General Talk 2 2,218 09-02-2018, 11:28 AM
    Thread: Is there a mask, if only one (unkown) digit of the pass is wrong?
Post: RE: Is there a mask, if only one (unkown) digit of...

There is no such mask. Several solutions are possible. 1. create a hcmask file that has a mask for each position you want to alter. eg Code: -- ?aassword p?aassword pa?asword … -- 2. create a tabl...
undeath hashcat 3 2,510 09-02-2018, 12:48 PM
    Thread: Is there a mask, if only one (unkown) digit of the pass is wrong?
Post: RE: Is there a mask, if only one (unkown) digit of...

No, that's simply not something masks were desgined to be used for, hence no such option.
undeath hashcat 3 2,510 09-02-2018, 01:08 PM
    Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking

@royce: but that "better approach" would only include -S I suppose. Given that WPA, on faster hardware, will be throttled by this it's hardly a proper solution.
undeath hashcat 19 9,937 09-03-2018, 11:30 AM
    Thread: Wrong Time Estimated with -w 4 parameter
Post: RE: Wrong Time Estimated with -w 4 parameter

There can be lots of reasons for this. Some other program may have used the GPU within those four hours, leading to a temporary speed drop. Or maybe thermal throttling kicked in, slowing the cards dow...
undeath hashcat 4 2,732 09-04-2018, 04:20 PM
    Thread: Running into issues with max mask length
Post: RE: Running into issues with max mask length

this attack works: Code: -- hashcat -m10 $(python -c 'print("da8e187436ef310167021504d28c9b68"+":"+"00"*255)') -a3 '?b' --hex-salt -- although hashcat's mask parser should probably be patched to all...
undeath hashcat 6 2,043 10-09-2019, 06:06 PM
    Thread: Running into issues with max mask length
Post: RE: Running into issues with max mask length

There seems to be a bug with how hashcat processes hcmask files. On the CLI this works: Code: -- hashcat -m0 da8e187436ef310167021504d28c9b68 -a3 "?b$(for x in $(seq 255) ; do echo -n 00; done)" --h...
undeath hashcat 6 2,043 10-09-2019, 06:21 PM
    Thread: MBP - memory is not enough to use?
Post: RE: MBP - memory is not enough to use?

Don't run scrypt on GPU.
undeath hashcat 1 2,248 09-06-2018, 10:42 PM