Releases: julecko/SessionStealer
Releases · julecko/SessionStealer
v1.0.1
v1.0.0
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