Convert Wordlist to Hex
#1
Hi all,

I try to recover a password which may have a LF or CR at the end. As potential password candidates, I have created a list of words, all without LF or CR at the end.

My understanding this far is that it would make sense to convert these words all into HEX and just add 0A or 0D.

Is there an EASY way (I'm a noob) to do this with Hashcat, or do I have to go the long was and convert one word after the other? I read until my brain almost was cooked but couldn't find a way that works.

Thanks for all advise!
Reply
#2
Use rules.

$L$F
$C$R

https://hashcat.net/wiki/doku.php?id=rule_based_attack
Reply
#3
The above post is not correct.

Please find here https://hashcat.net/forum/thread-3849.html more information about possible solution(s).
Reply