do hashcat-utils use the gpu's?
#6
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.



Messages In This Thread
do hashcat-utils use the gpu's? - by dmanyep - 10-19-2017, 09:36 PM
RE: do hashcat-utils use the gpu's? - by royce - 10-19-2017, 09:40 PM
RE: do hashcat-utils use the gpu's? - by dmanyep - 10-19-2017, 09:59 PM
RE: do hashcat-utils use the gpu's? - by dmanyep - 10-19-2017, 09:58 PM
RE: do hashcat-utils use the gpu's? - by slayerdiangelo - 10-21-2017, 07:10 PM