12-03-2015, 09:52 PM
(This post was last modified: 12-03-2015, 09:57 PM by Xanadrel.
Edit Reason: merged from triple post
)
Hi,
I only use the GUI to generate the command line, i have now used the --username (so it ignores the first field) it then proceeds and finds the password which also get outputted to a file. My issue is I can't seem to combine the files as such. I use the below;
hashcat-cli64.exe --username -a 0 -m 1000 -p : -n 8 -c 64 "C:\temp\oclhashes.txt" "C:\Users\Chris.I7\Downloads\rockyou.txt"
THEN
oclHashcat64.exe -m 1000 --show -o "C:\temp\recovered\test1.txt" --outfile-format 3 "C:\temp\oclhashes.txt"
However, I get line-length exception, error
oclhashes.txt looks like
c1:##########################
c2:##########################
c3:##########################
b4:##########################
b5:##########################
d6:##########################
d7:##########################
d8:##########################
f9:##########################
f10:##########################
jinx_test:##########################
test1.txt looks like
##########################:Green101
ERROR after running command;
" oclHashcat64.exe -m 1000 --show -o "C:\temp\recovered\test1.txt" --outfile-format 3 "C:\temp\oclhashes.txt" "
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 1 (c1:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 2 (c2:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 3 (c3:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 4 (b4:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 5 (b5:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 6 (d6:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 7 (d7:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 8 (d8:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 9 (f9:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 10 (f10:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 11 (jinx_test:###################): Line-length exception
I only use the GUI to generate the command line, i have now used the --username (so it ignores the first field) it then proceeds and finds the password which also get outputted to a file. My issue is I can't seem to combine the files as such. I use the below;
hashcat-cli64.exe --username -a 0 -m 1000 -p : -n 8 -c 64 "C:\temp\oclhashes.txt" "C:\Users\Chris.I7\Downloads\rockyou.txt"
THEN
oclHashcat64.exe -m 1000 --show -o "C:\temp\recovered\test1.txt" --outfile-format 3 "C:\temp\oclhashes.txt"
However, I get line-length exception, error
oclhashes.txt looks like
c1:##########################
c2:##########################
c3:##########################
b4:##########################
b5:##########################
d6:##########################
d7:##########################
d8:##########################
f9:##########################
f10:##########################
jinx_test:##########################
test1.txt looks like
##########################:Green101
ERROR after running command;
" oclHashcat64.exe -m 1000 --show -o "C:\temp\recovered\test1.txt" --outfile-format 3 "C:\temp\oclhashes.txt" "
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 1 (c1:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 2 (c2:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 3 (c3:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 4 (b4:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 5 (b5:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 6 (d6:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 7 (d7:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 8 (d8:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 9 (f9:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 10 (f10:###################): Line-length exception
WARNING: Hashfile 'C:\temp\oclhashes.txt' in line 11 (jinx_test:###################): Line-length exception