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: Hashcat 3.30 problems
Post: RE: Hashcat 3.30 problems

Thanks for your reply. I think most people would agree that this is clearly a "workaround" rather than a solution. 99% of users would not know about this workaround, and would expect hashcat to wor...
r9290xocl hashcat 10 11,318 02-23-2017, 04:01 PM
    Thread: Hashcat 3.30 problems
Post: RE: Hashcat 3.30 problems

miccee Wrote: (02-23-2017, 09:01 PM) -- Goldfreak has 9 characters, doesn't it? -- That was just an example. In reality, it was 4 chars in the dic file and the rule file will add the other 6 chars....
r9290xocl hashcat 10 11,318 02-23-2017, 10:02 PM
    Thread: Hashcat 3.30 problems
Post: RE: Hashcat 3.30 problems

atom: which previous version of hashcat had that functionality? Yes it is true that it does tell the user, although you would need to know the logic of hashcat to realize more details. The std...
r9290xocl hashcat 10 11,318 02-24-2017, 01:50 AM
    Thread: Hashcat 3.30 problems
Post: Hashcat 3.30 problems

Hi,  I have a WPA2 handshake (hccap file) which I am doing tests on and I know the passphrase in advance, as I set it myself There is clearly something wrong, and I am trying to figure out where t...
r9290xocl hashcat 10 11,318 02-22-2017, 08:56 PM
    Thread: Hashcat 3.30 problems
Post: RE: Hashcat 3.30 problems

atom: ahhh. I think I know what is the issue, and I really think there is a logical flaw. Let me explain. The "real" password in the .hccap file is 10 char long. The "real" password in the dic file ...
r9290xocl hashcat 10 11,318 02-23-2017, 02:52 AM
    Thread: ERROR: clEnqueueCopyBuffer() -30
Post: ERROR: clEnqueueCopyBuffer() -30

When using a wordlist such as rockyou with the rule file rockyou-30000.rule, an error pops up: ERROR: clEnqueueCopyBuffer() -30 Any way to get around it besides splitting the rule file to multi...
r9290xocl User Contributions 7 12,537 02-21-2015, 10:43 PM
    Thread: ERROR: clEnqueueCopyBuffer() -30
Post: RE: ERROR: clEnqueueCopyBuffer() -30

Seems it happens more when I use --gpu-loops 4096 -n 32 it happens more, but I have seen it also without the gpu loops at some point. C:\Users\Abe>C:\oclHashcat-1.33\oclHashcat64.exe -m 0 f2969...
r9290xocl User Contributions 7 12,537 02-23-2015, 05:10 AM
    Thread: ERROR: clEnqueueCopyBuffer() -30
Post: RE: ERROR: clEnqueueCopyBuffer() -30

Thanks atom, epixoip, I found those values while searching around this forum. -w3 works fine, as well as --gpu-loops 1024 -n 32 Not sure what each of these does, not much documented on them ei...
r9290xocl User Contributions 7 12,537 02-23-2015, 11:18 PM
    Thread: ERROR: clEnqueueCopyBuffer() -30
Post: RE: ERROR: clEnqueueCopyBuffer() -30

Thanks for the help
r9290xocl User Contributions 7 12,537 02-24-2015, 03:23 AM
    Thread: Rule syntax question
Post: Rule syntax question

I would like to verify if these 2 functions are the same: Function 1: $$$1 Function 2: $$ $$ $1
r9290xocl General Help 9 12,632 02-20-2015, 11:17 PM
    Thread: Rule syntax question
Post: RE: Rule syntax question

Whats difference?
r9290xocl General Help 9 12,632 02-21-2015, 08:01 PM
    Thread: Rule syntax question
Post: RE: Rule syntax question

Szulik Wrote: (02-21-2015, 08:57 PM) -- assume that wordlist got password XXX right now func.1 will be XXX$1 func.2 will be XXX$$1 -- Thanks... So $$$1 is the same as $$ $1 meaning $$ as ...
r9290xocl General Help 9 12,632 02-21-2015, 10:36 PM
    Thread: Rule syntax question
Post: RE: Rule syntax question

Lets take a word, ABC. $$$1 -> ABC$1 $$ $1 -> ABC$1 What I am trying to understand is how come $$$1 is the same as $$ $1.. you would think it would be $$1, for instance..
r9290xocl General Help 9 12,632 02-23-2015, 03:48 AM
    Thread: Rule syntax question
Post: RE: Rule syntax question

^^ Now it makes sense, thanks undeath In other words, $$$1 is just saying, append $ and then right after, append 1. What I was thinking is it was possible to write it as "$$1", meaning append $...
r9290xocl General Help 9 12,632 02-23-2015, 09:19 PM
    Thread: impropper overclovk symptoms ?
Post: RE: impropper overclovk symptoms ?

Run a video card benchmark like RealBench v2.4, set it to "Stress test" and run it for 1 hour. If it passes that, you are good to go.
r9290xocl Old oclHashcat Support 10 13,670 02-19-2015, 05:27 PM
    Thread: impropper overclovk symptoms ?
Post: RE: impropper overclovk symptoms ?

Realbench will test memory, CPU and video card, but if you wanted a pure video card benchmark, I would suggest Valey Benchmark, run it, and see if the FPS drops to below 20 FPS lets say, and adjust yo...
r9290xocl Old oclHashcat Support 10 13,670 02-19-2015, 09:15 PM
    Thread: impropper overclovk symptoms ?
Post: RE: impropper overclovk symptoms ?

^^ True, but you also want to ensure the entire system stability vs just the ALU alone. A more complete test would be all of the above combined
r9290xocl Old oclHashcat Support 10 13,670 02-20-2015, 02:23 AM
    Thread: WPA speed problem comparing to v1.31
Post: RE: WPA speed problem comparing to v1.31

R9 290x, Win 8.1, v 1.32, WPA2 (-m 2500), 14.9, I am using a big dic (1.2 billion words), and I get 204-220 Kh/s through the dic attack
r9290xocl Old oclHashcat Support 8 14,758 02-18-2015, 09:38 PM
    Thread: wordlist recommendation for rule-based attack
Post: wordlist recommendation for rule-based attack

Example: time to go through a 1 billion wordlist dic attack takes 1 hour. Based on a rule-base attack, for each single "function" it would therefore take 1 hour to go through the entire wordlist. ...
r9290xocl Old oclHashcat Support 8 22,558 02-19-2015, 07:07 AM
    Thread: wordlist recommendation for rule-based attack
Post: RE: wordlist recommendation for rule-based attack

I think you missed my point. I am trying to find the "best bang for the buck" wordlist which will get the best statistical results vs the number of words it has. I am obviously not looking for a "perf...
r9290xocl Old oclHashcat Support 8 22,558 02-19-2015, 04:53 PM