01-14-2013, 07:24 PM
Many of the hashes I am dealing with lately seem to have embedded end-of-line (\n) characters in them. What is the best way to represent these in password lists, for future attacks?
For example, consider the password: a\nb\nc\n
md5 -s 'a
> b
> c'
MD5 ("a
b
c") = c32b2057b9bd62...
What's the best way to represent this?
For example, consider the password: a\nb\nc\n
md5 -s 'a
> b
> c'
MD5 ("a
b
c") = c32b2057b9bd62...
What's the best way to represent this?