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: 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: 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: 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: 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: 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

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

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

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: 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,484 08-30-2018, 05:54 AM
    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: 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: 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: 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: 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

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: Running into issues with max mask length
Post: RE: Running into issues with max mask length

I honestly haven't tried this before, but instead of trying to load it all into a mask, you might also be able to just do a hybrid attack (mask + wordlist), where the wordlist is just one line with yo...
royce hashcat 6 2,043 10-09-2019, 06:06 PM
    Thread: deshashing same hashes in different Sittes.
Post: RE: deshashing same hashes in different Sittes.

As long as the following are the same: * the input files (if any) * the hashes * the hashcat.restore file (or [session-name].restore file) * the version of hashcat (this may vary, but sometimes ...
royce hashcat 1 1,696 09-05-2018, 03:20 PM
    Thread: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass

Code: -- $ hashcat --help | egrep -i user --username | | Enable ignoring of usernames in hashfile | -- ... and: https://hashcat.net/wiki/doku.php?id=frequent...
royce hashcat 8 4,954 09-07-2018, 06:17 PM
    Thread: need advice
Post: RE: need advice

If it's 10 random digits, and there's no other pattern, that's probably the best you can do. Adding -O / --optimized-kernel-enable might also help.
royce hashcat 5 3,637 09-07-2018, 08:09 PM
    Thread: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass

I guess you could simulate it by replacing the first colon with some other separator, as in user$email:hash
royce hashcat 8 4,954 09-08-2018, 04:15 PM