Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. wget -d --inet4-only --no-check-certificate -O /dev/null https://127.0.0.1
  2.  
  3. Setting --inet4-only (inet4only) to 1
  4. Setting --check-certificate (checkcertificate) to 0
  5. Setting --output-document (outputdocument) to /dev/null
  6. DEBUG output created by Wget 1.13.4 on linux-gnueabi.
  7.  
  8. URI encoding = `ANSI_X3.4-1968'
  9. --2016-09-27 22:08:32-- https://127.0.0.1/
  10.  
  11. Connecting to 127.0.0.1:443... connected.
  12. Created socket 5.
  13. Releasing 0x00234188 (new refcount 0).
  14. Deleting unused 0x00234188.
  15.  
  16. WARNING: The certificate of `127.0.0.1' is not trusted.
  17. WARNING: The certificate of `127.0.0.1' hasn't got a known issuer.
  18. The certificate's owner does not match hostname `127.0.0.1'
  19.  
  20. ---request begin---
  21. GET / HTTP/1.1
  22. User-Agent: Wget/1.13.4 (linux-gnueabi)
  23. Accept: */*
  24. Host: 127.0.0.1
  25. Connection: Keep-Alive
  26.  
  27. ---request end---
  28. HTTP request sent, awaiting response...
  29. ---response begin---
  30. HTTP/1.1 302 Found
  31. X-Powered-By: PHP/5.4.45-0+deb7u5
  32. Set-Cookie: PHPSESSID=g7vo4at63lg6vkmemhjns8uqt3; path=/
  33. Expires: Thu, 19 Nov 1981 08:52:00 GMT
  34. Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  35. Pragma: no-cache
  36. Location: https://127.0.0.1/index.php?r=user/login
  37. Content-type: text/html
  38. Content-Length: 0
  39. Date: Tue, 27 Sep 2016 20:08:42 GMT
  40. Server: lighttpd/1.4.31
  41.  
  42. ---response end---
  43. 302 Found
  44.  
  45. Stored cookie 127.0.0.1 -1 (ANY) / <session> <insecure> [expiry none] PHPSESSID g7vo4at63lg6vkmemhjns8uqt3
  46. Registered socket 5 for persistent reuse.
  47. Location: https://127.0.0.1/index.php?r=user/login [following]
  48. ] done.
  49. URI content encoding = None
  50. --2016-09-27 22:08:42-- https://127.0.0.1/index.php?r=user/login
  51.  
  52. Disabling further reuse of socket 5.
  53. Connecting to 127.0.0.1:443... connected.
  54. Created socket 5.
  55. Releasing 0x0022eaf0 (new refcount 0).
  56. Deleting unused 0x0022eaf0.
  57.  
  58. WARNING: The certificate of `127.0.0.1' is not trusted.
  59. WARNING: The certificate of `127.0.0.1' hasn't got a known issuer.
  60. The certificate's owner does not match hostname `127.0.0.1'
  61.  
  62. ---request begin---
  63. GET /index.php?r=user/login HTTP/1.1
  64. User-Agent: Wget/1.13.4 (linux-gnueabi)
  65. Accept: */*
  66. Host: 127.0.0.1
  67. Connection: Keep-Alive
  68. Cookie: PHPSESSID=g7vo4at63lg6vkmemhjns8uqt3
  69.  
  70. ---request end---
  71. HTTP request sent, awaiting response...
  72. ---response begin---
  73. HTTP/1.1 200 OK
  74. X-Powered-By: PHP/5.4.45-0+deb7u5
  75. Expires: Thu, 19 Nov 1981 08:52:00 GMT
  76. Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  77. Pragma: no-cache
  78. Set-Cookie: language=de; expires=Wed, 27-Sep-2017 20:08:52 GMT; path=/
  79. Content-type: text/html
  80. Transfer-Encoding: chunked
  81. Date: Tue, 27 Sep 2016 20:08:52 GMT
  82. Server: lighttpd/1.4.31
  83.  
  84. ---response end---
  85. 200 OK
  86.  
  87. Stored cookie 127.0.0.1 -1 (ANY) / <permanent> <insecure> [expiry 2017-09-27 22:08:52] language de
  88. Registered socket 5 for persistent reuse.
  89. Length: unspecified [text/html]
  90. Saving to: `/dev/null'
  91.  
  92. [ <=> ] 6,565 --.-K/s in 0.008s
  93.  
  94. 2016-09-27 22:08:53 (801 KB/s) - `/dev/null' saved [6565]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement