Support for multiple input files - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Support for multiple input files (/thread-3648.html) |
Support for multiple input files - X-Attack! - 09-01-2014 Hello there, is there a way for oclHashcat to specify multiple input and output files in one instance? So i want to give multiple input files like "hash1.txt" and "hash2.txt" and set the output files like "hash1_found.txt" and "hash2_found.txt". Is there a way to do this or planned in future versions? RE: Support for multiple input files - coolbry95 - 09-01-2014 no you have to do them one at a time. You could do cat hash1.txt hash2.txt but then the output would be put togther RE: Support for multiple input files - undeath - 09-01-2014 Combine all hash lists and use --show after cracking with each list individually. RE: Support for multiple input files - X-Attack! - 09-02-2014 Merging not really the solution i want to use... The backround is you have multiple hashlists from different users and what seperated output files for each list... i hope this feature will be implemented in a future version RE: Support for multiple input files - coolbry95 - 09-02-2014 If you want the feature added you need to make a trac ticket. |