n00b help with outputting cracked PW
#2
So this is the code of the basic batch file as per the 1st link I posted

oclHashcat64.exe -m 2500 capture.hccap rockyou.txt
pause

I'm pretty sure that I need to figure out how to use the commands below in the batch file to output the password

* Files:

-o, --outfile=FILE Define outfile for recovered hash
--outfile-format=NUM Define outfile-format for recovered hash, s
ee references below
--outfile-autohex-disable Disable the use of $HEX[] in output plains
--outfile-check-timer Seconds between outfile checks
-p, --separator=CHAR Separator char for hashlists and outfile
--show Show cracked passwords only


Temp control looks like it can be sorted if I knew how to use the commands below

* Resources:

-w, --workload-profile=NUM Enable a specific workload profile, see ref
erences below
-n, --gpu-accel=NUM Workload tuning: 1, 8, 40, 80, 160
-u, --gpu-loops=NUM Workload fine-tuning: 8 - 1024
--gpu-temp-disable Disable temperature and fanspeed readings a
nd triggers
--gpu-temp-abort=NUM Abort session if GPU temperature reaches NU
M degrees celsius
--gpu-temp-retain=NUM Try to retain GPU temperature at NUM degree
s celsius (AMD only)
--powertune-disable Disable automatic power tuning option (AMD
OverDrive 6 only)


Messages In This Thread
RE: n00b help with outputting cracked PW - by Smashcat - 10-28-2014, 04:04 PM