|
Message-ID: <CANO7a6wADB_QcHhRHFsLjF6S_v933xtXyuBkje1iZ2rheT_eFQ@mail.gmail.com> Date: Sun, 17 Mar 2013 23:13:45 +0530 From: Dhiru Kholia <dhiru.kholia@...il.com> To: john-dev@...ts.openwall.com Subject: Re: Cisco - Password type 4 - SHA256 On Sun, Mar 17, 2013 at 10:32 PM, magnum <john.magnum@...hmail.com> wrote: > On 17 Mar, 2013, at 17:26 , Dhiru Kholia <dhiru.kholia@...il.com> wrote: >> I have tried to supply '©' in multiple ways but no luck. >> >> Pasting '©' to a terminal connected to the router results in "B)" >> getting pasted (I have already tried multiple terminal emulators with >> same result). > > That means your terminal strips eighth bit. '©' in UTF-8 is 0xc2 0xa9, strip bit 8 and it becomes 0x42 0x29 == "B)". I would think a router console can support 8-bit but I'm not sure, and maybe something need to be configured. Is this a serial console? Can you try plain old telnet instead, with -8 option? Doing "telnet -8 nyx.nyx.net" and pasting '©' works. However, even after doing "telnet -8 localhost 2000" (to connect to router console), I can't paste '©' . I am using Dynamips to simulate a Cisco router. -- Dhiru
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.