Maskprocessor with cudaHashcat-plus on windows - 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: Maskprocessor with cudaHashcat-plus on windows (/thread-926.html) |
Maskprocessor with cudaHashcat-plus on windows - amph - 02-15-2012 Hey, First of all, thanks for awesome job atom, been enjoying your programs a lot! What I'm wondering is, is it possible to get Maskprocessor to work with cudaHashcat-plus on a Windows machine like it is on linux? Code: $ ./mp64.bin ?d?d?d?d?d?d?d?d?d | ./cudaHashcat-plus64.bin -m 2500 capture.hccap RE: Maskprocessor with cudaHashcat-plus on windows - TAPE - 02-15-2012 It is. Code: mp64.exe ?d?d?d?d?d?d?d?d?d | cudaHashcat-plus64.exe -m 2500 capture.hccap RE: Maskprocessor with cudaHashcat-plus on windows - chort - 02-15-2012 Any special reason you'd use maskprocessor for that instead of -a 3? RE: Maskprocessor with cudaHashcat-plus on windows - TAPE - 02-15-2012 Possibly the increment option -i is a reason, seems the only reason to use maskprocessor in such case ? Code: cudaHashcat-plus64.exe -m 2500 -a 3 capture.hccap ?d?d?d?d?d?d?d?d?d Code: mp64.exe -i --increment-min=8 ?d?d?d?d?d?d?d?d?d?d | oclHashcat-plus64.exe -m 2500 capture.hccap RE: Maskprocessor with cudaHashcat-plus on windows - amph - 02-15-2012 There was 2 reasons why i wanted to try it, first one was the increment option, the other one was to get a workaround to a crash problem: Code: D:\Hashcats\oclHashcat-plus-0.07>cudaHashcat-plus64.exe -a 3 -m 2500 -o pass.txt capture.hccap ?l?l?l?l?l?l?l?l?l?l?l At this point, when i try to view the status, it prints me the first 5 lines, then Windows gives me an error: "cudaHascatplus.exe has stopped working. Windows is looking for solution..." And then prints then prints the pause Code: D:\Hashcats\oclHashcat-plus-0.07>pause edit: Also, it works fine on the background until i try to view status, according to other gpu-z readings on load and temp. Dictionary attack works without problems. RE: Maskprocessor with cudaHashcat-plus on windows - atom - 02-15-2012 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' sure you can do this by hand, but this one if more failsafe, clean and fast there is many more reasons for maskprocessor. RE: Maskprocessor with cudaHashcat-plus on windows - amph - 02-15-2012 Is there a 0.08 available for download somewhere? RE: Maskprocessor with cudaHashcat-plus on windows - atom - 02-15-2012 no sry, its beta |