-
Creating firefox Cookie : sqlite3
Hi,
i am a beginner in computer science, and i am facing a problem with firefox cookies..
I am trying to create a cookie with sqlite but it doesn't work. This is what i did:
sqlite3 .mozilla/firefox/profile.default/cookies.sqlite
//then, i create the cookie//
sqlite> INSERT INTO moz_cookies VALUES (NULL,"test","blablablabla",
".remote-exploit.org","/",1236501426,1235205426,0,0);
//lets see if it worked//
sqlite> SELECT * FROM moz_cookies;
1|test|blablablabla|.remote-exploit.org|/|1236501426|1235205426|0|0
//yes it works//
BUT ! the problem is that when I lunch firefox and when I try to see the different cookies for .remote-exploit.org, nothing. No cookies have been created ???
If someone could help me, this would be grate !
Thanks.
shred
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules