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 [desc] 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 ...

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: 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: 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: 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: 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: 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: 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: 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: 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
    Thread: Help With Wordlists
Post: RE: Help With Wordlists

Because you want a variable number of digits, which could be anywhere in the string, you'll need a list of masks - not just a single mask. This list must be generated outside of hashcat. Use http:...
royce hashcat 1 1,890 09-09-2018, 03:25 AM
    Thread: vBulletin < v3.8.5 salt length issue
Post: RE: vBulletin < v3.8.5 salt length issue

But this is different from 2811?
royce hashcat 3 2,678 09-09-2018, 03:37 AM
    Thread: vBulletin < v3.8.5 salt length issue
Post: RE: vBulletin < v3.8.5 salt length issue

If there's no direct support for this length in hashcat as shipped, you could pull the source from GitHub and modify the expected salt length. (Also, just in case - make sure that the command line ...
royce hashcat 3 2,678 09-09-2018, 04:35 PM