hashcat Forum
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
9 character only 000000000-999999999

Code:
mp64.exe -i --increment-min=8 ?d?d?d?d?d?d?d?d?d?d | oclHashcat-plus64.exe -m 2500 capture.hccap
8-9 character 00000000 - 999999999



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
cudaHashcat-plus v0.07 by atom starting...

Hashes: 1
Unique salts: 1
Unique digests: 1
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
GPU-Loops: 64
GPU-Accel: 1
Password lengths range: 8 - 15
Platform: NVidia compatible platform found
Watchdog: Temperature limit set to 90c
Device #1: GeForce GTX 460, 1024MB, 1526Mhz, 7MCU
Device #1: Allocating 1MB host-memory
Device #1: Kernel ./kernels/4318/m2500.sm_21.64.cubin

[s]tatus [p]ause [r]esume [q]uit => s
Status.......: Running
Input.Mode...: Mask (?l?l?l?l?l?l?l?l?l?l?l)
Hash.Target..: Elukka
Hash.Type....: WPA/WPA2
Time.Running.: 1 sec

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
Press any key to continue . . .

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 Smile

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