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

Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

M@LIK Wrote: (06-01-2012, 01:55 AM) -- 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 t...
Pixel Very old oclHashcat-plus Support 125 250,821 06-01-2012, 05:42 AM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

ntk Wrote: (05-30-2012, 10:11 AM) -- BT less then 2 yrs old uses mix-alpha-numeric -- Old and the new BTHub3 uses 10 lower HEX characters.
Pixel Very old oclHashcat-plus Support 125 250,821 05-31-2012, 03:20 AM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

M@LIK Wrote: (05-30-2012, 06:54 PM) -- Pixel Wrote: -- Got another password it's QVHHRIRA got this from a friend, I have seen it so it is real. Tested it and it got striped out again, so we need to ...
Pixel Very old oclHashcat-plus Support 125 250,821 05-30-2012, 11:45 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

M@LIK Wrote: (05-29-2012, 01:47 PM) -- Pixel Wrote: -- So, how would sed delete all lines that don't have at least one or more duplicate character any where in the whole line? -- This can be done u...
Pixel Very old oclHashcat-plus Support 125 250,821 05-30-2012, 02:00 AM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

all I used are in THIS (https://hashcat.net/forum/thread-1201-post-6552.html#pid6552) post
Pixel Very old oclHashcat-plus Support 125 250,821 05-29-2012, 01:38 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Hash-IT Wrote: (05-29-2012, 12:45 PM) -- Just to give you an update, the Z generating is only at 3.95MB at the moment. This is crazy slow !! How fast are you doing them ? -- started it at 7.45pm ye...
Pixel Very old oclHashcat-plus Support 125 250,821 05-29-2012, 01:01 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Hash-IT Wrote: (05-29-2012, 11:31 AM) -- Yikes !!! I get some sleep and return to this thread and it has moved on more than I could imagine !! @Pixel and ntk you are doing some great work and have s...
Pixel Very old oclHashcat-plus Support 125 250,821 05-29-2012, 12:26 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

ntk Wrote: (05-29-2012, 12:12 AM) -- after we have got the right command. There is one more thing to consider: abcdefgh hgfedcba is exactly the same but mirrored only. -- I over looked this, ...
Pixel Very old oclHashcat-plus Support 125 250,821 05-29-2012, 09:00 AM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

ntk Wrote: (05-29-2012, 04:02 AM) -- the one with 3p is virgin (UK) [hr] mp64 runs on CPU not GPU, can it be run in more then one instances without reducing speed, if we have enough space? CPU suppor...
Pixel Very old oclHashcat-plus Support 125 250,821 05-29-2012, 04:48 AM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Hash-IT Wrote: (05-28-2012, 10:30 PM) -- This part of your code... Code: -- mp64.exe --start-at=HAAAAAAA --stop-at=HZZZZZZZ H?u?u?u?u?u?u?u -- I am not criticising but do you need to put the min ...
Pixel Very old oclHashcat-plus Support 125 250,821 05-29-2012, 03:55 AM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Hash-IT Wrote: (05-28-2012, 07:48 PM) -- I can't wait to see how much smaller we can make each individual character set. I might generate one tonight just to see. I know there still might be bugs b...
Pixel Very old oclHashcat-plus Support 125 250,821 05-28-2012, 08:00 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

M@LIK Wrote: (05-28-2012, 07:39 PM) -- @Pixel (https://hashcat.net/forum/user-1769.html):: Damnit, what a little dirty slip! xD Add this and you should be fine: Code: -- /\(.\).*\(.\).*\2.*\1/d -...
Pixel Very old oclHashcat-plus Support 125 250,821 05-28-2012, 07:44 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Hash-IT Wrote: (05-28-2012, 07:29 PM) -- They do need to be in individual letters I think, I wouldn't split them further than that. -- ok, but doesn't hashcat-plus read the whole file before it sta...
Pixel Very old oclHashcat-plus Support 125 250,821 05-28-2012, 07:36 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Hash-IT Wrote: (05-28-2012, 07:19 PM) -- Well done Pixel, you are a good beta tester ! When this code is sorted we will have to talk about which one of us is generating which parts. :) We need to s...
Pixel Very old oclHashcat-plus Support 125 250,821 05-28-2012, 07:24 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

ok its do it again M@LIK Code: -- mp64.exe --start-at=BPAAAAAA --stop-at=BPZZZZZZ ?u?u?u?u?u?u?u?u | sed -f awesome_script.txt >B.txt -- These passwords slipped through BPAABCED BPAABCEF BP...
Pixel Very old oclHashcat-plus Support 125 250,821 05-28-2012, 07:08 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Hash-IT Wrote: (05-28-2012, 05:31 PM) -- Ha ha ! For fans of star wars, M@lik is a "SEDI" master !! :D -- LOL :D
Pixel Very old oclHashcat-plus Support 125 250,821 05-28-2012, 05:35 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Hash-IT Wrote: (05-28-2012, 05:23 PM) -- Thank you, I just wasn't sure and didn't want Pixel to misunderstand. :) -- Yes I feel stupid now, should of listen to what the sed god M@LIK said in the fi...
Pixel Very old oclHashcat-plus Support 125 250,821 05-28-2012, 05:28 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

M@LIK somethings not right when I run Code: -- mp64.exe --start-at=HSJSKLMK --stop-at=HSSSTMET H?u?u?u?u?u?u?u | sed -f awesome_script.txt >H.txt -- These passwords slipped through HSJSKLNJ HS...
Pixel Very old oclHashcat-plus Support 125 250,821 05-28-2012, 05:05 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

M@LIK Wrote: (05-28-2012, 03:39 PM) -- Okay, a bit big progress here! @Pixel (https://hashcat.net/forum/user-1769.html):: I have implemented that rule, any 4 or above characters in alphabetic order...
Pixel Very old oclHashcat-plus Support 125 250,821 05-28-2012, 04:05 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Hash-IT Wrote: (05-28-2012, 02:29 PM) -- It would seem that we should allow 2 consecutive characters together and no more than 2 per line. Do you both agree ? I think any more or less defeats the o...
Pixel Very old oclHashcat-plus Support 125 250,821 05-28-2012, 03:19 PM