Posted by t Wed 29th Mar 2006 17:01 - Syntax is None/text - 110 views
Download | New Post | Modify | Hide line numbers
Description:
Browser request

  1. 29.03.2006 18:27:10 Version 0.9.9.0.1
  2. *** Got client request header.
  3. *** Client header:
  4. =====
  5. CONNECT svn.collab.net:443 HTTP/1.1
  6. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
  7. Proxy-Connection: keep-alive
  8. Host: svn.collab.net
  9.  
  10. *** Client request header does not have 'Content-Length' or 'Transfer-Encoding' parameter and it must not have any body.
  11. *** Replacing values in client header...Done.
  12. *** New client header:
  13. =====
  14. CONNECT svn.collab.net:443 HTTP/1.1
  15. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
  16. Proxy-Connection: keep-alive
  17. Host: svn.collab.net
  18.  
  19. *** Connecting to remote server...(:3128)...Done.
  20. *** Sending client request header to remote server...Done.
  21. *** Got remote server response header.
  22. *** Remote server header:
  23. =====
  24. HTTP/1.0 407 Proxy Authentication Required
  25. Server: squid/2.5.STABLE12-RC1-20051012
  26. Mime-Version: 1.0
  27. Date: Wed, 29 Mar 2006 15:27:12 GMT
  28. Content-Type: text/html
  29. Content-Length: 1273
  30. Expires: Wed, 29 Mar 2006 15:27:12 GMT
  31. X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
  32. Proxy-Authenticate: NTLM
  33. Proxy-Authenticate: Basic realm="Squid server IKS"
  34. X-Cache: MISS from iksnet
  35. Proxy-Connection: close
  36.  
  37. *** Server 'Content-Length' found to be 1273.
  38. *** Authentication routine started.
  39. *** Got Error 407 - "Proxy authentication required".
  40. *** Authentication methods allowed: NTLM, Basic realm="Squid server IKS"
  41. *** Using NTLM authentication method.
  42. *** Authorization in progress...
  43. *** Closing connection to the remote server...Done.
  44. *** Building environment for NTLM.
  45. *** Using custom NTLM flags: 06820000
  46. *** NTLM version with LM response only.
  47. *** NTLM Domain/Host/User: IKS/STATION993/USERNAME
  48. *** NTLM hashed passwords found.
  49. *** Environment has been built successfully.
  50. *** Connecting to remote server...(:3128)...Done.
  51. *** Resetting remote server status...Done. (Server buffer - 1273 bytes)
  52. *** Remote server buffer flushed.
  53. *** Fake NTLM header with Msg1:
  54. =====
  55. CONNECT svn.collab.net:443 HTTP/1.1
  56. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
  57. Proxy-Connection: Keep-Alive
  58. Host: svn.collab.net
  59. ...stripped...
  60.  
  61. ...

PermaLink to this entry https://pastebin.co.uk/593
Posted by t Wed 29th Mar 2006 17:01 - Syntax is None/text - 110 views
Download | New Post | Modify | Hide line numbers