Limiting the consecutive occurrence
#39
(05-28-2012, 09:57 AM)ntk Wrote: 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 with GZIP then 7ZIP it for some reason saves loads more than GZIP or 7ZIP alone. With this method of double compressing I can get all 1950GB into 667MB and is 25.6MB a letter so store them and downloading them shouldn't be a problem as for the place well torrents. but these are unfiltered.

(05-28-2012, 10:21 AM)M@LIK Wrote: Yes, of course!
But, there's no need to do that, it will be slower.
Just use "-s AABCDEGA" to skip all those candidates as they won't appear again.


M@LIK I don't think you get what I mean, I mean any 6 in a alphabetical order in between the first and last characters like any these

ABCDEFGA
ACDEFGHA
ADEFGHIA
AEFGHIJA
...
BRSTUVWB
CSTUVWXC
DTUVWXYD
EUVWXYZE

So all these would be deleted as well as all the others.

(05-28-2012, 12:43 PM)Hash-IT Wrote: Can you two confirm what OS you are using to do this ? Also have you tried it on a windows machine ?

I'm on Window 7 64-bit and is work fine Smile

Try this only take about 20mins, 1GB worth of passwords just to test

Code:
mp32.exe --start-at=HSJSKLMK --stop-at=HSSSTMET H?u?u?u?u?u?u?u | sed "/\(.\)\1\1/d;/\(.\).*\1.*\1/d">out.txt


Messages In This Thread
Limiting the consecutive occurrence - by Hash-IT - 05-23-2012, 12:38 AM
RE: Limiting the consecutive occurrence - by ntk - 05-27-2012, 01:28 PM
RE: Limiting the consecutive occurrence - by TAPE - 05-27-2012, 11:36 PM
RE: Limiting the consecutive occurrence - by ntk - 05-28-2012, 09:57 AM
RE: Limiting the consecutive occurrence - by Pixel - 05-28-2012, 01:18 PM
RE: Limiting the consecutive occurrence - by ntk - 05-29-2012, 12:12 AM
RE: Limiting the consecutive occurrence - by ntk - 05-29-2012, 02:19 AM
RE: Limiting the consecutive occurrence - by ntk - 05-29-2012, 04:02 AM
RE: Limiting the consecutive occurrence - by ntk - 05-30-2012, 10:11 AM
RE: Limiting the consecutive occurrence - by ntk - 06-01-2012, 11:30 PM
RE: Limiting the consecutive occurrence - by ntk - 06-02-2012, 10:48 AM
RE: Limiting the consecutive occurrence - by ntk - 06-03-2012, 12:56 AM
RE: Limiting the consecutive occurrence - by ntk - 06-03-2012, 01:07 PM
RE: Limiting the consecutive occurrence - by ntk - 06-03-2012, 02:14 PM
RE: Limiting the consecutive occurrence - by ntk - 06-05-2012, 02:08 AM
RE: Limiting the consecutive occurrence - by ntk - 06-05-2012, 02:48 AM
RE: Limiting the consecutive occurrence - by aGia - 06-07-2012, 11:26 PM
RE: Limiting the consecutive occurrence - by ntk - 06-08-2012, 12:13 AM
RE: Limiting the consecutive occurrence - by aGia - 06-08-2012, 12:24 AM
RE: Limiting the consecutive occurrence - by ntk - 06-08-2012, 12:29 AM
RE: Limiting the consecutive occurrence - by ntk - 06-08-2012, 01:52 AM
RE: Limiting the consecutive occurrence - by d333 - 09-04-2012, 01:56 PM
RE: Limiting the consecutive occurrence - by atom - 09-04-2012, 02:04 PM