Start From Stop At Brute Force
#11
you set the custom charset mask for the first char only.
#12
[Image: images?q=tbn:ANd9GcRVBAliRjhWat2MIQAkRHg...hTP-czkHmQ]

Oh dear me.... Its so obvious now. I am far too ashamed to say anything other than thank you and I am going to go to bed now as I have obviously stayed up too late tonight !

Thank you for your help undeath, finally I get it !!!! Big Grin
#13
@Hash-IT.
I believe undeath means thhis way
mp64 -1 'A-M' -2 'N-Z' -4 'A-Z' ?1?4?4?4?4?4?4?4?4

and the second instance is
mp64 -1 'A-M' -2 'N-Z' -4 'A-Z' ?2?4?4?4?4?4?4?4?4

so the possibiliies is limited by the -1 or -2 charset.

!!!!! this is similar too what I mean by "Fight a dragon by packing its head"


PS: sorry did not mean to be a smart ass. When composed, I haven;t seen your last 2 messages.

You two must be on the other side of the Atlantic
#14
(06-02-2012, 09:15 AM)ntk Wrote: @Hash-IT.
I believe undeath means thhis way
mp64 -1 'A-M' -2 'N-Z' -4 'A-Z' ?1?4?4?4?4?4?4?4?4

Thanks for your help ntk.

I thought he meant this ...
Code:
oclHashcat-plus32.exe --hash-type 2500 -1 ABCDEFGHIJKLM test.hccap -o Found.txt ?1?u?u?u?u?u?uA

Then...
Code:
oclHashcat-plus32.exe --hash-type 2500 -1 NOPQRSTUVWXYZ test.hccap -o Found.txt ?1?u?u?u?u?u?uA
#15
(06-02-2012, 12:38 PM)Hash-IT Wrote: I thought he meant this ...
Code:
oclHashcat-plus32.exe --hash-type 2500 -1 ABCDEFGHIJKLM test.hccap -o Found.txt ?1?u?u?u?u?u?uA

Then...
Code:
oclHashcat-plus32.exe --hash-type 2500 -1 NOPQRSTUVWXYZ test.hccap -o Found.txt ?1?u?u?u?u?u?uA

correct.
#16
(06-02-2012, 01:06 PM)undeath Wrote: correct.

YAY !!! Big Grin

It took a while but you got me there in the end !! ha ha !

I should also mention in case anyone else is interested in this that I forgot -a 3 (attack mode) in my previous post. It should look like this.

Code:
oclHashcat-plus32.exe -a 3 --hash-type 2500 -1 ABCDEFGHIJKLM test.hccap -o Found.txt ?1?u?u?u?u?u?uA

Code:
oclHashcat-plus32.exe -a 3 --hash-type 2500 -1 NOPQRSTUVWXYZ test.hccap -o Found.txt ?1?u?u?u?u?u?uA