hashcat Forum
markprocessor question error - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Developer (https://hashcat.net/forum/forum-39.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-40.html)
+--- Thread: markprocessor question error (/thread-6687.html)



markprocessor question error - unknown1819 - 07-03-2017

Hi,

I found error in markprocessor i cant create password for character like "!" or "#" its make trouble in command line

mp64 -1 abc #?1 -o test
mp64 -1 abc !?1 -o test


RE: markprocessor question error - atom - 07-04-2017

The shell interprets some of the special characters because they have special meanings. You need to escape them, use '!?1' instead.