Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

response_headers return only one cookies since updated to latest version #31

Closed
kulisu opened this issue Mar 29, 2014 · 0 comments
Closed
Labels

Comments

@kulisu
Copy link

kulisu commented Mar 29, 2014

Request Headers

  • :host:www.google.com.tw
  • :method:GET
  • :path:/
  • :scheme:https
  • :version:HTTP/1.1
  • accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,/;q=0.8
  • accept-encoding:gzip,deflate,sdch
  • accept-language:zh-TW,zh;q=0.8,en-US;q=0.6,en;q=0.4,zh-CN;q=0.2
  • cache-control:max-age=0
  • dnt:1
  • user-agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36
CaseInsensitiveArray Object
(
    [container:CaseInsensitiveArray:private] => Array
        (
            [Request-Line] => GET / HTTP/1.1
            [User-Agent] => Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1
            [Host] => www.google.com.tw
            [Accept] => */*
        )
)

Response Headers

  • alternate-protocol:443:quic
  • cache-control:private, max-age=0
  • content-encoding:gzip
  • content-type:text/html; charset=UTF-8
  • date:Sat, 29 Mar 2014 08:24:42 GMT
  • expires:-1
  • p3p:CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info."
  • server:gws
  • set-cookie:PREF=ID=22ca221b979ef9a5:FF=0:TM=1396081482:LM=1396081482:S=LDXIcjyPh8Vo4Zjy; expires=Mon, 28-Mar-2016 08:24:42 GMT; path=/; domain=.google.com.tw
  • set-cookie:NID=67=HpzSxC9nIT7YVrCK67WutR2TVGT6YemKzqajSn_diBhqUi-ucSoIez6krWWOArXS3D_gYsFyLIfXKNMXMkhVkrbXqENyu4HCKTrKB4r69kYufOtL53aiZRDPt-2z5p6x; expires=Sun, 28-Sep-2014 08:24:42 GMT; path=/; domain=.google.com.tw; HttpOnly
  • status:200 OK
  • version:HTTP/1.1
  • x-frame-options:SAMEORIGIN
  • x-xss-protection:1; mode=block
CaseInsensitiveArray Object
(
    [container:CaseInsensitiveArray:private] => Array
        (
            [Status-Line] => HTTP/1.1 200 OK
            [Date] => Sat, 29 Mar 2014 08:22:52 GMT
            [Expires] => -1
            [Cache-Control] => private, max-age=0
            [Content-Type] => text/html; charset=UTF-8
            [Set-Cookie] => NID=67=CRO8x-Iq2rxcEG1ajYd1-dgOMuOxVrXu0sE1Hp13scFOtbfKNNM9w1p_bh5QqBZI7gZ_Qz_r6Gc8m2VLhDv8WOiWrER5ozJwMK55ZLC1fHsq2-3kskPrD-uP0Q6RPs35; expires=Sun, 28-Sep-2014 08:22:52 GMT; path=/; domain=.google.com.tw; HttpOnly
            [P3P] => CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info."
            [Server] => gws
            [X-XSS-Protection] => 1; mode=block
            [X-Frame-Options] => SAMEORIGIN
            [Alternate-Protocol] => 443:quic
            [Transfer-Encoding] => chunked
        )

)
kulisu pushed a commit to kulisu/metasploit-pro-trial-grabber that referenced this issue Mar 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants