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

Sorry, I misread that. Yes, for 2501 you use hccapx files.
undeath hashcat 8 6,372 08-18-2018, 09:46 AM
    Thread: can i know???
Post: RE: can i know???

2501 doesn't use normal word lists. That's the difference over 2500…
undeath hashcat 8 6,372 08-18-2018, 09:58 AM
    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: 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: 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: 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: 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
    Thread: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass

no
undeath hashcat 8 4,955 09-08-2018, 03:43 PM
    Thread: Bruteforce partial HASH SHA1
Post: RE: Bruteforce partial HASH SHA1

use --keep-guessing
undeath hashcat 3 3,923 09-08-2018, 03:44 PM
    Thread: Slow Speed With Tesla V100
Post: RE: Slow Speed With Tesla V100

You can use -w4 for slightly better speed. Other than that, you are comparing a straight wordlist attack with over 3m hashes with a bruteforce on one single hash. Performance will definitely be worse....
undeath hashcat 3 3,542 09-09-2018, 04:04 PM
    Thread: Slow Speed With Tesla V100
Post: RE: Slow Speed With Tesla V100

If you want to compare the speed of two cards at least use the same hash list and the same attack. Everything else is not going to give much meaningful information. 300gb is crap because it will ma...
undeath hashcat 3 3,542 09-09-2018, 04:48 PM