How to input ? charactor?
#1
when using cudahashcat-plus64.exe to crack md5.
defing a custom charset -1 = ?#rt
like cudahashcat-plus64.exe -m 0 -a 3 --force d:\2222222.md5 -1=?$er ?1?1?1?1?1

result is program don't know ?$er is mean!

help ! how can i define a custom charset include '?'
#2
try
Code:
cudahashcat-plus64.exe -m 0 -a 3 --force d:\2222222.md5 -1 ??$er ?1?1?1?1?1
wuuut
#3
http://www.robvanderwoude.com/escapechars.php
#4
xieli9_fly Wrote: -1=?$er
epixoip Wrote: http://www.robvanderwoude.com/escapechars.php
What part of that charset you think needs to escaped on Windows' cmd, sir? Or is it pick-on-windows-noobs day?

The problem is: 1) No "=" between "-1" and the charset (unless you want to include it in the charset).
2) "?" needs to be escaped ("??") due to -plus' handling of masks.