View previous topic :: View next topic |
Author |
Message |
scrat
Guest
|
Posted: Tue Jan 06, 2004 6:24 pm Post subject: faking cookies proxomitron |
|
|
ellooow I'm trying to fake cookies with proxomitron but it just won't work...
could somebody give me an explanation?
greets scrat |
|
Back to top |
|
|
Onlooker
Guest
|
Posted: Sun Jan 11, 2004 3:35 pm Post subject: Re: faking cookies proxomitron |
|
|
scrat wrote: |
ellooow I'm trying to fake cookies with proxomitron but it just won't work...
could somebody give me an explanation?
greets scrat |
First use Scott's Fake a cookie filter as a guide as to the structure of the filter. Cookies have the format "name=data". So pick a name for the cookie, follow with an equal sign, then put in the fake content. You would also have to specify which URL is going to get the faked cookie.
|
|
Back to top |
|
|
Guest
|
Posted: Sun Jan 11, 2004 7:45 pm Post subject: Re: faking cookies proxomitron |
|
|
I allready tried this...
http header:
http://www.mypage.com/page.php
header value match:
name=value
replacemant text:
fake cookie
but the cookie doesn't appear in teh log window wen I visit the page... |
|
Back to top |
|
|
k027
1st Responder
Joined: Aug 25, 2003
Posts: 1251
Location: USA
|
Posted: Mon Jan 12, 2004 11:44 am Post subject: |
|
|
Hello scrat,
See if this helps:
http://www.cookiecentral.com/faq/ |
|
Back to top |
|
|
Onlooker
Guest
|
Posted: Tue Jan 13, 2004 3:15 am Post subject: Re: faking cookies proxomitron |
|
|
Anonymous wrote: |
I allready tried this...
http header:
http://www.mypage.com/page.php
header value match:
name=value
replacemant text:
fake cookie
but the cookie doesn't appear in teh log window wen I visit the page... |
The filter should look more like this:
In = FALSE
Out = TRUE
Key = "Cookie: Fake a cookie (out)"
URL = "www.mypage.com/page.php"
Match = "*"
Replace = "value=fake cookie"
|
|
Back to top |
|
|
Guest
|
Posted: Tue Jan 13, 2004 12:49 pm Post subject: Re: faking cookies proxomitron |
|
|
Onlooker wrote: |
The filter should look more like this:
In = FALSE
Out = TRUE
Key = "Cookie: Fake a cookie (out)"
URL = "www.mypage.com/page.php"
Match = "*"
Replace = "value=fake cookie" |
I tried like you said but the log window still sais that the cookie isn't there...
don't get it...
greets scrat
|
|
Back to top |
|
|
Guest
|
Posted: Tue Jan 13, 2004 2:18 pm Post subject: Re: faking cookies proxomitron |
|
|
never mind I found it....
In = FALSE
Out = TRUE
Key = "Cookie: Fake a cookie (out)"
URL = "[^.].google.com/"
Match = "*"
Replace = "value"
this is how it should be |
|
Back to top |
|
|
|