OSX 10.10 hash -m 7100 Line-length exception
#1
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?


Messages In This Thread
OSX 10.10 hash -m 7100 Line-length exception - by benwriter607 - 09-18-2016, 12:38 PM