Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
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,631 |
02-20-2015, 11:17 PM |
|
|
Thread: Rule syntax question
Post: RE: Rule syntax question
|
r9290xocl |
General Help
|
9 |
12,631 |
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,631 |
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,631 |
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,631 |
02-23-2015, 09:19 PM |
|
|
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,756 |
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,557 |
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,557 |
02-19-2015, 04:53 PM |
|
|
Thread: wordlist recommendation for rule-based attack
Post: RE: wordlist recommendation for rule-based attack
Yes well the plan is to run through all the dic files first, and then follow up with the combinator / rule attacks, but obviously if I use a large dic with the best64 rule file for example, that would... |
|
r9290xocl |
Old oclHashcat Support
|
8 |
22,557 |
02-19-2015, 05:19 PM |
|
|
Thread: wordlist recommendation for rule-based attack
Post: RE: wordlist recommendation for rule-based attack
After some research, it seems the rockyou dictionary and best64, rockyou-30000 rule files are the best combination so far. |
|
r9290xocl |
Old oclHashcat Support
|
8 |
22,557 |
02-20-2015, 02:53 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
|
r9290xocl |
User Contributions
|
7 |
12,537 |
02-24-2015, 03:23 AM |
|
|
Thread: What am I doing wrong??
Post: RE: What am I doing wrong??
coolbry95: did you notice the "-a 1"
atom: in other words, under hashcat, I have to specify only 1 dic file.
That explains a lot already, but it still does not explain why its not working with ... |
|
r9290xocl |
Old hashcat Support
|
6 |
8,800 |
02-20-2015, 07:19 PM |
|
|
Thread: What am I doing wrong??
Post: RE: What am I doing wrong??
I Confirm it works for hashcat with -a 1 and a single dic file
I tried 1.33 with ocl, same behavior with 2 dic files. I hope its not my PC acting up :P |
|
r9290xocl |
Old hashcat Support
|
6 |
8,800 |
02-20-2015, 07:27 PM |
|
|
Thread: What am I doing wrong??
Post: What am I doing wrong??
I created an MD5 hash for the word data123, placed the word "data" in dic1, and the "123" on dic2.
The hash is accurate, because it gets cracked with the best64 rule file and dic1.
C:\Users\Ab... |
|
r9290xocl |
Old hashcat Support
|
6 |
8,800 |
02-20-2015, 06:57 PM |
|
|
Thread: What am I doing wrong??
Post: RE: What am I doing wrong??
Restarted my PC, and everything was working fine, with exact same commands, dic, etc... Very weird. |
|
r9290xocl |
Old hashcat Support
|
6 |
8,800 |
02-23-2015, 03:38 AM |
|
|
Thread: Brute Force WPA2
Post: Brute Force WPA2
If we have a WPA2 handshake, and wanted to brute force it with -1 ?l?u?d for starters, but we dont know the length of the password, would this be a good start?
oclhashcat.exe -m 2500 -a 3 -1 ?l... |
|
r9290xocl |
Old oclHashcat Support
|
4 |
9,862 |
02-18-2015, 07:02 PM |
|
|
Thread: Brute Force WPA2
Post: RE: Brute Force WPA2
I think what am looking for is, if it means: Start incrementing from 8 up to 12, given the custom char set of lower case, upper case, and digits
-i --incremement-min 8 --increment-max 12 -a 3 -a ?... |
|
r9290xocl |
Old oclHashcat Support
|
4 |
9,862 |
02-18-2015, 08:01 PM |