How can I monitor if a cookie is being sent to a domain other than the one it originated from?

Posted by Brendan Salt on Stack Overflow See other posts from Stack Overflow or by Brendan Salt
Published on 2010-04-06T18:11:21Z Indexed on 2010/04/07 2:23 UTC
Read the original article Hit count: 280

Filed under:
|
|
|

I am trying to write a program that will verify that all cookies sent out from the machine are in fact going to the domain they came from. This is part of a larger security project to detect cookie based malicious attacks (such as XSS). The main snag for this project is actually detecting the out-going cookies. Can someone point me in the right direction for monitoring out-going HTTP traffic for cookie information? Other information about the project: This is a windows application written in C and numerous scripting languages. Thanks so much for the help.

© Stack Overflow or respective owner

Related posts about cookie

Related posts about c