Mask starting with a dash
#3
But, as my examples show, hashcat won't honor any attempts to escape the leading dash. If I write '-?d' or \-?d instead of -?d, that $ or \ goes straight into the mask.

And besides, it should be able to recognize that, in this situation, -?d is a mask rather than a command line option.

Code:
Usage: hashcat [options]... hash|hashfile|hccapxfile [dictionary|mask|directory]...

In mode 6, it expects to find two filenames and a mask in the options. I give it two filenames and a mask. Its own usage instructions do not suggest that there might be another command-line option after the first filename.


Messages In This Thread
Mask starting with a dash - by mrfancypants - 05-08-2018, 09:39 AM
RE: Mask starting with a dash - by philsmd - 05-08-2018, 10:37 AM
RE: Mask starting with a dash - by mrfancypants - 05-08-2018, 07:03 PM
RE: Mask starting with a dash - by philsmd - 05-08-2018, 07:17 PM
RE: Mask starting with a dash - by mrfancypants - 05-08-2018, 07:59 PM