Dealing with EOL characters
#1
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?


Messages In This Thread
Dealing with EOL characters - by Waffle - 01-14-2013, 07:24 PM
RE: Dealing with EOL characters - by M@LIK - 01-14-2013, 10:06 PM
RE: Dealing with EOL characters - by atom - 01-15-2013, 01:09 PM
RE: Dealing with EOL characters - by M@LIK - 01-15-2013, 01:22 PM
RE: Dealing with EOL characters - by Waffle - 01-15-2013, 02:12 PM
RE: Dealing with EOL characters - by M@LIK - 01-15-2013, 02:43 PM