Skip to content

Releases: julecko/SessionStealer

v1.0.1

27 Mar 11:21

Choose a tag to compare

Timing fix

Due to nature of taskkill program and how this program starts program there was error where taskkill to kill chromium based browsers also killed the one started after it with developer websocket. Added timeout to fix this.
Currently works on:

  • Edge
  • Firefox

v1.0.0

08 Mar 14:04

Choose a tag to compare

SessionStealer v1.0.0

First working realeas of seesionstealer which is able to import and export cookies from different browsers.
Right know here are supported browsers:

  • Edge
  • Firefox

Chrome works partially on older versions, not on knew ones. Most migrations of cookies can be done between different browsers but works best when importing into same browser it was exported from.

In binaries section is:

  • sessionstealer.exe -> Main executable which parses arguments and passes them to dlls
  • discovery.dll -> library which discovers browsers on computer
  • chromium_browser.dll -> library which allows for export and import from chromium based browsers
  • firefox_browser.dll -> library which allows for export and import from firefox browser
  • sqlite3.dll -> sqlite library needed by firefox_browser.dll

If testing on system where you know ahead only one browser is present you can ommit certain dlls, mandatory is only main executable, discovery.dll and browserName_browser.dll for specific browser