|
Message-ID: <CABtNtWECNUyj2TnxA5=DdTkmYZ1Xk=TDnFKEZTM+3SNSus-7ug@mail.gmail.com> Date: Sat, 15 Aug 2015 21:10:04 +0800 From: Kai Zhao <loverszhao@...il.com> To: john-dev@...ts.openwall.com Subject: Re: auditing our use of FMT_* flags On Sat, Aug 15, 2015 at 9:04 PM, Solar Designer <solar@...nwall.com> wrote: > On Sat, Aug 15, 2015 at 08:49:06PM +0800, Kai Zhao wrote: >> If I want to change the "hashcat" -> "hashca\xF4" which changes the last >> character. How can I test the "hashca\xF4" with some input files ? I think >> I can not use the wordlist mode and write "hashca\xF4" directly to the >> wordlist file. > > Depends on what you mean by "directly". This should work: > > echo -e 'hashca\xF4' > word.lst Thanks, this is what I need. In set_key(), I find the last character is '\xF4'. Thanks, Kai
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.