Optimize MD5 brute force attack
#4
with new plus version you have to specify what type of attack you are doing. from your commandline i can see you want to do brute-force, so you have to add -a 3 to cmdline. also you dont need to split the mask. the correct cmdline looks like:


cudaHashcat-plus64 -a 3 --gpu-async --gpu-loops 256 --gpu-watchdog 105 -m 0 .\540hashes.txt ?d?d?d?d?d?d?d?d?d -o E:\finishednow.txt


Messages In This Thread
Optimize MD5 brute force attack - by arex1337 - 12-31-2011, 11:16 PM
RE: Optimize MD5 brute force attack - by radix - 01-01-2012, 07:51 AM
RE: Optimize MD5 brute force attack - by atom - 01-02-2012, 11:14 AM