Jump to content
UBot Underground

Loading Facebook Cookies


Recommended Posts

Hey Everyone,

 

Having some major issues storing the facebook remember me cookie. 

 

define GetCookieFB {
    set(#FBcookie, $eval("document.cookie;"), "Global")
    alert(#FBcookie)
}

 

However when doing this it seems to be missing quite a few key value pairs when compared to firebug. if you load the cookie back in using js and splitting on the ; it will fail to be logged in. It seems that you need the key xs but this is not transmitted in document.cookie.

 

Any help would be appreciated.

Link to post
Share on other sites

With ubot we should be able to get and store the cookies since they are actually being set inside ubot, we just have no js access to them. Would be great if we could figure out a plugin or something to store this data somehow.

Link to post
Share on other sites

the problem is the HttpOnly cookies (referanced in another thread here in the forum as well)  that are apache, or server only session cookies that cant be pulled with javascript or anything not residing on the server itself.

Link to post
Share on other sites

Yes but HttpOnly must be stored on the browser side as well from what I can see using firebug, Ubot must be able to get access to them if they are stored locally it is just a security measure stopping them from being pulled via js from my understanding. Myabe im wrong ?

Link to post
Share on other sites
  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...