Token length exception
#7
(02-14-2019, 11:10 AM)philsmd Wrote: this syntax is wrong:
Code:
hashcat -m 1000 -a 3 ... ?1?1?1?1?1?1?1?1?1?1?1 ... hash.txt


the correct syntax is
Code:
hashcat -m 1000 -a 3 .... hash.txt ?1?1?1?1?1?1?1?1?1?1?1

i.e. the hash file must be specified before the mask (positional arguments). The mask must be after the hash file.
See --help
Code:
Usage: hashcat [options]... hash|hashfile|hccapxfile [dictionary|mask|directory]...

Thanks Philsmd, now it is running after change to the correct syntax
Reply


Messages In This Thread
Token length exception - by alexb - 02-14-2019, 09:56 AM
RE: Token length exception - by atom - 02-14-2019, 10:11 AM
RE: Token length exception - by alexb - 02-14-2019, 10:23 AM
RE: Token length exception - by DanielG - 02-14-2019, 10:21 AM
RE: Token length exception - by alexb - 02-14-2019, 10:26 AM
RE: Token length exception - by philsmd - 02-14-2019, 11:10 AM
RE: Token length exception - by alexb - 02-14-2019, 11:15 AM
RE: Token length exception - by atom - 02-15-2019, 04:25 PM
RE: Token length exception - by luismi13 - 10-11-2022, 09:20 AM