Use of "/" slash in mask
#1
Hello all,

Just found out that the slash operator cannot be used solo in a mask.
hashcat -m 0 -a 6 dict.txt ?d\/  -> works
hashcat -m 0 -a 6 dict.txt \/?d  -> works
hashcat -m 0 -a 6 dict.txt \/        -> doesn't work
hashcat -m 0 -a 6 dict.txt '/'     -> doesn't work

I know adding a slash operato can be done in many different ways. Just wanted to point out / ask here why it is not accepted even with the backslash prior to it.


Messages In This Thread
Use of "/" slash in mask - by Nay - 08-13-2018, 05:51 PM
RE: Use of "/" slash in mask - by undeath - 08-13-2018, 05:57 PM
RE: Use of "/" slash in mask - by Nay - 08-13-2018, 11:19 PM
RE: Use of "/" slash in mask - by atom - 08-14-2018, 01:29 PM