line break problem - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: line break problem (/thread-3201.html) |
line break problem - complex - 03-05-2014 Hello, didn't found a thread that solves my problem. When I load a hashfile over my command file like: "oclHashcat64.exe -a 3 abc.hash --outfile=hashes --outfile-format=3 --separator=:" what char should I use that my output file makes a line break after each solved hash? example: hash:plainpw hash:plainpw hash:plainpw ... At the moment the solved hashes are stringed like: hash:plainpwhash:plainpwhash:plainpw... thx for help RE: line break problem - philsmd - 03-05-2014 oclHashcat output is always in the format: hash[alt]:plain you just need to use a modern text editor (like notepad++ on windows) which is able to show you the newlines |