cut off a bit more of the type-2 ntlm message since it differs between
hosts
This commit is contained in:
parent
be285cde3f
commit
b0adcd6a46
@ -65,7 +65,7 @@ http://%HOSTIP:%HTTPPORT/150 -u testuser:testpass --ntlm --fail
|
|||||||
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
||||||
# the local host name and thus differs on different machines!
|
# the local host name and thus differs on different machines!
|
||||||
<strippart>
|
<strippart>
|
||||||
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA).*/$1/
|
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA).*/$1/
|
||||||
</strippart)
|
</strippart)
|
||||||
<protocol>
|
<protocol>
|
||||||
GET /150 HTTP/1.1
|
GET /150 HTTP/1.1
|
||||||
@ -75,7 +75,7 @@ Host: 127.0.0.1:%HTTPPORT
|
|||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
GET /150 HTTP/1.1
|
GET /150 HTTP/1.1
|
||||||
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA
|
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA
|
||||||
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
||||||
Host: 127.0.0.1:%HTTPPORT
|
Host: 127.0.0.1:%HTTPPORT
|
||||||
Accept: */*
|
Accept: */*
|
||||||
|
@ -91,7 +91,7 @@ four is the number of lines
|
|||||||
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
||||||
# the local host name and thus differs on different machines!
|
# the local host name and thus differs on different machines!
|
||||||
<strippart>
|
<strippart>
|
||||||
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA).*/$1/
|
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA).*/$1/
|
||||||
</strippart)
|
</strippart)
|
||||||
<protocol>
|
<protocol>
|
||||||
PUT /155 HTTP/1.1
|
PUT /155 HTTP/1.1
|
||||||
@ -108,7 +108,7 @@ Content-Length: 0
|
|||||||
Expect: 100-continue
|
Expect: 100-continue
|
||||||
|
|
||||||
PUT /155 HTTP/1.1
|
PUT /155 HTTP/1.1
|
||||||
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA
|
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA
|
||||||
User-Agent: curl/7.10.5 (i686-pc-linux-gnu) libcurl/7.10.5 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
User-Agent: curl/7.10.5 (i686-pc-linux-gnu) libcurl/7.10.5 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
||||||
Host: 127.0.0.1:%HTTPPORT
|
Host: 127.0.0.1:%HTTPPORT
|
||||||
Accept: */*
|
Accept: */*
|
||||||
|
@ -65,7 +65,7 @@ http://%HOSTIP:%HTTPPORT/159 -u testuser:testpass --ntlm -0
|
|||||||
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
||||||
# the local host name and thus differs on different machines!
|
# the local host name and thus differs on different machines!
|
||||||
<strippart>
|
<strippart>
|
||||||
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA).*/$1/
|
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA).*/$1/
|
||||||
</strippart)
|
</strippart)
|
||||||
<protocol>
|
<protocol>
|
||||||
GET /159 HTTP/1.0
|
GET /159 HTTP/1.0
|
||||||
@ -75,7 +75,7 @@ Host: 127.0.0.1:%HTTPPORT
|
|||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
GET /159 HTTP/1.0
|
GET /159 HTTP/1.0
|
||||||
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA
|
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA
|
||||||
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
||||||
Host: 127.0.0.1:%HTTPPORT
|
Host: 127.0.0.1:%HTTPPORT
|
||||||
Accept: */*
|
Accept: */*
|
||||||
|
@ -83,7 +83,7 @@ http://data.from.server.requiring.digest.hohoho.com/169 --proxy http://%HOSTIP:%
|
|||||||
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
||||||
# the local host name and thus differs on different machines!
|
# the local host name and thus differs on different machines!
|
||||||
<strippart>
|
<strippart>
|
||||||
s/^(Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAAAwADAHAAAAAEAA).*/$1/
|
s/^(Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAAAwADAHAAAAA).*/$1/
|
||||||
</strippart)
|
</strippart)
|
||||||
<protocol>
|
<protocol>
|
||||||
GET http://data.from.server.requiring.digest.hohoho.com/169 HTTP/1.1
|
GET http://data.from.server.requiring.digest.hohoho.com/169 HTTP/1.1
|
||||||
@ -95,7 +95,7 @@ Accept: */*
|
|||||||
Proxy-Connection: Keep-Alive
|
Proxy-Connection: Keep-Alive
|
||||||
|
|
||||||
GET http://data.from.server.requiring.digest.hohoho.com/169 HTTP/1.1
|
GET http://data.from.server.requiring.digest.hohoho.com/169 HTTP/1.1
|
||||||
Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAAAwADAHAAAAAEAA
|
Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAAAwADAHAAAAA
|
||||||
User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.3
|
User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.3
|
||||||
Host: data.from.server.requiring.digest.hohoho.com
|
Host: data.from.server.requiring.digest.hohoho.com
|
||||||
Pragma: no-cache
|
Pragma: no-cache
|
||||||
|
@ -81,7 +81,7 @@ http://test.remote.server.com:209/path/2090002 --proxy http://%HOSTIP:%HTTPPORT
|
|||||||
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
||||||
# the local host name and thus differs on different machines!
|
# the local host name and thus differs on different machines!
|
||||||
<strippart>
|
<strippart>
|
||||||
s/^(Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAABQAFAHAAAAAEAA).*/$1/
|
s/^(Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAABQAFAHAAAAA).*/$1/
|
||||||
</strippart)
|
</strippart)
|
||||||
<protocol>
|
<protocol>
|
||||||
CONNECT test.remote.server.com:209 HTTP/1.0
|
CONNECT test.remote.server.com:209 HTTP/1.0
|
||||||
@ -91,7 +91,7 @@ Proxy-Connection: Keep-Alive
|
|||||||
|
|
||||||
CONNECT test.remote.server.com:209 HTTP/1.0
|
CONNECT test.remote.server.com:209 HTTP/1.0
|
||||||
Host: test.remote.server.com:209
|
Host: test.remote.server.com:209
|
||||||
Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAABQAFAHAAAAAEAA
|
Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAABQAFAHAAAAA
|
||||||
Proxy-Connection: Keep-Alive
|
Proxy-Connection: Keep-Alive
|
||||||
|
|
||||||
GET /path/2090002 HTTP/1.1
|
GET /path/2090002 HTTP/1.1
|
||||||
|
@ -72,7 +72,7 @@ http://%HOSTIP:%HTTPPORT/267 -u testuser:testpass --ntlm -d "data" -H "Header1:
|
|||||||
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
||||||
# the local host name and thus differs on different machines!
|
# the local host name and thus differs on different machines!
|
||||||
<strippart>
|
<strippart>
|
||||||
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA).*/$1/
|
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA).*/$1/
|
||||||
</strippart)
|
</strippart)
|
||||||
<protocol nonewline=yes>
|
<protocol nonewline=yes>
|
||||||
POST /267 HTTP/1.1
|
POST /267 HTTP/1.1
|
||||||
@ -86,7 +86,7 @@ Content-Length: 0
|
|||||||
Content-Type: application/x-www-form-urlencoded
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
POST /267 HTTP/1.1
|
POST /267 HTTP/1.1
|
||||||
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA
|
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA
|
||||||
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
||||||
Host: 127.0.0.1:%HTTPPORT
|
Host: 127.0.0.1:%HTTPPORT
|
||||||
Accept: */*
|
Accept: */*
|
||||||
|
@ -72,7 +72,7 @@ http://%HOSTIP:%HTTPPORT/67 -u testuser:testpass --ntlm
|
|||||||
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
||||||
# the local host name and thus differs on different machines!
|
# the local host name and thus differs on different machines!
|
||||||
<strippart>
|
<strippart>
|
||||||
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA).*/$1/
|
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA).*/$1/
|
||||||
</strippart)
|
</strippart)
|
||||||
<protocol>
|
<protocol>
|
||||||
GET /67 HTTP/1.1
|
GET /67 HTTP/1.1
|
||||||
@ -82,7 +82,7 @@ Host: 127.0.0.1:%HTTPPORT
|
|||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
GET /67 HTTP/1.1
|
GET /67 HTTP/1.1
|
||||||
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA
|
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA
|
||||||
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
||||||
Host: 127.0.0.1:%HTTPPORT
|
Host: 127.0.0.1:%HTTPPORT
|
||||||
Accept: */*
|
Accept: */*
|
||||||
|
@ -74,7 +74,7 @@ http://%HOSTIP:%HTTPPORT/68 -u testuser:testpass --ntlm
|
|||||||
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
||||||
# the local host name and thus differs on different machines!
|
# the local host name and thus differs on different machines!
|
||||||
<strippart>
|
<strippart>
|
||||||
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA).*/$1/
|
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA).*/$1/
|
||||||
</strippart)
|
</strippart)
|
||||||
<protocol>
|
<protocol>
|
||||||
GET /68 HTTP/1.1
|
GET /68 HTTP/1.1
|
||||||
@ -84,7 +84,7 @@ Host: 127.0.0.1:%HTTPPORT
|
|||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
GET /68 HTTP/1.1
|
GET /68 HTTP/1.1
|
||||||
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA
|
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA
|
||||||
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
||||||
Host: 127.0.0.1:%HTTPPORT
|
Host: 127.0.0.1:%HTTPPORT
|
||||||
Accept: */*
|
Accept: */*
|
||||||
|
@ -87,7 +87,7 @@ http://%HOSTIP:%HTTPPORT/69 -u testuser:testpass --anyauth
|
|||||||
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
||||||
# the local host name and thus differs on different machines!
|
# the local host name and thus differs on different machines!
|
||||||
<strippart>
|
<strippart>
|
||||||
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA).*/$1/
|
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA).*/$1/
|
||||||
</strippart)
|
</strippart)
|
||||||
<protocol>
|
<protocol>
|
||||||
GET /69 HTTP/1.1
|
GET /69 HTTP/1.1
|
||||||
@ -102,7 +102,7 @@ Host: 127.0.0.1:%HTTPPORT
|
|||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
GET /69 HTTP/1.1
|
GET /69 HTTP/1.1
|
||||||
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA
|
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA
|
||||||
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
||||||
Host: 127.0.0.1:%HTTPPORT
|
Host: 127.0.0.1:%HTTPPORT
|
||||||
Accept: */*
|
Accept: */*
|
||||||
|
@ -70,7 +70,7 @@ http://%HOSTIP:%HTTPPORT/81 --proxy-user testuser:testpass -x http://%HOSTIP:%HT
|
|||||||
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
||||||
# the local host name and thus differs on different machines!
|
# the local host name and thus differs on different machines!
|
||||||
<strippart>
|
<strippart>
|
||||||
s/(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA).*/$1/
|
s/(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA).*/$1/
|
||||||
</strippart)
|
</strippart)
|
||||||
<protocol>
|
<protocol>
|
||||||
GET http://127.0.0.1:%HTTPPORT/81 HTTP/1.1
|
GET http://127.0.0.1:%HTTPPORT/81 HTTP/1.1
|
||||||
@ -82,7 +82,7 @@ Accept: */*
|
|||||||
Proxy-Connection: Keep-Alive
|
Proxy-Connection: Keep-Alive
|
||||||
|
|
||||||
GET http://127.0.0.1:%HTTPPORT/81 HTTP/1.1
|
GET http://127.0.0.1:%HTTPPORT/81 HTTP/1.1
|
||||||
Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA
|
Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA
|
||||||
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
||||||
Host: 127.0.0.1:%HTTPPORT
|
Host: 127.0.0.1:%HTTPPORT
|
||||||
Pragma: no-cache
|
Pragma: no-cache
|
||||||
|
@ -105,7 +105,7 @@ http://%HOSTIP:%HTTPPORT/89 -u testuser:testpass --ntlm -L
|
|||||||
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
||||||
# the local host name and thus differs on different machines!
|
# the local host name and thus differs on different machines!
|
||||||
<strippart>
|
<strippart>
|
||||||
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA).*/$1/
|
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA).*/$1/
|
||||||
</strippart)
|
</strippart)
|
||||||
<protocol>
|
<protocol>
|
||||||
GET /89 HTTP/1.1
|
GET /89 HTTP/1.1
|
||||||
@ -115,7 +115,7 @@ Host: 127.0.0.1:%HTTPPORT
|
|||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
GET /89 HTTP/1.1
|
GET /89 HTTP/1.1
|
||||||
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA
|
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA
|
||||||
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
||||||
Host: 127.0.0.1:%HTTPPORT
|
Host: 127.0.0.1:%HTTPPORT
|
||||||
Accept: */*
|
Accept: */*
|
||||||
@ -127,7 +127,7 @@ Host: 127.0.0.1:%HTTPPORT
|
|||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
GET /you/890010 HTTP/1.1
|
GET /you/890010 HTTP/1.1
|
||||||
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA
|
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA
|
||||||
User-Agent: curl/7.10.8-pre1 (i686-pc-linux-gnu) libcurl/7.10.8-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3 GSS
|
User-Agent: curl/7.10.8-pre1 (i686-pc-linux-gnu) libcurl/7.10.8-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3 GSS
|
||||||
Host: 127.0.0.1:%HTTPPORT
|
Host: 127.0.0.1:%HTTPPORT
|
||||||
Accept: */*
|
Accept: */*
|
||||||
|
@ -140,7 +140,7 @@ http://%HOSTIP:%HTTPPORT/90 -u testuser:testpass --anyauth -L
|
|||||||
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
||||||
# the local host name and thus differs on different machines!
|
# the local host name and thus differs on different machines!
|
||||||
<strippart>
|
<strippart>
|
||||||
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA).*/$1/
|
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA).*/$1/
|
||||||
</strippart)
|
</strippart)
|
||||||
<protocol>
|
<protocol>
|
||||||
GET /90 HTTP/1.1
|
GET /90 HTTP/1.1
|
||||||
@ -154,7 +154,7 @@ Host: 127.0.0.1:%HTTPPORT
|
|||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
GET /90 HTTP/1.1
|
GET /90 HTTP/1.1
|
||||||
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA
|
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA
|
||||||
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
||||||
Host: 127.0.0.1:%HTTPPORT
|
Host: 127.0.0.1:%HTTPPORT
|
||||||
Accept: */*
|
Accept: */*
|
||||||
@ -170,7 +170,7 @@ Host: 127.0.0.1:%HTTPPORT
|
|||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
GET /you/900010 HTTP/1.1
|
GET /you/900010 HTTP/1.1
|
||||||
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAEAA
|
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA
|
||||||
User-Agent: curl/7.10.8-pre1 (i686-pc-linux-gnu) libcurl/7.10.8-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3 GSS
|
User-Agent: curl/7.10.8-pre1 (i686-pc-linux-gnu) libcurl/7.10.8-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3 GSS
|
||||||
Host: 127.0.0.1:%HTTPPORT
|
Host: 127.0.0.1:%HTTPPORT
|
||||||
Accept: */*
|
Accept: */*
|
||||||
|
@ -90,7 +90,7 @@ http://%HOSTIP:%HTTPPORT/91 --anyauth -u mydomain\\myself:secret
|
|||||||
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
||||||
# the local host name and thus differs on different machines!
|
# the local host name and thus differs on different machines!
|
||||||
<strippart>
|
<strippart>
|
||||||
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAgACABwAAAABgAGAHgAAAAEAA).*/$1/
|
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAgACABwAAAABgAGAHgAAAA).*/$1/
|
||||||
</strippart)
|
</strippart)
|
||||||
<protocol>
|
<protocol>
|
||||||
GET /91 HTTP/1.1
|
GET /91 HTTP/1.1
|
||||||
@ -105,7 +105,7 @@ Host: 127.0.0.1:%HTTPPORT
|
|||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
GET /91 HTTP/1.1
|
GET /91 HTTP/1.1
|
||||||
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAgACABwAAAABgAGAHgAAAAEAA
|
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAgACABwAAAABgAGAHgAAAA
|
||||||
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
||||||
Host: 127.0.0.1:%HTTPPORT
|
Host: 127.0.0.1:%HTTPPORT
|
||||||
Accept: */*
|
Accept: */*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user