Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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,614 |
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,614 |
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,614 |
07-09-2018, 11:39 PM |
|
|
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,897 |
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,897 |
11-29-2017, 10:37 PM |
|
|
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 + rule
Post: RE: combinator + rule
Try double quotes instead of single quotes, I think. |
|
royce |
hashcat
|
6 |
6,141 |
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,141 |
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,141 |
02-05-2018, 01:59 AM |
|
|
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: 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: 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,317 |
10-29-2019, 06:14 AM |
|
|
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,905 |
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,905 |
11-19-2017, 07:15 PM |
|
|
Thread: cl platform not found
Post: RE: cl platform not found
Try refreshing the entire stack with the applicable instructions from this question in the FAQ:
https://hashcat.net/faq/wrongdriver |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
5 |
5,339 |
09-09-2018, 03:33 AM |
|
|
Thread: Cisco IOS MD5 BruteForce Mask
Post: RE: Cisco IOS MD5 BruteForce Mask
Assuming that it's this type of hash:
Code:
--
$ openssl passwd -1 -salt 0000 -table password
password $1$0000$aWwcZQIpZ/gD70N/fOUeh0
--
... then you need to specify the hash type (-m 500 = Cisco-... |
|
royce |
General Help
|
8 |
29,656 |
04-14-2015, 05:32 PM |
|
|
Thread: Cisco IOS MD5 BruteForce Mask
Post: RE: Cisco IOS MD5 BruteForce Mask
This looks normal. Brute force automatically starts with short masks and then moves on to longer ones. While it's moving through the short masks, they're too short to really make the GPUs work hard, ... |
|
royce |
General Help
|
8 |
29,656 |
04-14-2015, 08:44 PM |
|
|
Thread: Cisco ASA hash type
Post: RE: Cisco ASA hash type
Un-base64 it, then crack it as an NTLM hash.
Code:
--
$ echo -n 'iEb36u6PsRetBr3YMLdYbA==' | base64 -d | xxd -p
8846f7eaee8fb117ad06bdd830b7586c
--
|
|
royce |
hashcat
|
6 |
8,033 |
12-07-2017, 07:05 PM |
|
|
Thread: Characters don't work on The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) LINUX Terminal
Post: RE: Characters don't work on The-Distribution-Whic...
I'm not clear what your question is, though I would advise:
* Use a Linux distro other than K-a-l-i - its OpenCL integration needs work.
* Use the latest version of hashcat (3.30 is very outdated)... |
|
royce |
hashcat
|
1 |
2,363 |
11-19-2017, 02:27 AM |
|
|
Thread: change working directory
Post: RE: change working directory
In the future, you can also use https://github.com/philsmd/analyze_hc_restore, written by a core hashcat developer. You can rewrite a restore file, changing various config items. |
|
royce |
hashcat
|
3 |
1,133 |
12-16-2019, 11:43 PM |