hashcat Forum
Start From Stop At Brute Force - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: Start From Stop At Brute Force (/thread-1227.html)

Pages: 1 2


RE: Start From Stop At Brute Force - undeath - 06-02-2012

you set the custom charset mask for the first char only.


RE: Start From Stop At Brute Force - Hash-IT - 06-02-2012

[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


RE: Start From Stop At Brute Force - ntk - 06-02-2012

@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


RE: Start From Stop At Brute Force - Hash-IT - 06-02-2012

(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



RE: Start From Stop At Brute Force - undeath - 06-02-2012

(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.


RE: Start From Stop At Brute Force - Hash-IT - 06-02-2012

(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