try something like this. it should work
EDIT:
alright tried the commands myself didnt work. I did this without testing. Anyway the idea is to extract cudahashcat then put the extract maskprocessor then cp over maskprocessor to the cudahashcat dir.
Code:
wget https://hashcat.net/files/cudaHashcat-1.33.7z; 7za x cudaHashcat-1.33-nv-pdf-fix.7z; cd cudaHashcat-1.33; wget https://github.com/jsteube/maskprocessor/releases/download/v0.73/maskprocessor-0.73.7z; 7za x maskprocessor-0.73.7z; ./mp64.bin -q 3 -r 4 ?d?d?d?d?d?d?d?d?d?d | ./cudaHashcat64.bin -w 3 -t 10 -m 2500 /root/capture.hccap -a 3
EDIT:
alright tried the commands myself didnt work. I did this without testing. Anyway the idea is to extract cudahashcat then put the extract maskprocessor then cp over maskprocessor to the cudahashcat dir.