Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author [desc] Forum Replies Views Posted
    Thread: I need help with syntax
Post: RE: I need help with syntax

lol, you do realize that we are having a circular discussion?
Quest Old oclHashcat Support 42 69,281 09-19-2014, 09:13 PM
    Thread: I need help with syntax
Post: RE: I need help with syntax

lol ;) niope. Not at all. Where is the Capitalized letter in the above example? i need a Capitalized and a lower case on first position, then, 3 lower cases, then, 4 everything except symbols...
Quest Old oclHashcat Support 42 69,281 09-19-2014, 09:27 PM
    Thread: I need help with syntax
Post: RE: I need help with syntax

Ah now i get it. So the definition of the "-1, -2" character set, is in my syntax. So my syntax would look like this.. Code: -- cd /usr/share/cudahashcat/ && ./cudaHashcat64.bin -w 3 -t 10 -m 2500 /...
Quest Old oclHashcat Support 42 69,281 09-19-2014, 11:10 PM
    Thread: I need help with syntax
Post: RE: I need help with syntax

I understand that also. Beautiful. post#37 and #39 beats the wiki any day of the week and would do miracles to demystify any noob. Thanks Wushu and epixoip!!
Quest Old oclHashcat Support 42 69,281 09-19-2014, 11:32 PM
    Thread: all numbers VS .hcmask
Post: all numbers VS .hcmask

is there any point in using a .hcmask file/Markov, when working with numbers only?
Quest Old oclHashcat Support 2 5,443 09-25-2014, 05:03 PM
    Thread: all numbers VS .hcmask
Post: RE: all numbers VS .hcmask

i did not realize that my question had the potential to be complicated with many possibilities. Thanks for the answers!
Quest Old oclHashcat Support 2 5,443 09-25-2014, 10:35 PM
    Thread: oclHashcat v1.33 speed drop
Post: oclHashcat v1.33 speed drop

Hello, is that normal?.. ===============================CudaHashcat 1.31: Session.Name...: cudaHashcat Status.........: Exhausted Input.Base.....: Mask (?a?a?a?a) [4] Input.Mod......: File (e...
Quest Old oclHashcat Support 8 10,903 02-25-2015, 05:55 PM
    Thread: oclHashcat v1.33 speed drop
Post: RE: oclHashcat v1.33

Hi atom, the two benchmarks above were done with the exact same hardware/software setup, five days appart. I uninstalled 1.31 and installed 1.33. How can it take twice as long with 1.33? @ al...
Quest Old oclHashcat Support 8 10,903 02-26-2015, 04:36 PM
    Thread: oclHashcat v1.33 speed drop
Post: RE: oclHashcat v1.33

Thx undeath, I just ran my test again with 1.31 then 1.33 with the same results. This time I noticed something different in the beginning of the benchmark session... maybe it's nothing. =====...
Quest Old oclHashcat Support 8 10,903 02-26-2015, 06:58 PM
    Thread: oclHashcat v1.33 speed drop
Post: RE: oclHashcat v1.33 speed drop

so if someone like me has a slower system, it's better to stick with 1.31 then? Edit: Just noticed your comment at the bottom. Ok will try that! Thanks!
Quest Old oclHashcat Support 8 10,903 02-26-2015, 08:21 PM
    Thread: Fastest Nvidia driver for hash cracking?
Post: RE: Fastest Nvidia driver for hash cracking?

I have also the GT 630M, with latest 346.35 for Linux(though now I see that 346.47 is out), and according to my benchmark, it's not the driver, but cudaHashcat 1.33 that is operating differently. See ...
Quest Old oclHashcat Support 3 7,002 02-26-2015, 10:10 PM
    Thread: oclHashcat v1.33 speed drop
Post: RE: oclHashcat v1.33 speed drop

If anyone ran comparative benchmark(any) between 1.31 and 1.33 I would like to see those results. Just curious to see what you all get =]
Quest Old oclHashcat Support 8 10,903 03-02-2015, 10:50 PM
    Thread: the correct syntax to pipe maskprocessor | cudahashcat in linux?
Post: RE: the correct syntax to pipe maskprocessor | cud...

:~# cd /usr/share/cudahashcat/ && ./mp64.bin -q 3 -r 4 ?d?d?d?d?d?d?d?d?d?d ./mp64.bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./mp64.bin) LOL
Quest General Help 13 19,600 03-16-2015, 03:00 AM
    Thread: Piping Masprocessor in oclHashcat
Post: RE: Piping Masprocessor in oclHashcat

this is interesting. Never thought about limiting repetitions, or how many of the same in one word! I prefer to work with .hcmask files in linux. How would that translate in real life if I'm using....
Quest Old oclHashcat Support 7 10,698 03-07-2015, 05:10 PM
    Thread: how do i stop duplicate characters brute force
Post: RE: how do i stop duplicate characters brute force

I'm not clear on one point. If I'm using a .hcmask file, do I need to specify the mask for maskprocessor (after -r -q) also? cd /usr/share/cudahashcat/ && ./cudaHashcat64.bin -w 3 -t 10 -m 2500 ...
Quest General Help 4 8,667 03-08-2015, 07:19 PM
    Thread: Piping Masprocessor in oclHashcat
Post: RE: Piping Masprocessor in oclHashcat

radiac Wrote: (03-03-2015, 03:13 PM) -- But it noticed the following: Using the parameter -q 3 with the maskprocessor means, that the same letter can't be 3 times in a row. So the maximum is actuall...
Quest Old oclHashcat Support 7 10,698 03-09-2015, 07:17 PM
    Thread: Piping Masprocessor in oclHashcat
Post: RE: Piping Masprocessor in oclHashcat

@ atom, a nice addition to maskprocessor would be to specify the max repetition of consonants and the max repetition vowels. * 'y' 'Y' with the vowels.
Quest Old oclHashcat Support 7 10,698 03-09-2015, 07:30 PM
    Thread: the correct syntax to pipe maskprocessor | cudahashcat in linux?
Post: the correct syntax to pipe maskprocessor | cudahas...

tried almost everything. cd /usr/share/maskprocessor && ./mp.bin -q 3 -r 4 ?d?d?d?d?d?d?d?d?d?d | cd /usr/share/cudahashcat/ && ./cudaHashcat64.bin -w 3 -t 10 -m 2500 /root/capture.hccap -a 3 wh...
Quest General Help 13 19,600 03-16-2015, 12:39 AM
    Thread: the correct syntax to pipe maskprocessor | cudahashcat in linux?
Post: RE: the correct syntax to pipe maskprocessor | cud...

Hi coolbry, because that's the way it installed, but I might just do that.
Quest General Help 13 19,600 03-16-2015, 01:05 AM
    Thread: the correct syntax to pipe maskprocessor | cudahashcat in linux?
Post: RE: the correct syntax to pipe maskprocessor | cud...

fresh/updated The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) install. How do you install maskprocessor? This is so weird.
Quest General Help 13 19,600 03-16-2015, 04:44 AM