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 [desc] Author Forum Replies Views Posted
    Thread: maskprocessor & statsprocessor updates
Post: RE: maskprocessor & statsprocessor updates

This is about windows cross compiler. I dont think you will need it on OSX :)
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 15,901 08-17-2012, 11:15 AM
    Thread: maskprocessor -- reversing increments
Post: RE: maskprocessor -- reversing increments

Why not using a rule? Something like this should work: echo $w$x$y$z > rule mp64 -i ?l?l?l?l?l?l | oclHashcat-plus64 -r rule -m 2500 ...
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 7,608 02-14-2012, 06:56 PM
    Thread: maskprocessor --increment
Post: RE: maskprocessor --increment

crunch is a mask processor?
atom Feature Requests 13 30,798 02-24-2011, 06:07 PM
    Thread: maskprocessor --increment
Post: RE: maskprocessor --increment

cool, did not know that. is it also that fast as mp? for example, if i do: root@sf:~/maskprocessor-0.64# time ./mp64.bin ?l?l?l?l?l?l -o /dev/null real 0m2.838s user 0m2.720s sys 0m0.110s...
atom Feature Requests 13 30,798 02-25-2011, 12:46 PM
    Thread: maskprocessor --increment
Post: RE: maskprocessor --increment

ok, will do that
atom Feature Requests 13 30,798 11-16-2011, 12:30 PM
    Thread: maskprocessor --increment
Post: RE: maskprocessor --increment

i did not yet start since i am working on oclHashcat-lite. i understand your suggestion. will do that, its no problem.
atom Feature Requests 13 30,798 11-18-2011, 10:21 AM
    Thread: maskprocessor --increment
Post: RE: maskprocessor --increment

done in beta
atom Feature Requests 13 30,798 05-08-2012, 04:08 PM
    Thread: MaskProcessor From File
Post: RE: MaskProcessor From File

makes no sense. the reason to have large rule files is to keep gpu busy.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 18,801 11-05-2011, 05:17 PM
    Thread: MaskProcessor From File
Post: RE: MaskProcessor From File

i know what you mean. but if you do it like this, all password condidates run through the STDIN stream. no mutation on GPU = low gpu utilization = slow speed.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 18,801 11-05-2011, 05:40 PM
    Thread: MaskProcessor From File
Post: RE: MaskProcessor From File

extreme speed loss! will be equal to CPU cracking then.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 18,801 11-05-2011, 11:34 PM
    Thread: maskprocessor hex charset option
Post: RE: maskprocessor hex charset option

Kgx Pnqvhm Wrote: (12-12-2011, 02:42 AM) -- Please add the "--hex-charset" option to the maskprocessor program. (I have rules that use subsets of of the specials.) -- ok
atom Feature Requests 3 9,296 12-12-2011, 11:02 AM
    Thread: Maskprocessor more custom charsets needed
Post: RE: Maskprocessor more custom charsets needed

no, it will drop performance.
atom Feature Requests 3 9,116 12-12-2011, 11:05 AM
    Thread: maskprocessor request?
Post: RE: maskprocessor request?

this is a job for hashcat. Quote: -- root@thumbstone:~/dev/projects/hashcat/hashcat-0.38# echo pass > word root@thumbstone:~/dev/projects/hashcat/hashcat-0.38# ./hashcat-cli...
atom Feature Requests 1 6,320 10-20-2011, 04:15 PM
    Thread: maskprocessor v0.70
Post: RE: maskprocessor v0.70

I think you wanted to post that into the hashcat-utils post not the maskprocessor post. I guess you can simply ignore the compilation error for the windows binaries as you want to use mac.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 11,532 03-26-2014, 09:56 AM
    Thread: Maskprocessor with cudaHashcat-plus on windows
Post: RE: Maskprocessor with cudaHashcat-plus on windows

this crash thing is already fixed in 0.08. however, maskprocessor can be used for a lot more things than just a bf emulation generator. for example i like to use it for rule generation: mp64 '$?d$?d'...
atom Very old oclHashcat-plus Support 7 13,902 02-15-2012, 10:05 AM
    Thread: Maskprocessor with cudaHashcat-plus on windows
Post: RE: Maskprocessor with cudaHashcat-plus on windows

no sry, its beta
atom Very old oclHashcat-plus Support 7 13,902 02-15-2012, 08:06 PM
    Thread: Maskprocessor word at position??[solved]
Post: RE: Maskprocessor word at position??

Well, not with the number, but as word. with masksprocessor you have -s and -l which is what you want to do. try: ?u -s M -l W
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 16,934 08-08-2013, 06:20 AM
    Thread: Maskprocessor word at position??[solved]
Post: RE: Maskprocessor word at position??

Well, for the same mask, the content would be the same if you would sort it. What differs is the ordering, just run hashcat in --stdout mode, then you will see the difference.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 16,934 08-29-2013, 09:32 AM
    Thread: Maskprocessor word at position??[solved]
Post: RE: Maskprocessor word at position??[solved]

Nice work, thanks! :)
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 16,934 09-16-2013, 09:20 AM
    Thread: Masks for Multiple Language Charsets in UTF-8
Post: RE: Masks for Multiple Language Charsets in UTF-8

You can do mask attack with UTF-8 like this: Quote: -- root@ht:~/hashcat# echo -n ä | xxd 00000000: c3a4                                     .. root@ht:~/hashcat# echo -n ä...
atom hashcat 3 2,950 07-14-2018, 10:48 PM