Details
Description
I am trying to achieve NTLM Authentication by extending the Telnet option handler. The challenge sent by the telnet server is greater than 256 bytes, but currently the __suboption[] array in TelnetInputStream supports only a 256 bytes message. If I increase the size of the array to 512, I am able to achieve NTLM Authentication.