Non printable ascii characters in salt
#6
(12-02-2012, 03:01 PM)seanmheff Wrote: This is a non printable character, herein lies my problem - I cannot write it to a file and have hashcat recognize it!

you can use printf etc to write it to a file if you wish. e.g.,

Code:
printf "\x06\n" >somefile


Messages In This Thread
RE: Non printable ascii characters in salt - by epixoip - 12-02-2012, 03:28 PM