This is what I get when I try to
wget www.google.it
C:\Program Files\ntlmaps>ntlmaps.exe -c server.cfg
NTLM authorization Proxy Server v0.9.9.6
Copyright (C) 2001-2005 by Dmitry Rozmanov, Darryl
Dixon, and others.
Now listening at my_user on port 5865
Connected from 127.0.0.1:4618
..++++Unhandled exception in thread started by
Traceback (most recent call last):
File "proxy_client.pyc", line 159, in run
File "proxy_client.pyc", line 667, in auth_routine
File "proxy_client.pyc", line 615, in auth_407
File "ntlm_auth.pyc", line 105, in
proxy_ntlm_authentication
IndexError: list index out of range
---
My knowledge is not enough to dig deeper without any help.
I enabled all loggings and can provide those if necessary.
Attached you can find a copy of 127.0.0.1-4618 (hope is
the right log you need to understand what's going on)
TIA,
D.
Logged In: YES
user_id=1572122
I am seeing this problem on our network and did some
debugging. I believe the message 2 & 3 formats are wrong in
ntlm_messages.py.
ntlmaps used to work on our network and last month it quit
with this error.
create_message1 does not add the host and domain strings.
I captured messages with HTTPLook from IE and ntlmaps and
decoded both.
The ntlmaps message 1 does not have the host and domain
strings.
The message_3 structure is different after
short msg_len
This does not match the "NTLM Authentication Scheme for
HTTP.htm" and I think the protocol has changed
This traceback error is because the server is responding
with message "2: S -> C 401 Unauthorized WWW-
Authenticate: NTLM" and ntlmaps was expecting message 3 and
failed when it tried to parse the Proxy-Authorization, but
it was the string from the first server reply.
Hi all,
I also have this problem - I have tried versions 0.9.9, 0.9.9.0.1, 0.9.9.5 with Python 2.6 and Python 1.6.1. Hope you can solve it soon.
ethernall
Hi all,
I also have this problem - I have tried versions 0.9.9, 0.9.9.0.1, 0.9.9.5 with Python 2.6 and Python 1.6.1. Hope you can solve it soon.
ethernall
Hi all,
I also have this problem - I have tried versions 0.9.9, 0.9.9.0.1, 0.9.9.5 with Python 2.6 and Python 1.6.1. Hope you can solve it soon.
ethernall