0
votes
1answer
93 views

Value of a Cookie with cURL or similar

I have learned how to call o PHP file/page on the server from the command line (cUrl). A more secure way of establishing what I want to do, would be the ability to read the value of a previously set ...
4
votes
3answers
181 views

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

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 ...