How to reduce special characters ?s
#1
Is there any way in Hashcat to replace the ?s with the  special characters I choose ?

like instead of 
-1  ?l?u?d?s

how can achieve this command
-1  ?l?u?d $#@?.-+*


When I choose ?s Hashcat will use all special characters while I need to use only 8  $#@?.-+*  with ?l?u?d
Reply
#2
solved by adding double quotations "" before and after the charset
Reply