Token processing question
#8
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:
Code:
paste file1 file2 file3 file4 
etc which can then be either piped into Hashcat through stdin, or outputted as a real file and run normally through Hashcat
Reply


Messages In This Thread
Token processing question - by xabbix - 12-05-2021, 01:42 PM
RE: Token processing question - by penguinkeeper - 12-05-2021, 02:21 PM
RE: Token processing question - by xabbix - 12-05-2021, 02:22 PM
RE: Token processing question - by penguinkeeper - 12-05-2021, 02:25 PM
RE: Token processing question - by xabbix - 12-05-2021, 02:38 PM
RE: Token processing question - by penguinkeeper - 12-05-2021, 02:43 PM
RE: Token processing question - by xabbix - 12-05-2021, 02:49 PM
RE: Token processing question - by penguinkeeper - 12-05-2021, 02:54 PM