Re: Send control character in telnet from NASL?

From: Michel Arboi (arboiat_private)
Date: Wed Feb 26 2003 - 10:21:51 PST

  • Next message: Alex Zimin: "Re: IIS Internal IP disclosure"

    "Minderhout, Doug" <dminderhoutat_private> writes:
    
    > I need to send a Ctrl+Y 
    
    You don't need od or man ascii for this: Y is the 25th letter so the
    ASCII code of CTRL-Y is 25 = 0x19 = 031
    raw_string(0x19)
    



    This archive was generated by hypermail 2b30 : Wed Feb 26 2003 - 10:22:20 PST