How to input '-' charactor?
#2
You can just use -- to mark the end of the parameters.
For instance:
Code:
cudahashcat-plus64.exe -m 0 -a 3 d:\2222222.md5 -- -?a?a?a?a?a

There are several other ways to do it, but most of them are more platform-dependent like the caret escape (^) under windows, or different types of quotes (' vs ").
But the end-of-parameter marker (--) should work cross-platform iirc

EDIT: why did you use ?1 if you didn't specify a --custom-charset1 (or short -1) ? see http://hashcat.net/wiki/doku.php?id=mask...m_charsets


Messages In This Thread
How to input '-' charactor? - by xieli9_fly - 12-25-2014, 12:03 PM
RE: How to input '-' charactor? - by philsmd - 12-25-2014, 01:19 PM
RE: How to input '-' charactor? - by xieli9_fly - 12-25-2014, 02:02 PM