Jump to content
UBot Underground

Trying To Get Cookies From Twitter...


Recommended Posts

Hello everybody ;)

 

I have just get ubot stealth ;) It seems to be good and almost everything works properly. I say almost because I can't get cookies from Twitter. Or even from google, or facebook...

 

navigate("https://twitter.com/","Wait")
wait

connect with my login

set(#cooki,$get cookie("auth_token"),"Global")

 

and nothing on the var "cooki"

 

 

I've tried with
set(#touslescookies,$get all cookies,"Global")

 

And tried also with

add list to list(%cookies,$list from text($get all cookies,$new line),"Delete","Global")
 

same... nothing... I have this error from ubot http://prntscr.com/9900a8

 

I use net frame work 4.6, on windows 7 integral, i7 2600k, 16G ram with Ubot 5.9.6 on chrome 21

 

Could someone help me to make it work ?

Link to post
Share on other sites

I have read a few of your posts and know that you are an advanced user,more than myself,but  assuming you are not using HTTP Get/Post method this should work,just need to extract the auth token

 

set(#cookies,$eval("document.cookie"),"Global")

Link to post
Share on other sites

Thank you deliter but I'm using the new fonctionnalities of ubot stealth $get cookie("auth_token") and it doesn't work at all... I'm not using http get/post.

 

Nobody use get cookies with the last Ubot ?

 

Once again, I have updated ubot for nothing ?

Link to post
Share on other sites

Hello everybody ;)

 

I have just get ubot stealth ;) It seems to be good and almost everything works properly. I say almost because I can't get cookies from Twitter. Or even from google, or facebook...

 

navigate("https://twitter.com/","Wait")

wait

connect with my login

set(#cooki,$get cookie("auth_token"),"Global")

 

and nothing on the var "cooki"

 

 

I've tried with

set(#touslescookies,$get all cookies,"Global")

 

And tried also with

add list to list(%cookies,$list from text($get all cookies,$new line),"Delete","Global")

 

same... nothing... I have this error from ubot http://prntscr.com/9900a8

 

I use net frame work 4.6, on windows 7 integral, i7 2600k, 16G ram with Ubot 5.9.6 on chrome 21

 

Could someone help me to make it work ?

 

 

I havent got the cookies in UBot to work since they put them there :/

I thought it was the sites i was trying to get cookies from at first, 

 

but it became evident that no cookie is ever saved, ..... and i mean ever

 

hey ho, ... Ive lived without it for this long hahaha

 

 

 

 

CJ

Link to post
Share on other sites

The cookie commands are compatible with chrome 39 only as stated on the wiki page:

http://wiki.ubotstudio.com/wiki/Cookie_Control

 

Chrome 21 is outdated.

 

Please use Chrome 39 instead and let us know at support or on the tracker if you find issue.

Link to post
Share on other sites

The cookie commands are compatible with chrome 39 only as stated on the wiki page:

http://wiki.ubotstudio.com/wiki/Cookie_Control

 

Chrome 21 is outdated.

 

Please use Chrome 39 instead and let us know at support or on the tracker if you find issue.

 

I tried with chrome 39 and yahooo

 

bot saved cookie but not all

Link to post
Share on other sites

depence on how cookies are set....there is a new functionality in html since 1-2 years calles HttpOnly. 

it means, it blocks to get the cookie per Javascript

  • Like 1
Link to post
Share on other sites
  • 2 months later...

The cookie commands are compatible with chrome 39 only as stated on the wiki page:

http://wiki.ubotstudio.com/wiki/Cookie_Control

 

Chrome 21 is outdated.

 

Please use Chrome 39 instead and let us know at support or on the tracker if you find issue.

As reported by Budy Shearer here http://tracker.ubotstudio.com/issues/917

 

This is still a bug and not yet resolved I think for both 21 and 39 Chrome version

Link to post
Share on other sites

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...