Posts Tagged With: "cookies"

post thumbnail

Feeding cookies to a bot

You’ve probably heard of XSS. The javascript injection which will steal your cookie, bypassing the cross-domain policy implemented by browsers. Normally, you are not allowed to see the cookie of another site/control a user on another site.
However, if a site has XSS leaks, this does become possible. All you need is a way to inject [...]

14Aug2008 | 4 comments | Read more