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 [desc]
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Hello Hash-IT, I've been trying to do something similar to you I think. I wanted to limit the number of repeated characters in a line as well as limit the total amount of repeats in a line. Hope yo...
Pixel Very old oclHashcat-plus Support 125 250,821 05-26-2012, 05:18 AM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Glad you like the links. I know it seems "old fashioned", they are only for testing other tools out that don't support rules and masks, add the fact that my GPU is very weak, GF 8400gs and it gets me ...
Pixel Very old oclHashcat-plus Support 125 250,821 05-26-2012, 10:09 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Hash-IT Wrote: (05-26-2012, 10:33 PM) -- I did a very basic and simplistic calculation to try to work out the gain and I "think" if you had to search the entire keyspace using an optimised version it...
Pixel Very old oclHashcat-plus Support 125 250,821 05-27-2012, 01:52 AM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Hash-IT Wrote: (05-27-2012, 10:03 PM) -- OK, thanks to M@lik and Pixel for their help. Here is the code if you want to create your own modified brute force (8 Upper Alpha). The first batch limits c...
Pixel Very old oclHashcat-plus Support 125 250,821 05-27-2012, 10:47 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Hash-IT Wrote: (05-28-2012, 12:02 AM) -- To catch the "SS" part of your password you need to modify the code a little to the quoted below. Code: -- "/\(.\)\1\1/d;/\(.\).*\1.*\1/d" -- You can chang...
Pixel Very old oclHashcat-plus Support 125 250,821 05-28-2012, 01:19 AM
    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

Just had another idea for sed, can it also delete lines that have any 6 character alphabet sequence within them? This is the output I'm now getting... Code: -- AABCDEFG AABCDEFH AABCDEFI AAB...
Pixel Very old oclHashcat-plus Support 125 250,821 05-28-2012, 09:26 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

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

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

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

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

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

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