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 [desc] Replies Views Posted
    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

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

So we are limiting it to this so far... No more than 2 instance of upper alpha consecutively. No more than 2 of any character within a single line with this command Code: -- sed "/\(.\)\1\1/d;/\(....
Pixel Very old oclHashcat-plus Support 125 250,821 05-28-2012, 06:15 AM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

M@LIK Wrote: (05-28-2012, 06:43 AM) -- @Pixel (https://hashcat.net/forum/user-1769.html):: I believe this is what you want: Code: -- A BUG found! -- I don't what you people trying to do... I'm just ...
Pixel Very old oclHashcat-plus Support 125 250,821 05-28-2012, 06:55 AM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

ntk Wrote: (05-28-2012, 09:57 AM) -- DO you already plan a place to store them? -- I figured out some time ago that if you compress a text file that has repetitive patten, like I have here (https://w...
Pixel Very old oclHashcat-plus Support 125 250,821 05-28-2012, 01:18 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

M@LIK Wrote: (05-28-2012, 01:42 PM) -- Hmm, right now I can think of anything for that, as far as I know there's nothing near to that in sed. -- Can grep delete lines too? as you only need to delete...
Pixel Very old oclHashcat-plus Support 125 250,821 05-28-2012, 02:13 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

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

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

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

This idea seems to work well Hash-IT but we need to find faster way to filter it and figure how hard to filter it.
Pixel Very old oclHashcat-plus Support 125 250,821 06-07-2012, 12:27 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
    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

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

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, 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

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

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-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

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