Jump to content
UBot Underground

Exbrowser Save And Load Cookies


Recommended Posts

I tried to save the exbrowser cookies and then load it when next run, but after inspect with cookie manager, i found that it do not load the cookie.

The single insertion using "exbrowser Load cookie by domain" is working, but not the save and load cookies feature.. anyone know how to make it work? 

Link to post
Share on other sites

Be sure to go there, load the cookies, then go back to the site again.

Hey bro, can you give one example?

 

i tried to navigate to site 1, then load cookie from file, and navigate to site 1 again

 

then i check cookie with chrome cookie manager extension, it dont load the pre-save cookies (it work only if i insert cookie one by one)

 

 

Link to post
Share on other sites

the website is 
 

https://disqus.com/next/login/#!auth%3Astart

may be i do something working or i have older version, it just dont work
exbrowser version 1.3.2.8

however i have use an alternative way to make it worked with a chrome extension call "cookiebro", thanks

Link to post
Share on other sites


plugin command("ExBrowser.dll", "ExBrowser CleanUp", "No")
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.html-kit.com/tools/cookietester/")
plugin command("ExBrowser.dll", "ExBrowser Click", "//form[@class=\'zp\']/input[@type=\'submit\']")
plugin command("ExBrowser.dll", "ExBrowser Save Cookies", "D:\\cookies.dat")
plugin command("ExBrowser.dll", "ExBrowser CleanUp", "No")
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.html-kit.com/tools/cookietester/")
wait(8)
plugin command("ExBrowser.dll", "ExBrowser Load Cookies", "D:\\cookies.dat")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.html-kit.com/tools/cookietester/")

 

  • Like 2
Link to post
Share on other sites

the website is 

 

https://disqus.com/next/login/#!auth%3Astart

may be i do something working or i have older version, it just dont work

exbrowser version 1.3.2.8

 

however i have use an alternative way to make it worked with a chrome extension call "cookiebro", thanks

I have tested it and runs ok with cookie save and load.

  • Like 1
Link to post
Share on other sites

Thanks for the code example

does it mean this feature only save cookie for one page? or it save all the cookies in the browser?

for example:

if i navigate to yahoo.com.. then google.com ... and save the cookie

it will save for both site or just google.com?

Thanks a lot

Link to post
Share on other sites

Thanks for the code example

 

does it mean this feature only save cookie for one page? or it save all the cookies in the browser?

 

for example:

 

if i navigate to yahoo.com.. then google.com ... and save the cookie

 

it will save for both site or just google.com?

 

Thanks a lot

 

The Command Reference says this

 

"Saves all Cookies from the active browser in the current thread into the specified file."

 

So I guess it is actually all of them and not just the domain you are on.

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