pycraze wrote:
> Hi ,
>
> I am working on NTLM (Windows NT Lan Manager )APS
> (Authentication Proxy Server ) , to port to C language .
the 'wget' utility supports NTLM authentication as of version 1.1.0 or so, you
might try just looking at the C source code to wget if you're looking to
imp
Hi ,
I am working on NTLM (Windows NT Lan Manager )APS
(Authentication Proxy Server ) , to port to C language .
I am using ethereal to monitor the packets sent between client and
server . NTLM is a MS proprietary protocol designed so that will allow
authentication only from MS browsers .