Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: RE: Possible bug-no estimate if -a1 and -r
You need at least (100 * nr-of-rules)/306706 in the progress to get an initial display. |
|
atom |
Old hashcat Support
|
13 |
22,264 |
10-25-2012, 09:13 AM |
|
|
Thread: again : ERROR: clGetDeviceIDs() -1
Post: RE: again : ERROR: clGetDeviceIDs() -1
AFAIK there is currently no way to get OpenCL for GPU working inside a VM. |
|
atom |
Hardware
|
15 |
35,324 |
10-25-2012, 09:14 AM |
|
|
Thread: username:hash:salt
Post: RE: username:hash:salt
Is this about hashcat or oclHashcat-plus? If first, there is no support for --username and --show, if second, you can simply use --username to tell oclHashcat-plus to ignore the username. |
|
atom |
Old hashcat Support
|
4 |
9,863 |
10-26-2012, 10:02 AM |
|
|
Thread: GPU memory considerations
Post: RE: GPU memory considerations
It doesnt matter because the OpenCL runtime limits a single GPU memory block to 512mb. In other words you will get out-of-memory Problems regardless of GPU memory size. |
|
atom |
Hardware
|
6 |
17,561 |
10-26-2012, 10:03 AM |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: RE: Possible bug-no estimate if -a1 and -r
Try a rule-file which contains a single ":" instead of NUL. This is a real empty rule. |
|
atom |
Old hashcat Support
|
13 |
22,264 |
10-26-2012, 10:06 AM |
|
|
Thread: clBuildProgram() -11
Post: RE: clBuildProgram() -11
If the kernel contains 1084.2_(VM) inside its filename you know your catalyst driver version wasnt downgraded correctly since this is the version of some version of catalyst 12.9 beta and higher. As o... |
|
atom |
Very old oclHashcat-plus Support
|
8 |
14,497 |
10-26-2012, 10:08 AM |
|
|
Thread: SOLVED: cudaHashcat-plus32.bin v0.09, possible masks bug
Post: RE: cudaHashcat-plus32.bin v0.09, possible masks b...
Its a known and already fixed bug. Thanks for report. |
|
atom |
Very old oclHashcat-plus Support
|
2 |
6,256 |
10-26-2012, 10:09 AM |
|
|
Thread: cudaHashcat-lite32.bin v0.10, sha1($pass.$salt): ERROR: cuLaunchKernel() 701
Post: RE: cudaHashcat-lite32.bin v0.10, sha1($pass.$salt...
ERROR: cuLaunchKernel() 701 is usually a driver problem. I found out it might be also related to a framebuffer running. You can test that by logging in from remote via SSH and try again. Otherwise its... |
|
atom |
Very old oclHashcat-lite Support
|
2 |
8,149 |
10-26-2012, 10:12 AM |
|
|
Thread: what language is hashcat written in?
Post: RE: what language is oclhashcat written in?
Hashcat CPU has parts of ASM.
For oclHashcat-* its plain C for the host-code part, OpenCL for AMD kernels, CUDA for NV kernels. Both OpenCL and CUDA and nearly 1:1 to C. There are also some parts of ... |
|
atom |
General Talk
|
9 |
21,543 |
10-26-2012, 10:15 AM |
|
|
Thread: GPU memory considerations
Post: RE: GPU memory considerations
Well I should say this is for AMD OpenCL runtime only. But the reasons behind? Only AMD can know :) |
|
atom |
Hardware
|
6 |
17,561 |
10-26-2012, 12:03 PM |
|
|
Thread: GPU memory considerations
Post: RE: GPU memory considerations
Yes, but it wont help since we need to copy the hashlists to each device on its own to have fast access. |
|
atom |
Hardware
|
6 |
17,561 |
10-27-2012, 08:28 AM |
|
|
Thread: A little question abt HD7770
Post: RE: A little question abt HD7770
hd7770 on sha1 is around 900 Mhash/s |
|
atom |
Very old oclHashcat-lite Support
|
1 |
5,613 |
10-27-2012, 08:30 AM |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: RE: Possible bug-no estimate if -a1 and -r
Adding rules add some calculation overhead, thats why you have no "-" words / s. This is what the ETC is based on. Thats the reason. Its to slow to calculate it. |
|
atom |
Old hashcat Support
|
13 |
22,264 |
10-27-2012, 08:35 AM |
|
|
Thread: Purge Rules
Post: RE: Purge Rules
Reject rules work only on CPU not GPU |
|
atom |
Very old oclHashcat-plus Support
|
5 |
10,496 |
10-27-2012, 08:36 AM |
|
|
Thread: SHA1 $salt.$password
Post: RE: SHA1 $salt.$password
You forgot to add a mask to your commandline. See here: https://hashcat.net/wiki/doku.php?id=mask_attack |
|
atom |
Old hashcat Support
|
1 |
7,457 |
10-27-2012, 08:37 AM |
|
|
Thread: Formatting question
Post: RE: Formatting question
All you need to add user the --username flag. If specified, it "knows" that hashes come in username:hash format and ignores the username.
When you are done with cracking you can use the --show flag t... |
|
atom |
General Help
|
4 |
8,309 |
10-28-2012, 11:40 AM |
|
|
Thread: Purge Rules
Post: RE: Purge Rules
NeonFlash Wrote: (10-27-2012, 08:42 AM)
--
Also, is there a specific reason behind not implementing this on the GPU platform? I would be interested to know the technical limitations of implementing t... |
|
atom |
Very old oclHashcat-plus Support
|
5 |
10,496 |
10-28-2012, 11:34 AM |
|
|
Thread: Purge Rules
Post: RE: Purge Rules
NeonFlash Wrote: (10-27-2012, 09:05 AM)
--
I just checked with hashcat and they work good. Would be great to have them implemented for the GPU platform as well :)
--
If you really want to use them... |
|
atom |
Very old oclHashcat-plus Support
|
5 |
10,496 |
10-28-2012, 11:34 AM |
|
|
Thread: HashcatGUI v0.21 Released
Post: RE: HashcatGUI v0.21 Released
Remember both hashcat and oclHashcat-plus support dictionaries as argument not just files. This makes it a bit more easy to read in some cases and reduces the number of parameters given to hashcat on ... |
|
atom |
User Contributions
|
4 |
9,258 |
10-28-2012, 11:37 AM |
|
|
Thread: Segmentation fault (core dump) on --show and --left
Post: RE: Segmentation fault (core dump) on --show and -...
I was talking about oclHashcat-plus v0.10 beta. Its fixed on there. We know oclHashcat v0.09 is affected. |
|
atom |
Very old oclHashcat-plus Support
|
11 |
24,118 |
10-28-2012, 11:38 AM |