Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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: 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,666 |
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,666 |
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,666 |
02-20-2015, 02:23 AM |
|
|
Thread: Need Help With a new build plz!
Post: RE: Need Help With a new build plz!
Watercooling an R9 290x, then OC the thing to 1150 results in higher hash/s than a stock GTX 980. All under 54 degrees on the card, and the best part, for half the price of a 980
If it was up to me... |
|
r9290xocl |
Hardware
|
28 |
40,932 |
02-20-2015, 10:20 PM |
|
|
Thread: R9 290x / WPA2 / gpu loops
Post: RE: R9 290x / WPA2 / gpu loops
philsmd Wrote: (02-18-2015, 11:56 AM)
--
Here you can read about the registry patch for windows:
https://hashcat.net/wiki/doku.php?id=timeout_patch
--
I will try that tonight, thanks. |
|
r9290xocl |
Old oclHashcat Support
|
3 |
7,236 |
02-18-2015, 05:09 PM |
|
|
Thread: R9 290x benchmark crashing at scrypt
Post: RE: R9 290x benchmark crashing at scrypt
Also, the 3.30 seems faster than the 3.40 on my card:
3.30
Md5: 13043 Mh/sec
SHA1: 4704 Mh/sec
3.40:
Md5: 11208 Mh/sec
SHA1: 4044 Mh/sec |
|
r9290xocl |
hashcat
|
10 |
9,315 |
03-07-2017, 05:26 AM |
|
|
Thread: R9 290x benchmark crashing at scrypt
Post: RE: R9 290x benchmark crashing at scrypt
atom: any feedback regarding why the benchmark is crashing when it is reaching "scrypt"? This is happening for both 3.30 and 3.40
btw, the graph you provided proves that earlier versions of hashca... |
|
r9290xocl |
hashcat
|
10 |
9,315 |
03-07-2017, 05:01 PM |
|
|
Thread: R9 290x benchmark crashing at scrypt
Post: RE: R9 290x benchmark crashing at scrypt
How can I report a potential bug or malfunction if my benchmark crashes as soon as it reaches scrypt for version 3.30 and 3.40?
Anything I can try to find out why, like older versions? Please help... |
|
r9290xocl |
hashcat
|
10 |
9,315 |
03-08-2017, 01:40 AM |
|
|
Thread: R9 290x benchmark crashing at scrypt
Post: RE: R9 290x benchmark crashing at scrypt
atom Wrote: (03-08-2017, 09:54 AM)
--
I have seen the same error with AMDGPU-pro 16.40. This is a driver issue, not a hashcat issue.
--
I believe you, but why scrypt crashes, where as all the other ... |
|
r9290xocl |
hashcat
|
10 |
9,315 |
03-08-2017, 04:02 PM |
|
|
Thread: R9 290x benchmark crashing at scrypt
Post: RE: R9 290x benchmark crashing at scrypt
Weird. I ran WPA and MD5 cracking all day without issues, so it seems that it is only limited to scrypt specifically. |
|
r9290xocl |
hashcat
|
10 |
9,315 |
03-10-2017, 05:16 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: 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: 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: 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 |