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: ati and nvidia working together
Post: RE: ati and nvidia working together

it's a very rare situation. no one before asked for it
atom General Help 10 17,172 07-23-2013, 04:17 PM
    Thread: hashcat combination attack odd even difference
Post: RE: hashcat combination attack odd even difference

hashcat's (CPU) combinator mode works with single dictionaries, not 2. you can check the generated candidates with --stdout. If you find it's not doing what it should do, please let me know.
atom Old hashcat Support 10 18,476 08-04-2013, 05:35 PM
    Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?

good find. can you do a trac ticket?
atom Old hashcat Support 12 22,819 08-04-2013, 05:35 PM
    Thread: oclHashcat-lite output | to program
Post: RE: oclHashcat-lite output | to program

you can also use maskprocessor. it's a standalone program to generate wordlists. it produces the same candidates as oclHashcat-lite does. it can print to stdout, so you can pipe it to whatever program...
atom Very old oclHashcat-lite Support 4 12,225 08-04-2013, 05:38 PM
    Thread: hashcat combination attack odd even difference
Post: RE: hashcat combination attack odd even difference

sometimes it looks like its doing just single words it can occour in cases you have empty lines in your dictionary. it also can occour when you have words in your dictionary that are to long for hashc...
atom Old hashcat Support 10 18,476 08-06-2013, 12:57 AM
    Thread: oclHashcat-plus cracks TrueCrypt
Post: RE: oclHashcat-plus cracks TrueCrypt

The relase date is not yet known. But shouldn't be to far.
atom Very old oclHashcat-plus Support 32 157,767 08-06-2013, 01:04 AM
    Thread: One 7970 running slower than other??
Post: RE: One 7970 running slower than other??

try -n 8 -u 4096
atom Very old oclHashcat-plus Support 12 21,049 08-08-2013, 06:12 AM
    Thread: hashcat combination attack odd even difference
Post: RE: hashcat combination attack odd even difference

I know an older version of hashcat had this problem. You sure you have the latest one?
atom Old hashcat Support 10 18,476 08-08-2013, 06:14 AM
    Thread: Is cracking WPA/TKIP faster than WPA2/AES?
Post: RE: Is cracking WPA/TKIP faster than WPA2/AES?

Wait, oclHashcat-plus is not cracking the cipherstream, it's cracking the handshake. Therefore, it makes no difference in terms of speed if it's WPA1 or WPA2.
atom General Talk 6 22,175 08-08-2013, 06:18 AM
    Thread: Maskprocessor word at position??[solved]
Post: RE: Maskprocessor word at position??

Well, not with the number, but as word. with masksprocessor you have -s and -l which is what you want to do. try: ?u -s M -l W
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 16,934 08-08-2013, 06:20 AM
    Thread: One 7970 running slower than other??
Post: RE: One 7970 running slower than other??

wait, wtf is this? fake 7970? bought at black market? :) you sure its a real one? never saw this before.
atom Very old oclHashcat-plus Support 12 21,049 08-08-2013, 03:47 PM
    Thread: -1% utilization issue with cudahashcat
Post: RE: -1% utilization issue with cudahashcat

The -1% means that the API provided by nvidia does not allow the reading of the GPU utilization. This is not oclHashcat-*'s fault, blame nvidia. The utilization is like epixoip said, you're not pro...
atom Very old oclHashcat-plus Support 6 11,935 08-12-2013, 02:50 PM
    Thread: SHA-256 Problem
Post: RE: SHA-256 Problem

It's correct what undeath said. To explain you need to understand how multichar bytes are used in your case. The length for tests is 5, correct. The length for testā and tēsta is 6, not 5!...
atom General Help 6 14,998 08-12-2013, 02:57 PM
    Thread: Update rules.txt with changes.txt
Post: RE: Update rules.txt with changes.txt

The rejects should work like the ones from jtr, but only for the CPU rule engine. Makes no sense to reject single entries on fast hashes, it's faster to test them than add an if() which is executed fo...
atom Old hashcat Support 5 9,692 08-12-2013, 03:00 PM
    Thread: Using multiple dictionaries [noob question..]
Post: RE: Using multiple dictionaries [noob question..]

Also -a6 and -a7 mode will support this with v0.15.
atom Very old oclHashcat-plus Support 2 13,909 08-12-2013, 03:01 PM
    Thread: Compare and contrast Passcape's rules
Post: RE: Compare and contrast Passcape's rules

Also, KoreLogicRulesAppendNumbers_or_Specials_PrependLetter.rule sounds useless for oclHashcat, we use hybrid attack for such attacks!
atom General Talk 8 18,116 08-12-2013, 03:04 PM
    Thread: Is cracking WPA/TKIP faster than WPA2/AES?
Post: RE: Is cracking WPA/TKIP faster than WPA2/AES?

The slow PBKDF2 part is same for both, which is why they have the same speed. After that, WPA1 uses MD5 while WPA2 uses SHA1 but thats so fast compared to the slow part that you wont see a difference.
atom General Talk 6 22,175 08-12-2013, 03:07 PM
    Thread: One 7970 running slower than other??
Post: RE: One 7970 running slower than other??

In this case its your wordlist which is to small. Try a bigger one like rockyou.txt
atom Very old oclHashcat-plus Support 12 21,049 08-14-2013, 11:35 AM
    Thread: SHA-256 Problem
Post: RE: SHA-256 Problem

you can use masks with letters.. for example -1 ?d test?1 matches test0 - test9 read this please: https://hashcat.net/wiki/doku.php?id=mask_attack
atom General Help 6 14,998 08-14-2013, 11:36 AM
    Thread: -1% utilization issue with cudahashcat
Post: RE: -1% utilization issue with cudahashcat

Yes, WPA is A LOT slower than raw MD5 :) See benchmark tables to get an idea: https://hashcat.net/oclhashcat-plus/#performance
atom Very old oclHashcat-plus Support 6 11,935 08-14-2013, 11:38 AM