Advertisement
Guest User

Untitled

a guest
Mar 15th, 2014
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. [francesco@arch Desktop]$ curl -v --user <MYUSERNAME>:<MYPASSWD> https://www.dnsdynamic.org/api/?hostname=eventsonmap.ssh22.com&myip=`curl http://myip.dnsdynamic.org/`
  2. [7] 22882
  3. * Hostname was NOT found in DNS cache
  4. % Total % Received % Xferd Average Speed Time Time Time Current
  5. Dload Upload Total Spent Left Speed
  6. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 84.45.76.100...
  7. * Connected to www.dnsdynamic.org (84.45.76.100) port 443 (#0)
  8. * successfully set certificate verify locations:
  9. * CAfile: /etc/ssl/certs/ca-certificates.crt
  10. CApath: none
  11. * SSLv3, TLS handshake, Client hello (1):
  12. 100 12 100 12 0 0 28 0 --:--:-- --:--:-- --:--:-- 28
  13. [francesco@arch Desktop]$ * SSLv3, TLS handshake, Server hello (2):
  14. * SSLv3, TLS handshake, CERT (11):
  15. * SSLv3, TLS handshake, Server key exchange (12):
  16. * SSLv3, TLS handshake, Server finished (14):
  17. * SSLv3, TLS handshake, Client key exchange (16):
  18. * SSLv3, TLS change cipher, Client hello (1):
  19. * SSLv3, TLS handshake, Finished (20):
  20. * SSLv3, TLS change cipher, Client hello (1):
  21. * SSLv3, TLS handshake, Finished (20):
  22. * SSL connection using DHE-RSA-AES256-SHA
  23. * Server certificate:
  24. * subject: serialNumber=Rlol3bh4wV3blswFYnL-RB80snQBw7JG; OU=GT21026950; OU=See www.rapidssl.com/resources/cps (c)12; OU=Domain Control Validated - RapidSSL(R); CN=www.dnsdynamic.org
  25. * start date: 2012-06-10 21:28:00 GMT
  26. * expire date: 2016-06-12 22:08:46 GMT
  27. * subjectAltName: www.dnsdynamic.org matched
  28. * issuer: C=US; O=GeoTrust, Inc.; CN=RapidSSL CA
  29. * SSL certificate verify ok.
  30. * Server auth using Basic with user '<MYUSERNAME>'
  31. > GET /api/?hostname=eventsonmap.ssh22.com HTTP/1.1
  32. > Authorization: Basic YXBwc3Rlc3RlcjkyQGdtYWlsLmNvbTphcHAzNDIx
  33. > User-Agent: curl/7.35.0
  34. > Host: www.dnsdynamic.org
  35. > Accept: */*
  36. >
  37. < HTTP/1.1 200 OK
  38. < Date: Sat, 15 Mar 2014 12:12:31 GMT
  39. * Server Apache/2.2.3 (CentOS) is not blacklisted
  40. < Server: Apache/2.2.3 (CentOS)
  41. < X-Powered-By: PHP/5.3.3
  42. < Content-Length: 6
  43. < Connection: close
  44. < Content-Type: text/html; charset=UTF-8
  45. <
  46. nochg
  47. * Closing connection 0
  48. * SSLv3, TLS alert, Client hello (1):
  49. ^C ========================>>>>> NOTICE MY CTR+C IN ORDER TO WORK PROPERLY OTHERWISE THE EXECUTION BLOCKS HERE
  50. [7] Done curl -v --user <MYUSERNAME>:<MYPASSWD> https://www.dnsdynamic.org/api/?hostname=eventsonmap.ssh22.com
  51. [francesco@arch Desktop]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement