Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.24 KB | None | 0 0
  1.  curl -u : --ntlm
  2. * About to connect() to webmail04.sherweb2010.com port 443 (#0)
  3. *   Trying 74.115.207.40... connected
  4. * successfully set certificate verify locations:
  5. *   CAfile: none
  6.   CApath: /etc/ssl/certs
  7. * SSLv3, TLS handshake, Client hello (1):
  8. * SSLv3, TLS handshake, Server hello (2):
  9. * SSLv3, TLS handshake, CERT (11):
  10. * SSLv3, TLS handshake, Server finished (14):
  11. * SSLv3, TLS handshake, Client key exchange (16):
  12. * SSLv3, TLS change cipher, Client hello (1):
  13. * SSLv3, TLS handshake, Finished (20):
  14. * SSLv3, TLS change cipher, Client hello (1):
  15. * SSLv3, TLS handshake, Finished (20):
  16. * SSL connection using RC4-SHA
  17. * Server certificate:
  18. *    subject: C=CA; ST=Quebec; L=Sherbrooke; O=Solutions Sherweb Inc.; CN=webmail.sherweb2010.com
  19. *    start date: 2013-02-21 18:42:46 GMT
  20. *    expire date: 2017-04-16 11:56:26 GMT
  21. *    subjectAltName: webmail04.sherweb2010.com matched
  22. *    issuer: C=US; O=Entrust, Inc.; OU=www.entrust.net/rpa is incorporated by reference; OU=(c) 2009 Entrust, Inc.; CN=Entrust Certification Authority - L1C
  23. *    SSL certificate verify ok.
  24. * Server auth using NTLM with user 's04/oleg_shafersystems.n'
  25. > GET /EWS/Exchange.asmx HTTP/1.1
  26. > Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
  27. > User-Agent: curl/7.22.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
  28. > Host: webmail04.sherweb2010.com
  29. > Accept: */*
  30. >
  31. < HTTP/1.1 401 Unauthorized
  32. < Server: Microsoft-IIS/7.5
  33. < Set-Cookie: exchangecookie=bf41ab3b046445b4b1412a09efa6f45a; expires=Thu, 27-Aug-2015 18:12:06 GMT; path=/; HttpOnly
  34. < WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAwADADgAAAAGgokCU01ZyOz8yS4AAAAAAAAAAIoAigA7AAAABgGxHQAAAA9TMDQCAAYAUwAwADQAAQAUAFMAMAA0AC0AQwBBAFMAMAAwADcABAASAHMAMAA0AC4AbABvAGMAYQBsAAMAKABTADAANAAtAEMAQQBTADAAMAA3AC4AcwAwADQALgBsAG8AYwBhAGwABQASAHMAMAA0AC4AbABvAGMAYQBsAAcACAAIBNNoIsLPAQAAAAA=
  35. * gss_init_sec_context() failed: : Credentials cache file '/tmp/krb5cc_1000' not foundWWW-Authenticate: Negotiate
  36. < X-Powered-By: ASP.NET
  37. < Date: Wed, 27 Aug 2014 18:12:05 GMT
  38. < Content-Length: 0
  39. < Set-Cookie: BIGipServerS04-CAS-EWS-BN=453778954.20480.0000; path=/
  40. <
  41. * Connection #0 to host webmail04.sherweb2010.com left intact
  42. * Closing connection #0
  43. * SSLv3, TLS alert, Client hello (1):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement