Skip to content

CockyGrabber v2.2.0

Compare
Choose a tag to compare
@MoistCoder MoistCoder released this 03 Apr 11:57
· 21 commits to main since this release

Additions

  • Chromium changed to Blink, and Firefox changed to Gecko
  • Added BlinkGrabber and GeckoGrabber which replace ChromeGrabber and FirefoxGrabber
  • Added Firefox Login Decryption
  • Added GrabberException which replaces CookieDatabaseNotFoundException, LoginDatabaseNotFoundException, and LocalStateNotFoundException

Improvements

  • Fixed the bug where you couldn't call the Method GetAllChromiumCookies() with the UniversalGrabber without it throwing an exception when at least one of the Browsers was not installed (same thing goes for GetAllChromiumLogins() and their Get-By equvalents)
  • Moved the documentation from Readme.md to the Github Wiki
  • Added support for mutliple Profiles on gecko based browsers like Firefox
  • Changed Timestamps from long to DateTimeOffset
  • Improved the use of the DynamicJsonConverter