hashcat Forum
wordlist line ending? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: General Talk (https://hashcat.net/forum/forum-33.html)
+--- Thread: wordlist line ending? (/thread-3749.html)



wordlist line ending? - dTest - 10-17-2014

Just got hashcat going.
But having a prob with some wordlists.
One's I've created on linux (and mac) seem to work, But ones I've downloaded seem to cause fits. At first I thought it might be the rather large 29GB file, but even smaller >100MB ones fail too.

Does oclHashcat need *nix style line endings in the wordlist?

TIA.


RE: wordlist line ending? - atom - 10-17-2014

It works with \n (unix) and \r\n (windows) line feeds, but not with \r (mac). You need to convert it before.


RE: wordlist line ending? - dTest - 10-18-2014

Thanks for the info. Everything is running well.

(and just a rant: <sigh>, 3 different 'standards'. Should just use the *nix)