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

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

M@lik you are a star !!! :D I don't know where you found that but I have been reading up on regular expressions and I couldn't find it. Well done and thanks ! I am going to experiment with it n...
Hash-IT Very old oclHashcat-plus Support 125 250,821 05-27-2012, 04:41 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Pixel Wrote: (05-27-2012, 10:47 PM) -- Yes, I'll help generate. Which do you want me to do? Edit: I tried the first command "/\(.\)\1/d;/\(.\).*\1.*\1/d" as it seems the most relaxed of the tw...
Hash-IT Very old oclHashcat-plus Support 125 250,821 05-28-2012, 12:02 AM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Wow, you guys are making some progress ! :D Well, I am sorry to report I am getting nowhere with this. I used the code I set out in my last post and left my computer running last night only to ret...
Hash-IT Very old oclHashcat-plus Support 125 250,821 05-28-2012, 12:43 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Pixel Wrote: (05-30-2012, 02:00 AM) -- It looks like I'm not the only one that needs to upgrade their computer in some way. hehe -- Cheeky git !!! :P .... :D @M@LIK M@LIK, your work on this thr...
Hash-IT Very old oclHashcat-plus Support 125 250,821 05-30-2012, 10:00 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Pixel Wrote: (05-31-2012, 03:20 AM) -- 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. -- Thats interes...
Hash-IT Very old oclHashcat-plus Support 125 250,821 05-31-2012, 01:20 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

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 characters to 1 consecutively and no mo...
Hash-IT Very old oclHashcat-plus Support 125 250,821 05-27-2012, 10:03 PM
    Thread: Start From Stop At Brute Force
Post: RE: Start From Stop At Brute Force

M@LIK Wrote: (06-01-2012, 02:09 AM) -- Thumbs up for these options in oclHashcat-plus: -- Thanks. To split passwords ending in "A" into 2 sessions I do this in maskprocessor. --start-at=AAAAA...
Hash-IT Very old oclHashcat-plus Support 15 29,325 06-01-2012, 02:20 AM
    Thread: Start From Stop At Brute Force
Post: RE: Start From Stop At Brute Force

undeath Wrote: (06-01-2012, 09:00 AM) -- just set proper masks. -- Thanks for your idea, however I am not clever enough to work this out. I understand how to start from a certain place but not h...
Hash-IT Very old oclHashcat-plus Support 15 29,325 06-01-2012, 01:55 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Thanks for the clarification M@LIK ! M@LIK Wrote: (06-01-2012, 03:44 PM) -- Sounds good! My exams are still going, I'll finish by the end of next week, let's wait til then. -- Oh, sorry you did ...
Hash-IT Very old oclHashcat-plus Support 125 250,821 06-01-2012, 04:03 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

@Pixel Thanks for the code !!! I realise what I had done wrong now, I was filtering way to hard. I also had never tried starting with anything other than A so obviously there was a lot to delet...
Hash-IT Very old oclHashcat-plus Support 125 250,821 05-28-2012, 02:29 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Pixel Wrote: (05-28-2012, 03:19 PM) -- This sound good to me, I just hope we don't find a password with more than 2 consecutive characters together or per line. -- Ha ha, just my sort of luck that ...
Hash-IT Very old oclHashcat-plus Support 125 250,821 05-28-2012, 03:30 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Great work there M@lik ! Its looking good. :D M@LIK Wrote: (05-28-2012, 03:39 PM) -- I partly agree with you last post, however, I really don't think it will be easy for us to convince atom (http...
Hash-IT Very old oclHashcat-plus Support 125 250,821 05-28-2012, 04:08 PM
    Thread: Stop When Found
Post: Stop When Found

I am brute forcing an uppercase password of 8 characters using the code below. I have cut it down for simplicity. I also know that I didn't need to make a custom character set but this is just test ...
Hash-IT Very old oclHashcat-plus Support 8 11,970 05-28-2012, 07:16 PM
    Thread: Regular Expression Interpreter
Post: RE: Regular Expression Interpreter

OK thanks guys, damn I thought this was going to be great ! :(
Hash-IT Very old oclHashcat-plus Support 11 22,316 06-01-2012, 04:05 PM
    Thread: Start From Stop At Brute Force
Post: RE: Start From Stop At Brute Force

Is this it ? A?u?u?u?u?u?uA B?u?u?u?u?u?uA C?u?u?u?u?u?uA D?u?u?u?u?u?uA etc If so it is a little messy as 26 lines of code are required instead of 2 !!! I must have this wrong. :(
Hash-IT Very old oclHashcat-plus Support 15 29,325 06-01-2012, 04:09 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

ntk Wrote: (06-01-2012, 11:30 PM) -- thanks Pixel and Hash-IT for the default password information. -- You're welcome. :D
Hash-IT Very old oclHashcat-plus Support 125 250,821 06-01-2012, 11:36 PM
    Thread: Start From Stop At Brute Force
Post: RE: Start From Stop At Brute Force

Hmm.... :( I'm not sure how to proceed with that. If I start messing about with custom character sets I might make a mistake and not make a complete pass, missing out the password. I don't see ...
Hash-IT Very old oclHashcat-plus Support 15 29,325 06-02-2012, 12:54 AM
    Thread: Start From Stop At Brute Force
Post: RE: Start From Stop At Brute Force

undeath Wrote: (06-02-2012, 01:06 AM) -- what exactly do you think you could leave out? instance one: -1 ABCDEFGHIJKLM instance two: -1 NOPQRSTUVWXYZ nothing easier, neater and more universal. -...
Hash-IT Very old oclHashcat-plus Support 15 29,325 06-02-2012, 01:24 AM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Well done Pixel. I really hope there are no more bugs. I am concerned there may be and we waste our time. I am not doubting M@LIK, it is very complex and nobody gets stuff like this right straigh...
Hash-IT Very old oclHashcat-plus Support 125 250,821 05-28-2012, 10:30 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. Anyone has idea to gene...
Hash-IT Very old oclHashcat-plus Support 125 250,821 05-29-2012, 01:19 AM