Transfer cookies to another browser

mayllopl

Regular Member
Joined
Aug 18, 2012
Messages
360
Reaction score
80
Hello guys.
I have question, is it possible find some base of cookies which are sharing by some internet users?
And take cookies and upload to my browser like Mozilla or Chrome ?
Is exist something like this ? In past somewhere I saw that people who offered facebook accounts, offered also cookies for this accounts.
Let me know
Thanks in advance
 
yes,it is possible.use cookie stealing or cookie hijacking method.although its illegal and cyber crime.
 
yes,it is possible.use cookie stealing or cookie hijacking method.although its illegal and cyber crime.

Thanks for answer. but I don't want steal nothing from nobody , asking is maybe are some pages where people share fake created cookies or something like this, or maybe some soft to create fake (cookies generator) cookies to can upload to browser , to later page see, that I'm old user , not new or after cleaning cookies from browser. I want do this to have different fingerprints. Because change canvas and WebGL is not to enough and page also checking cookies probably.
 
Thanks for answer. but I don't want steal nothing from nobody , asking is maybe are some pages where people share fake created cookies or something like this, or maybe some soft to create fake (cookies generator) cookies to can upload to browser , to later page see, that I'm old user , not new or after cleaning cookies from browser. I want do this to have different fingerprints. Because change canvas and WebGL is not to enough and page also checking cookies probably.

Doesn't exist because any cookies that contain sensitive information will be encrypted on the server side. You are the client side and will never be able to decrypt the cookies. Slapping in random cookies won't do anything. The server will just reject them.

This is the underlying principal of cookie-based authentication.
 
I am not sure what you are saying but its possible to transfer cookies from one browser to another if you have access to both. I do that regularly to share my ahref account between multiple users. I use cookie editor plugin for this
 
Doesn't exist because any cookies that contain sensitive information will be encrypted on the server side. You are the client side and will never be able to decrypt the cookies. Slapping in random cookies won't do anything. The server will just reject them.

This is the underlying principal of cookie-based authentication.

Thanks @adverts
You open my mind for it.
Problem is we doing some action les't say (sever A) , catch our actions and making ban.
We made it actions by Multilogin , but doesnt work like should work, different Canvas always , different WebGL etc etc but server A still see that this activity can be make by some 1-2 persons , not like for 100 real different people. Different IPs of course , proxy data center. (now we will be test with residential proxy)
Multilogin support said it can be maybe because we not collect cookies on browser profiles, always made actions from new fresh profiles
That I start looking thinkgs about cookies , is it possible to create some fake and add to browsers.
But now I know how it work.

I have another question , because now making history on Multilogin profiles, and we will repeact action after few days , when profiles collect some cookies etc.
Is it possible that Server A, checking cookies from other sites which I visited ? Or Server A only checking own cookies which sent me on 1st visit of page ?

Could you help me with it ? To can more understand.
Thanks
 
Thanks @adverts
You open my mind for it.
Problem is we doing some action les't say (sever A) , catch our actions and making ban.
We made it actions by Multilogin , but doesnt work like should work, different Canvas always , different WebGL etc etc but server A still see that this activity can be make by some 1-2 persons , not like for 100 real different people. Different IPs of course , proxy data center. (now we will be test with residential proxy)
Multilogin support said it can be maybe because we not collect cookies on browser profiles, always made actions from new fresh profiles
That I start looking thinkgs about cookies , is it possible to create some fake and add to browsers.
But now I know how it work.

I have another question , because now making history on Multilogin profiles, and we will repeact action after few days , when profiles collect some cookies etc.
Is it possible that Server A, checking cookies from other sites which I visited ? Or Server A only checking own cookies which sent me on 1st visit of page ?

Could you help me with it ? To can more understand.
Thanks

This depends on the Origin policy. But a properly designed browser (e.g., your standard firefox, chrome, safari, edge, etc.) will not allow cross domain cookie sharing since this is a security issue (unless explicitly set by the server or via a vulnerability).

Basically, if the sites you're visiting are all owned by the same "company" that can set the Origin policy on the cookie for the multiple domains, then yes, they can track which of "their" sites you visit. For example, Facebook, which owns Instagram/whatsapp, can track you between facebook, ig and whatsapp if they wanted to.

But FB cannot track to say.. google or reddit. Same thing applies--google can track you to youtube, google, gmail, etc but not to amazon or Microsoft.
 
This depends on the Origin policy. But a properly designed browser (e.g., your standard firefox, chrome, safari, edge, etc.) will not allow cross domain cookie sharing since this is a security issue (unless explicitly set by the server or via a vulnerability).

Basically, if the sites you're visiting are all owned by the same "company" that can set the Origin policy on the cookie for the multiple domains, then yes, they can track which of "their" sites you visit. For example, Facebook, which owns Instagram/whatsapp, can track you between facebook, ig and whatsapp if they wanted to.

But FB cannot track to say.. google or reddit. Same thing applies--google can track you to youtube, google, gmail, etc but not to amazon or Microsoft.

Thanks @adverts
Is "Server A" can see my saved Bookmarks from browser ? Or this is also not possible/illegal ?
Want to ask to not lost much time to create browser profiles with all bookmark randomly etc.
 
Thanks @adverts
Is "Server A" can see my saved Bookmarks from browser ? Or this is also not possible/illegal ?
Want to ask to not lost much time to create browser profiles with all bookmark randomly etc.

The server can only see what cookies they've set or are permitted to see via orgin policy and any metadata they can collect via webrtc/JS/html5/http headers/and other protocols or standards your browser supports out of the box (this changes and evolves over time with the standards). Obviously, if you install the company's extensions and what not, they'll be able to see more. A modern browser generally isolates everything else (in theory, barring vulnerability/exploits) away from the server.
 
Back
Top