NTML show username....Any tips?
#4
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


Messages In This Thread
NTML show username....Any tips? - by jinksy - 12-03-2015, 06:29 PM
RE: NTML show username....Any tips? - by rico - 12-03-2015, 07:10 PM
RE: NTML show username....Any tips? - by Xanadrel - 12-03-2015, 09:38 PM
RE: NTML show username....Any tips? - by jinksy - 12-03-2015, 09:52 PM
RE: NTML show username....Any tips? - by Xanadrel - 12-03-2015, 09:54 PM
RE: NTML show username....Any tips? - by jinksy - 12-03-2015, 10:11 PM
RE: NTML show username....Any tips? - by Xanadrel - 12-03-2015, 10:15 PM
RE: NTML show username....Any tips? - by jinksy - 12-03-2015, 10:26 PM
RE: NTML show username....Any tips? - by Xanadrel - 12-03-2015, 10:33 PM
RE: NTML show username....Any tips? - by jinksy - 12-04-2015, 05:58 PM
RE: NTML show username....Any tips? - by Xanadrel - 12-04-2015, 06:02 PM
RE: NTML show username....Any tips? - by jinksy - 12-04-2015, 06:14 PM
RE: NTML show username....Any tips? - by Xanadrel - 12-04-2015, 06:19 PM
RE: NTML show username....Any tips? - by jinksy - 12-04-2015, 06:25 PM
RE: NTML show username....Any tips? - by Xanadrel - 12-04-2015, 06:29 PM
RE: NTML show username....Any tips? - by jinksy - 12-04-2015, 06:43 PM
RE: NTML show username....Any tips? - by jinksy - 12-04-2015, 07:13 PM
RE: NTML show username....Any tips? - by Xanadrel - 12-04-2015, 07:35 PM