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 [asc]
    Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking

Fair. I'm a little over my head here, but it does sound as though the length enforcement is happening in the wrong place for slow hashes.
royce hashcat 19 9,937 09-03-2018, 04:39 PM
    Thread: need advice
Post: RE: need advice

I'm having trouble figuring out what advice you're looking for; can you rephrase as a specific question?
royce hashcat 5 3,637 09-03-2018, 04:37 PM
    Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking

With the upcoming -S / --slow-candidates option, it may be that a better approach for this could be possible.
royce hashcat 19 9,937 09-03-2018, 04:27 AM
    Thread: Hash.org passwords?
Post: RE: Hash.org passwords?

The topic isn't necessarily hashcat-specific; that's all. But that's OK, given that it's a topic of sufficient general interest. And hashes.org founds is definitely a high-quality list - as is any ...
royce hashcat 3 2,577 09-03-2018, 12:21 AM
    Thread: Hash.org passwords?
Post: RE: Hash.org passwords?

This isn't hashcat-specific, but FWIW the hashes.org "found" lists sound like what you're looking for. https://hashes.org/left.php They are the "Complete found in plain" lists at the bottom of t...
royce hashcat 3 2,577 09-02-2018, 11:01 PM
    Thread: Little sugdestion
Post: RE: Little sugdestion

https://hashcat.net/wiki/doku.php?id=mask_attack ? Specifically, a list of multiple masks, generated with policygen from the PACK toolkit or similar.
royce hashcat 1 1,495 09-02-2018, 09:50 PM
    Thread: Cannot run GTX 1070Ti on Ubuntu
Post: RE: Cannot run GTX 1070Ti on Ubuntu

This may not be the whole story, but take a look at https://hashcat.net/faq/wrongdriver - you may at least need: Code: -- apt-get install ocl-icd-libopencl1 opencl-headers clinfo --
royce hashcat 4 3,192 08-31-2018, 04:53 AM
    Thread: How to add a rule list/set
Post: RE: How to add a rule list/set

https://hashcat.net/wiki/doku.php?id=rule_based_attack
royce hashcat 3 2,483 08-30-2018, 05:54 AM
    Thread: gtx 1060 3gb version
Post: RE: gtx 1060 3gb version

I think that should be fine - it's not a hard requirement. You're close enough to it to be OK.
royce Hardware 6 4,047 08-27-2018, 05:18 AM
    Thread: Nvidia cuda toolkit gone
Post: RE: Nvidia cuda toolkit gone

The K.a.l.i. team claims to have addressed the OpenCL issue. Note that it's OpenCL that you're after, not CUDA. Getting OpenCL properly working under K.a.l.i. may vary - you might want to use the 'sea...
royce hashcat 4 4,186 08-27-2018, 01:47 AM
    Thread: gtx 1060 3gb version
Post: RE: gtx 1060 3gb version

More VRAM is good for when you are trying large lists of hashes, or large combos of wordlists+rules, etc. Note also that due to what I believe to be an error in NVIDIA's interpretation of the Open...
royce Hardware 6 4,047 08-25-2018, 11:10 PM
    Thread: Nvidia cuda toolkit gone
Post: RE: Nvidia cuda toolkit gone

hashcat no longer has a dependency on CUDA - only on OpenCL. See also: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_does_hashcat_not_work_with_my_kali_operating_system
royce hashcat 4 4,186 08-25-2018, 09:07 PM
    Thread: gtx 1060 3gb version
Post: RE: gtx 1060 3gb version

All cards supported by current NVIDIA drivers will work with hashcat. You shouldn't have to use --force (at least, not at this writing. Someday you may have to. The 9xx, 10xx, and 20xx series should a...
royce Hardware 6 4,047 08-25-2018, 08:53 PM
    Thread: Two Dictionaries + 3 digits
Post: RE: Two Dictionaries + 3 digits

Use 'combinator' tool from hashcat-utils and pipe it into hashcat, and then apply the ?d?d?d at the end using hashcat itself. https://hashcat.net/wiki/doku.php?id=hashcat_utils#combinator A simp...
royce hashcat 1 1,640 08-13-2018, 07:02 AM
    Thread: how to use an 11TB wordlist file without 11TB of storage
Post: RE: how to use an 11TB wordlist file without 11TB ...

Like this, but adapted to your hash type (-m), hash, and mask (the ?H sequence). Code: -- $ hashcat --help | grep Brute-Force Brute-Force | MD5 | hashcat -a 3 -m 0 example0.hash ?a?a?a?a...
royce hashcat 4 5,152 07-20-2018, 04:31 PM
    Thread: how to use an 11TB wordlist file without 11TB of storage
Post: RE: how to use an 11TB wordlist file without 11TB ...

Most basic use of crunch can be executed by hashcat directly. The ?H charset is cap hex (0-9 and capital A-F). If it's a randomly generated string within that charset, a mask of ?H?H?H?H?H?H?H?H?H?...
royce hashcat 4 5,152 07-20-2018, 03:33 PM
    Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules

undeath Wrote: (07-09-2018, 05:01 PM) -- There is not "a rule" to simulate a hybrid attack ;) -- I didn't mean to imply that all you needed was a ruleset in order to do so.
royce hashcat 10 6,614 07-09-2018, 11:39 PM
    Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules

I was being loose with the vocab again, but from the thread I thought that he was going to be using a rule to simulate a hybrid attack.
royce hashcat 10 6,614 07-09-2018, 04:33 PM
    Thread: Help for rule
Post: RE: Help for rule

Apologies for the error in my previous post - I was using -a 3 accidentally; it should have been -a 0. Code: -- hashcat -m XXXX -a 0 -w 3 -r prepend-ldu2.rule hccapx [wordlist] --
royce General Talk 10 6,459 07-08-2018, 09:59 PM
    Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules

No - rather, you'd pipe the output from combinator to hashcat, and use hashcat to apply the ?d?d?d?d rule
royce hashcat 10 6,614 07-08-2018, 07:23 PM