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 Forum [asc] Replies Views Posted
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Pixel Wrote: -- Thanks M@LIK, what would it be in regular expression? -- I don't think there's one, this is like "if not", whenever the conditions are not found, delete. Pixel Wrote: -- Got anoth...
M@LIK Very old oclHashcat-plus Support 125 250,821 05-30-2012, 06:54 PM
    Thread: Start From Stop At Brute Force
Post: RE: Start From Stop At Brute Force

Thumbs up for these options in oclHashcat-plus: Code: -- -s, --pw-skip=NUM Start cracking at NUM -f, --pw-skip-plain=STR Like --pw-skip, but start cracking at STR --
M@LIK Very old oclHashcat-plus Support 15 29,325 06-01-2012, 02:09 AM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Pixel Wrote: -- OK I'll explain more, what I meant was two repeat instances total any where in the whole line, so in QVHHRIRA, the two Hs is one instance and the two Rs would be the second instance. ...
M@LIK Very old oclHashcat-plus Support 125 250,821 06-01-2012, 01:55 AM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Pixel Wrote: -- M@LIK I think I found a bug: ... The red ones are missing . -- Opos! My bad, we should have removed all these three lines: Code: -- /\(.\).*\1.*\(.\).*\2/d /\(.\).*\(.\).*\1.*\...
M@LIK Very old oclHashcat-plus Support 125 250,821 06-01-2012, 03:44 PM
    Thread: Regular Expression Interpreter
Post: RE: Regular Expression Interpreter

Like undeath (https://hashcat.net/forum/user-85.html) said, this needs a whole new level of programming. To Re-program each and every single feature\code in regex into GPU-supporting language. Howe...
M@LIK Very old oclHashcat-plus Support 11 22,316 06-01-2012, 03:52 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Sorry for being negative, but wait, I smell something wrong here! Let me just think about it.
M@LIK Very old oclHashcat-plus Support 125 250,821 06-03-2012, 02:58 PM
    Thread: Slow Left Mask or Dict
Post: RE: Slow Left Mask or Dict

Yup, I noticed this too. I just leave it for 5-10mins to reach the maximum speed.
M@LIK Very old oclHashcat-plus Support 7 14,197 06-11-2012, 01:53 PM
    Thread: Cracking LM
Post: RE: Cracking LM

If I'm not mistaken, this is a serious problem!
M@LIK Very old oclHashcat-plus Support 8 33,381 06-12-2012, 02:58 PM
    Thread: Rules for Left and Right Dictionary
Post: RE: Rules for Left and Right Dictionary

mastercracker Wrote: -- ... Girl girl beauty mascara ... -- LOL... What were you thinking dude?? To do the dict-to-rule thing, using sed: Code: -- sed 's/\(.\)/$\1/g' [dict_file] -- Co...
M@LIK Very old oclHashcat-plus Support 7 14,863 06-13-2012, 07:29 PM
    Thread: Problem with plus vs little
Post: RE: Problem with plus vs little

He's right. oclHashcat-plus is NOT cracking any vBulletin < v3.8.5 hashes using brute-force attack. (At least for me) Feels like an awful bug.
M@LIK Very old oclHashcat-plus Support 5 8,834 06-19-2012, 07:21 PM
    Thread: [LM] Append a '0' with rules file ?!
Post: RE: [LM] Append a '0' with rules file ?!

Sounds very good to me.
M@LIK Very old oclHashcat-plus Support 10 17,468 06-22-2012, 11:05 PM
    Thread: [SOLVED] cudaHashcat-plus64: 0 c/s
Post: RE: cudaHashcat-plus64: 0 c/s

Just explaining what atom (https://hashcat.net/forum/user-1.html) said. 1st error is because you can't do a direct run like that, you're missing a dictionary/wordlist. 2nd error is because you didn...
M@LIK Very old oclHashcat-plus Support 6 14,203 06-25-2012, 07:58 PM
    Thread: [SOLVED] cudaHashcat-plus64: 0 c/s
Post: RE: cudaHashcat-plus64: 0 c/s

M@LIK Wrote: -- 2nd error is because you didn't specify any mask. -- Google offers a good service called GoogleTranslate (https://translate.google.com) for those who don't understand English well. J...
M@LIK Very old oclHashcat-plus Support 6 14,203 06-25-2012, 08:05 PM
    Thread: howto use stats processor with oclHashcat+ v0.8?
Post: RE: howto use stats processor with oclHashcat+ v0....

Oi... WPA/WPA2 can't have 5 long characters string as a password!! -You don't set --attack-mode when "stdin"ing. -You used sp64 and then sp32, which one is yours? -You used bin and then exe, which one...
M@LIK Very old oclHashcat-plus Support 17 30,281 07-08-2012, 12:42 AM
    Thread: No reaction from the software
Post: RE: No reaction from the software

sys6x Wrote: -- Can someone tell me what's wrong with this please? I get no output, no work from oclHashcat-plus 0.5.1...I type it, press enter, then back at the shell. -- oclHashcat-plus 0.5.1! How...
M@LIK Very old oclHashcat-plus Support 5 9,414 08-02-2012, 05:46 PM
    Thread: brute-forcing not working with me
Post: RE: brute-forcing not working with me

Your syntax is right, your hashfile "New Text Document.txt" is fucked.
M@LIK Very old oclHashcat-plus Support 14 19,507 08-03-2012, 06:54 PM
    Thread: brute-forcing not working with me
Post: RE: brute-forcing not working with me

You still doing it wrong. You have to write a mask after the hashfile! Also, I don't know why you are re-setting default values. Try: Code: -- cudaHashcat-plus32 -a3 -1 ?l?u test.txt ?1?1?1?1?1?1...
M@LIK Very old oclHashcat-plus Support 14 19,507 08-03-2012, 10:12 PM
    Thread: brute-forcing not working with me
Post: RE: brute-forcing not working with me

https://hashcat.net/wiki/mask_attack#examples
M@LIK Very old oclHashcat-plus Support 14 19,507 08-03-2012, 10:52 PM
    Thread: [SOLVED]mscash failsause
Post: RE: mscash failsause

I tried to "re-produce" your problem but I couldn't. Code: -- hc64p -a3 -1 pasword -m1100 DCC.hash ?1?1?1?1?1?1?1?1 ... cudaHashcat-plus v0.08 by atom starting... ... 2d9f0b052932ad18b87f3156419...
M@LIK Very old oclHashcat-plus Support 4 9,716 08-24-2012, 09:31 PM
    Thread: Stop auto incrementing
Post: RE: Stop auto incrementing

+1... I guess...
M@LIK Very old oclHashcat-plus Support 12 20,477 09-05-2012, 11:02 AM