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 [desc] Author Forum Replies Views Posted
    Thread: Some random error message
Post: RE: Some random error message

hm never saw such an behaviour. did you sort your dictionary by length?
atom Very old oclHashcat-plus Support 2 7,519 12-01-2011, 04:03 PM
    Thread: Some rules for mask_attack
Post: RE: Some rules for mask_attack

Also make sure to remove bN and jH from -1 when doing what mastercracker suggested
atom Old oclHashcat Support 4 7,774 01-29-2014, 10:45 AM
    Thread: Some suggestions for the GUI
Post: RE: Some suggestions for the GUI

Quote: -- Can the “GPU Device” option default to 1 instead of 0 for HashcatPlus as I don’t believe it works without at least one GPU. -- no, "0" is correct. its the default in o...
atom Feature Requests 3 8,151 11-08-2011, 11:25 AM
    Thread: Something about SHA224
Post: RE: Something about SHA224

SHA224 is not supported. Which application uses it?
atom hashcat 8 12,709 09-15-2016, 04:34 AM
    Thread: Sort and de-dupe without merging together?
Post: RE: Sort and de-dupe without merging together?

Yes, rli2 is the way to go. Make sure to LC_ALL=C sort -u before
atom hashcat 2 2,637 10-01-2017, 11:22 AM
    Thread: Source code
Post: RE: Source code

no
atom Feature Requests 1 6,965 06-27-2010, 08:13 AM
    Thread: Space character with custom charset
Post: RE: Space character with custom charset

You just need to quote correctly then it will use space, too
atom hashcat 7 8,726 10-10-2016, 05:00 PM
    Thread: Space character with custom charset
Post: RE: Space character with custom charset

With \
atom hashcat 7 8,726 10-11-2016, 01:43 PM
    Thread: spec chararacters in sp
Post: RE: spec chararacters in sp

Add them to your custom charset and then work with custom charsets.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 12,350 09-09-2012, 03:01 PM
    Thread: spec chararacters in sp
Post: RE: spec chararacters in sp

Because statsprocessor works byte-wise. In other words: shit in - shit out :)
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 12,350 09-10-2012, 10:11 AM
    Thread: special character problem with standarad hash generators
Post: RE: special character problem with standarad hash ...

If you know for example that the hash has been generated using utf8 you could run your wordlist through iconv. hashcat does not know about encoding, it reads the data bytewise. If you feed it with utf...
atom Old oclHashcat Support 2 6,041 01-28-2015, 03:48 PM
    Thread: Special characters in mask
Post: RE: Special characters in mask

from illcare's description in the first place we can assume the problem is with spaces, so royce answer is correct. PS: instead of escape with ^ you can also simply quote a mask, for example "?l?l...
atom Old oclHashcat Support 8 13,345 04-15-2015, 11:53 AM
    Thread: Specify what to check in a dictionary
Post: RE: Specify what to check in a dictionary

In case you only want words of the length between 8 and 10 (inclusive) then: len.bin 8 10 < in.txt > out.txt
atom hashcat 7 7,058 05-26-2017, 10:04 AM
    Thread: Speed / Performance Comparison
Post: RE: Speed / Performance Comparison

yeah its a special optimization. it ignores the multihash bitmaps in quick digest mode.
atom Old hashcat Support 5 12,175 09-15-2010, 10:00 AM
    Thread: Speed / Performance Comparison
Post: RE: Speed / Performance Comparison

because of various reason, but especially because hashcat is designed for wordlist-based attacks not brute-force attack.
atom Old hashcat Support 5 12,175 09-15-2010, 09:23 PM
    Thread: Speed difference between 0.08 and 0.09
Post: RE: Speed difference between 0.08 and 0.09

Default workload settings have been changed to reduce desktop lags. You can re-adjust by settings --gpu-loops 4096 -n 32 or so by hand.
atom Very old oclHashcat-plus Support 3 7,865 10-13-2012, 02:59 PM
    Thread: Speed difference between brute and dictionary for very slow hashes (7-zip) ?
Post: RE: Speed difference between brute and dictionary ...

That's only for the 7-Zip algorithm because the password length has a large influence on the cracking speed. Or said a different way, there's no difference between BF and Dictionary if your BF mask is...
atom General Talk 2 5,256 12-29-2016, 11:19 AM
    Thread: Speed drop after 3 minutes.
Post: RE: Speed drop after 3 minutes.

Because the --gpu-temp-disable
atom hashcat 1 2,228 04-22-2017, 10:11 AM
    Thread: Speed drop with hashfile parameter
Post: RE: Speed drop with hashfile parameter

Note that this is not a "reduction". It's important to mention this, otherwise one could think the multihash search algorithm in hashcat is really bad. The reason here is because some hashes can make ...
atom hashcat 2 2,933 02-07-2017, 11:59 AM
    Thread: Speed drops down by a half after a few seconds
Post: RE: Speed drops down by a half after a few seconds

Looks like your card hit 90c temperature. In this case GPU bios will clock down your card to 300 Mhz or less.
atom Very old oclHashcat-lite Support 1 6,405 07-11-2013, 02:10 PM