06-02-2012, 01:37 AM
Pages: 1 2
06-02-2012, 01:43 AM
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 !!!!
06-02-2012, 09:15 AM
@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
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
06-02-2012, 12:38 PM
(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
06-02-2012, 01:06 PM
(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.
06-02-2012, 01:13 PM
(06-02-2012, 01:06 PM)undeath Wrote: [ -> ]correct.
YAY !!!
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
Pages: 1 2