Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: clGetEventProfilingInfo(): error on EVGA 1080ti
Post: RE: clGetEventProfilingInfo(): error on EVGA 1080t...
What's the output of hashcat -I and nvidia-smi? |
|
royce |
hashcat
|
3 |
3,903 |
11-19-2017, 02:16 AM |
|
|
Thread: clGetEventProfilingInfo(): error on EVGA 1080ti
Post: RE: clGetEventProfilingInfo(): error on EVGA 1080t...
A well-rounded success story. Thanks for the update. :) |
|
royce |
hashcat
|
3 |
3,903 |
11-19-2017, 07:15 PM |
|
|
Thread: clWaitForEvents(): CL_UNKNOWN_ERROR
Post: RE: clWaitForEvents(): CL_UNKNOWN_ERROR
If it's only happening for certain hash types, it's probably not a driver problem.
How many rules are you using? This sounds like there are more end-result rules than will fit in GPU memory. |
|
royce |
hashcat
|
6 |
2,315 |
10-29-2019, 06:14 AM |
|
|
Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY
Excellent!
(And just for the record, you can download hashcat 6.0.0 and run it on older versions of Ubuntu) |
|
royce |
hashcat
|
6 |
903 |
07-11-2020, 05:51 PM |
|
|
Thread: CL_PLATFORM_NOT_FOUND_KHR Error
Post: RE: CL_PLATFORM_NOT_FOUND_KHR Error
Do you have an OpenCL runtime installed?
https://hashcat.net/faq/wrongdriver
$ apt-get install ocl-icd-libopencl1 opencl-headers clinfo |
|
royce |
hashcat
|
4 |
14,441 |
05-07-2017, 10:36 PM |
|
|
Thread: combinator + rule
Post: RE: combinator + rule
Try double quotes instead of single quotes, I think. |
|
royce |
hashcat
|
6 |
6,139 |
02-05-2018, 06:09 AM |
|
|
Thread: combinator + rule
Post: RE: combinator + rule
-j and -k only work for a single rule, not for a file that's a list of rules.
The usual way to work around this is to pipe the wordlist in from a separate tool (such as combinator from hashcat-util... |
|
royce |
hashcat
|
6 |
6,139 |
02-05-2018, 12:25 AM |
|
|
Thread: combinator + rule
Post: RE: combinator + rule
Sounds like you're working with a fast hash?
If so, and if your list of rules is just as you show - only four rules long - then that may be part of the reason why. Native hashcat combinator attack ... |
|
royce |
hashcat
|
6 |
6,139 |
02-05-2018, 01:59 AM |
|
|
Thread: Combinator - how to save combined files.
Post: RE: Combinator - how to save combined files.
I assume that you know that you could just regenerate them when you need them, and save the disk space. :)
But saving general command output to a file is an OS/commandline thing - just basic redire... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
3,856 |
07-07-2018, 12:02 AM |
|
|
Thread: Combinator Attack and unique
Post: RE: Combinator Attack and unique
The assumption is that the user will deduplicate, if desired. |
|
royce |
hashcat
|
3 |
2,895 |
11-29-2017, 12:27 AM |
|
|
Thread: Combinator Attack and unique
Post: RE: Combinator Attack and unique
CPU, I would think.
Here's an alias that I stole from epixoip that works well on Linux:
Code:
--
bigsort() { LC_ALL=C sort --parallel=4 -S 4000M -T /path/to/fast/storage/ $*; }
--
A... |
|
royce |
hashcat
|
3 |
2,895 |
11-29-2017, 10:37 PM |
|
|
Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules
Just a guess, but you could try combinator3 and then tack on four digits with rules ( [wordlist] [4digitwordlist] [wordlist] ?d?d?d?d) |
|
royce |
hashcat
|
10 |
6,610 |
07-08-2018, 06:51 AM |
|
|
Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules
No - rather, you'd pipe the output from combinator to hashcat, and use hashcat to apply the ?d?d?d?d rule |
|
royce |
hashcat
|
10 |
6,610 |
07-08-2018, 07:23 PM |
|
|
Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules
I was being loose with the vocab again, but from the thread I thought that he was going to be using a rule to simulate a hybrid attack. |
|
royce |
hashcat
|
10 |
6,610 |
07-09-2018, 04:33 PM |
|
|
Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules
undeath Wrote: (07-09-2018, 05:01 PM)
--
There is not "a rule" to simulate a hybrid attack ;)
--
I didn't mean to imply that all you needed was a ruleset in order to do so. |
|
royce |
hashcat
|
10 |
6,610 |
07-09-2018, 11:39 PM |
|
|
Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?
You could use mp64 to generate them, maybe?
https://hashcat.net/wiki/doku.php?id=rules_with_maskprocessor
Might still have to dedupe it a little after, depending |
|
royce |
hashcat
|
10 |
965 |
08-31-2020, 11:53 PM |
|
|
Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?
Dedupe of text on the command line is a largely solved problem. Depends on your platform. 'sort -u' on Unix-likes covers most use cases. On Windows, 'sort.exe /unique' seems roughly equivalent. |
|
royce |
hashcat
|
10 |
965 |
09-01-2020, 04:10 AM |
|
|
Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?
There's also this project, that tries to detect rules with redundant results:
https://github.com/0xbsec/duprule/ |
|
royce |
hashcat
|
10 |
965 |
09-01-2020, 05:04 PM |
|
|
Thread: [Solved] Combined attack with four words
Post: RE: Combined attack with four words
Unless it is an extremely slow hash, it's easier to just try all possible combinations of the four words, using something like
https://hashcat.net/wiki/doku.php?id=princeprocessor |
|
royce |
hashcat
|
2 |
2,634 |
11-25-2017, 06:19 PM |
|
|
Thread: Combining a custom hex charset with the standard charsets
Post: RE: Combining a custom hex charset with the standa...
You have to use a list of masks that represent all possible character positions in the target. This is of course not ideal; if hashcat had support for multibyte characters, all of these workarounds wo... |
|
royce |
hashcat
|
4 |
2,417 |
01-31-2019, 06:27 PM |