Author Topic: Cookie Stealing  (Read 1746 times)

0 Members and 1 Guest are viewing this topic.

Offline z3ro

  • Knight
  • **
  • Posts: 345
  • Cookies: 60
    • View Profile
Cookie Stealing
« on: July 27, 2012, 10:59:57 am »
Is there a way to steal HttpOnly cookies??
~ God is real. Unless declared as an integer.

Offline Phage

  • VIP
  • Overlord
  • *
  • Posts: 1280
  • Cookies: 120
    • View Profile
Re: Cookie Stealing
« Reply #1 on: July 27, 2012, 12:31:45 pm »
I'm not quite sure what you are meaning with "http only cookies". From my point of view it's the same as any other regular cookie.
"Ruby devs do, in fact, get all the girls. No girl wants a python, but EVERY girl wants rubies" - connection

"It always takes longer than you expect, even when you take into account Hofstadter’s Law."

Offline z3ro

  • Knight
  • **
  • Posts: 345
  • Cookies: 60
    • View Profile
Re: Cookie Stealing
« Reply #2 on: July 27, 2012, 12:45:30 pm »
I'm not quite sure what you are meaning with "http only cookies". From my point of view it's the same as any other regular cookie.


seriously!  :o  yu dn't know what's an httpOnly cookie?


The HttpOnly attribute directs browsers to use cookies via the HTTP protocol only.  An HttpOnly cookie is not accessible via non-HTTP methods, such as calls via JavaScript ("document.cookie"), and therefore cannot be stolen easily via xss...
~ God is real. Unless declared as an integer.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Cookie Stealing
« Reply #3 on: July 27, 2012, 01:31:38 pm »
It's a regular cookie, but accessed only from HTTP. You can still steal it like any other cookie via sniffing the traffic.

Offline z3ro

  • Knight
  • **
  • Posts: 345
  • Cookies: 60
    • View Profile
Re: Cookie Stealing
« Reply #4 on: July 27, 2012, 01:36:10 pm »
It's a regular cookie, but accessed only from HTTP. You can still steal it like any other cookie via sniffing the traffic.


sniffing the traffig>> OK..
But what about outsite network??
~ God is real. Unless declared as an integer.

Offline Phage

  • VIP
  • Overlord
  • *
  • Posts: 1280
  • Cookies: 120
    • View Profile
Re: Cookie Stealing
« Reply #5 on: July 27, 2012, 05:58:01 pm »
Ok kulverstukas that was also what i was thinking.
"Ruby devs do, in fact, get all the girls. No girl wants a python, but EVERY girl wants rubies" - connection

"It always takes longer than you expect, even when you take into account Hofstadter’s Law."