09-18-2016, 12:38 PM
(This post was last modified: 09-18-2016, 12:41 PM by benwriter607.)
Code:
hashcat64.exe -m 7100 -a 3 --increment --increment-min 4 --increment-max 10 -output-file=cracked.txt --remove hash.txt -1 ?l?d ?1?1?1?1?1?1?1?1?1?1
Code:
C:\Users\xxxx\Desktop\hashcat-3.10>hashcat64.exe -m 7100 -a 3 --increment --increme
nt-min 5 --increment-max 10 -output-file=cracked.txt --remove hash.txt -1 ?l?d ?
1?1?1?1?1?1?1?1?1?1
hashcat (v3.10) starting...
WARNING: Hashfile 'hash.txt' on line 1 ($ml$25641xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
): Line-length exception
Parsed Hashes: 1/1 (100.00%)
ERROR: No hashes loaded
If I try
Code:
hashcat64.exe -m 7100 -a 3 --increment --increment-min 4 --increment-max 10 --output-file=cracked.txt --remove hash.txt -1 ?l?d ?1?1?1?1?1?1?1?1?1?1
then I get
Code:
C:\Users\xxxx\Desktop\hashcat-3.10>hashcat64.exe -m 7100 -a 3 --increment --increment-min 4 --increment-max 10 --output-file=cracked.tx
t --remove hash.txt -1 ?l?d ?1?1?1?1?1?1?1?1?1?1
hashcat64.exe: unknown option -- output-file=cracked.txt
When I used hashcat 2.0 the first option worked without any problem. What am I doing wrong?