10-21-2017, 07:10 PM
(This post was last modified: 10-21-2017, 07:12 PM by slayerdiangelo.)
Piping is the method of feeding the output generated by various utilities into HashCat as input.
For eg.You can pipe the output of the MaskProcessor by this simple command:
mp64 ?d?d?d|hashcat64 -a 0 -m 1000 hash.txt
Here the password candidates are generated by MaskProcessor and is fed into HashCat(notice the pipe symbol at the mid.)
The same is applied for other utilities.
For eg.You can pipe the output of the MaskProcessor by this simple command:
mp64 ?d?d?d|hashcat64 -a 0 -m 1000 hash.txt
Here the password candidates are generated by MaskProcessor and is fed into HashCat(notice the pipe symbol at the mid.)
The same is applied for other utilities.