Interesting mask.. character, 0, character, 0 etc...
#3
(07-02-2014, 02:14 PM)atom Wrote: It's simple unicode, what else to expect from .net Smile

To generate the zero bytes you can use --hex-charset or a tricky rule

Heh! Hey! .Net's nice! The Dev just used the wrong convert-to-byte-array function.

--hex-charset sounds much better than the "tricky rule".

I found this:
http://www.rurapenthe.me/2013/09/crackin...guage.html

So I get something like this, -1 is the lower/upper/digits, and -2 is the ASCI(0) character...

oclHashcat-plus64.bin -a 3 -m 4500 -1 ?l?d?u -2 00 ?1?2?1?2?1?2?1?2

I discovered the Double-SHA1 mode is 4500. Yay!

I think I've nearly got everything worked out.


Messages In This Thread
RE: Interesting mask.. character, 0, character, 0 etc... - by SarahC - 07-02-2014, 02:31 PM