12-05-2021, 02:54 PM
Keyspace aside, I don't think any of the hashcat-util tools can handle that, but Linux's "paste" command can, with a command like:
etc which can then be either piped into Hashcat through stdin, or outputted as a real file and run normally through Hashcat
Code:
paste file1 file2 file3 file4