hashcat / hashcat-utils

Small utilities that are useful in advanced password cracking
MIT License
1.33k stars 353 forks source link

Added option to have combinator read the first file from stdin #53

Closed singe closed 3 years ago

singe commented 4 years ago

This allows the first file of combinator to be read from stdin. It works as a simple drop in, since the rewind() is only done on file2.

This allows combinator to be chained for e.g.:

hashcat --stdout <options> | combinator.bin - file2 | hashcat <options>

matrix commented 3 years ago

58