hashcat Forum
How to input ? charactor? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: How to input ? charactor? (/thread-2123.html)



How to input ? charactor? - xieli9_fly - 03-07-2013

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 '?'


RE: How to input ? charactor? - nikkk14 - 03-07-2013

try
Code:
cudahashcat-plus64.exe -m 0 -a 3 --force d:\2222222.md5 -1 ??$er ?1?1?1?1?1



RE: How to input ? charactor? - epixoip - 03-07-2013

http://www.robvanderwoude.com/escapechars.php


RE: How to input ? charactor? - M@LIK - 03-07-2013

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.