hashcat Forum

Full Version: markprocessor question error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
The shell interprets some of the special characters because they have special meanings. You need to escape them, use '!?1' instead.