Charset oclHashcat-plus
#1
Custom charset in brute-force attack not working.
oclhashcat-plus64.exe -m 2500 -a3 -1 956642 capture.hccap ?d?d?d?d?d?d?d?d pause

It always computing 10X10X10X10X10X10X10X10X10X10 combination
but i have given the custom charset 956642

Need exact Command line to use custom charset in OclHashcat-Plus using brute-force method.
Thanks
#2
You have setup your custom charset 1 but don't use it after. You have to replace the ?d by ?1 and there is no need to put the 6 twice:

oclhashcat-plus64.exe -m 2500 -a3 -1 95642 capture.hccap ?1?1?1?1?1?1?1?1
pause