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 [desc] Posted
    Thread: Create a fast WORD->HASH lookup
Post: RE: Create a fast WORD->HASH lookup

That's not possible with hashcat. What you are trying to create is a stupid version of a rainbow table. For fast hashes such as plain MD5 it's going to be faster to re-calculate the hashes than to sto...
undeath hashcat 1 1,988 12-24-2017, 01:23 PM
    Thread: Alternatives to HashcatGUI?
Post: RE: Alternatives to HashcatGUI?

cli is always a very good alternative to third-party UIs.
undeath hashcat 4 1,994 07-06-2019, 08:02 PM
    Thread: VeraCrypt Decryption [mac OSX]
Post: RE: VeraCrypt Decryption [mac OSX]

yupa Wrote: (07-13-2018, 07:17 PM) -- It is executed, but the words in mydict2.dict do not combine. In mydict2.dict are words (letters, numbers).  -- How did you determine that? yupa Wrote: (07-13...
undeath hashcat 1 1,998 07-14-2018, 11:03 AM
    Thread: Combinator attack - all posibillities
Post: RE: Combinator attack - all posibillities

merge all your lists and use princeprocessor (https://hashcat.net/wiki/doku.php?id=princeprocessor)
undeath hashcat 3 2,000 01-01-2019, 07:36 PM
    Thread: Can't Get Past "hashcat (v4.2.1) starting..."
Post: RE: Can't Get Past "hashcat (v4.2.1) starting..."

Something is badly broken with your OpenCL drivers. You probably have a bad driver installed. This doesn't necessarily have to be your nvidia graphics driver.
undeath hashcat 2 2,004 10-27-2018, 10:51 AM
    Thread: Line-length exception
Post: RE: Line-length exception

hashcat cannot find your hash file.
undeath hashcat 2 2,006 04-26-2018, 11:45 PM
    Thread: Very Slow Keepass hash-rate
Post: RE: Very Slow Keepass hash-rate

The "test database file" probably simply had a lower iteration count.
undeath hashcat 4 2,007 04-14-2020, 12:48 AM
    Thread: My KeePass Job Seems Slow
Post: RE: My KeePass Job Seems Slow

Your speed depends on the number of iterations. You can only achieve the same speed as the benchmark with a hash that has the same number of iterations (or less).
undeath hashcat 3 2,011 10-29-2018, 11:10 AM
    Thread: Generator of fortune
Post: RE: Generator of fortune

owein Wrote: (06-18-2020, 05:20 PM) -- Back to the administrators: please unblock thus thread. -- this thread is neither locked nor hidden nor anything similar.
undeath User Contributions 8 2,022 06-19-2020, 02:01 AM
    Thread: Toogle case generator problem
Post: RE: Toogle case generator problem

toggle rules only work for the first 16 characters
undeath hashcat 4 2,028 04-05-2019, 10:13 PM
    Thread: Using discrete GPU on macOS
Post: RE: Using discrete GPU on macOS

can you post a hashcat status output?
undeath hashcat 4 2,030 10-18-2019, 12:45 PM
    Thread: Using discrete GPU on macOS
Post: RE: Using discrete GPU on macOS

Looks like a bug in the macOS dashboard then. Probably not accounting for OpenCL usage. Speed also seems ok.
undeath hashcat 4 2,030 10-18-2019, 01:37 PM
    Thread: Hashcat not working
Post: RE: Hashcat not working

"it's not working" is no acceptable problem description. If you have error messages post them. If you have no error messages explain what you are experiencing and what you would expect to happen. I...
undeath hashcat 4 2,031 05-23-2019, 09:07 PM
    Thread: mask attack for non-repeating chars
Post: RE: mask attack for non-repeating chars

1. Easier on a mathematical level? Yes. Easier on a practical level? No. 2. Pure hashcat masks cannot do this. maskprocessor has options for this. 3. (94^12 / $hashrate) will give you a rough, optim...
undeath hashcat 7 2,032 09-30-2019, 09:51 PM
    Thread: mask attack for non-repeating chars
Post: RE: mask attack for non-repeating chars

-q 1 is redundant with -r 1 but according to your first post "rxMX8$cQ$4RZ" is a valid example (it includes two dollar signs), hence I assumed you were referring to consecutive occurrences.
undeath hashcat 7 2,032 09-30-2019, 10:44 PM
    Thread: mask attack for non-repeating chars
Post: RE: mask attack for non-repeating chars

Not sure how you deduce your divisor to be 1.5 after determining your hashrate to be 3000 but your conclusion is correct nonetheless.
undeath hashcat 7 2,032 10-01-2019, 09:07 PM
    Thread: hashcat with scrypt(scrypt)
Post: RE: hashcat with scrypt(scrypt)

scryptcat123 Wrote: (09-28-2018, 12:20 AM) -- I have hash, salt 1, and salt 2. Is there a way I can use an existing mode with hashcat to run this type of search? -- no scryptcat123 Wrote: (09-28...
undeath hashcat 1 2,034 09-28-2018, 10:19 AM
    Thread: FileVault 2 performance issue?
Post: RE: FileVault 2 performance issue?

That algorithm likely has a variable for iterations. You can only compare benchmarks for the same iteration count (eg by using hashcat's benchmark mode).
undeath hashcat 3 2,035 12-20-2018, 11:25 AM
    Thread: Increment knowing the last chars of password
Post: RE: Increment knowing the last chars of password

you can use attack mode 7 with a single-line dict
undeath hashcat 2 2,038 05-12-2018, 11:46 AM
    Thread: Explain the $HEX?
Post: RE: Explain the $HEX?

I'm not sure I understand the question. The $HEX[] format is used on console and in the output file. It is ignorant of the encoding used. If you know (or can guess) the encoding used for a $HEX[] plai...
undeath hashcat 2 2,038 12-10-2018, 10:05 PM