(05-28-2012, 07:48 PM)Hash-IT Wrote: 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 but its just a test.
its about 3 times slower now than when we had the first two commands. hope I don't find any more bugs or it will another slow sed command to fix it LOL. Why this tool does not have at least multi-threads is beyond me , but as a tool its Awesome!!
Now doing full character test of "H" so nobody else generator "H". If can't find any more bugs we can use it.
generating with this command...
Code:
mp64.exe --start-at=HAAAAAAA --stop-at=HZZZZZZZ H?u?u?u?u?u?u?u | sed -f awesome_script.txt >H.txt
and with this in the text file...
Code:
/\(.\)\1\1/d
/\(.\).*\1.*\1/d
/\(.\).*\1.*\(.\).*\2/d
/\(.\).*\(.\).*\1.*\2/d
/\(.\).*\(.\).*\2.*\1/d
/\(ABCD\|BCDE\|CDEF\|DEFG\|EFGH\|FGHI\|GHIJ\|HIJK\|IJKL\|JKLM\|KLMN\|LMNO\|MNOP\|NOPQ\|OPQR\|PQRS\|QRST\|RSTU\|STUV\|TUVW\|UVWX\|VWXY\|WXYZ\)/d