Output including non succeeded hashes? - 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: Output including non succeeded hashes? (/thread-4302.html) |
Output including non succeeded hashes? - Perileos - 04-18-2015 Hello, So I'm wondering if it would be possible to have the output look like this: e99a18c428cb38d5f260853678922e03 8f036369a5cd26454949e594fb9e0a2d hello123 b8f8312b939f00abb38eeafd4fd107f3 Etc. Would this be possible? If so, what code do I need to use? Kind regards. RE: Output including non succeeded hashes? - TonyS - 04-18-2015 Couldn't you just use --remove and then merge your input and output file? RE: Output including non succeeded hashes? - atom - 04-19-2015 you can simply use --show and --left and append them to each other RE: Output including non succeeded hashes? - Perileos - 04-20-2015 (04-18-2015, 09:04 PM)TonyS Wrote: Couldn't you just use --remove and then merge your input and output file? Issue is that if I merge them together, they're not on their original lines anymore. RE: Output including non succeeded hashes? - atom - 04-20-2015 it depends! if you sort -u the original list before you can do the same with the merged file afterwards and in that case the sort -u original and merged list line positions are the same |