Skip to content

Releases: syhunt/sandcat

Sandcat Browser v7.0 Final Release

26 Apr 20:08
Compare
Choose a tag to compare

Sandcat 7.0 now uses Microsoft Edge's engine, which is based on Chromium, instead of the Chromium Embedded Framework (CEF), and provides increased stability, speed and security since Edge's engine is updated together with the Windows updates.

Important: This update address the high-severity CVE-2023-2033 (Type confusion in Chromium's V8). Users are advised to immediately upgrade Syhunt to version 7.0 and upgrade Microsoft Edge to version 112.0.1722.48 or superior on Windows systems.

  • New engine: Microsoft Edge's webview2 replacing Chromium Embedded Framework
  • Improved Live Headers and Request Editor (additional stability).
  • Added the ability to import/export/clear bookmarks.
  • Confirm exit when tasks are running.
  • Improvements to Sandcat's JS execution APIs.
  • New icon.
  • Various other minor experience enhancements.

Sandcat Browser v6.0 Final Release

16 Nov 19:05
Compare
Choose a tag to compare

ChangeLog:

  • Added new QuickInject options and fixed QuickInject preferences dialog not opening (Community only).
  • Fixed: Live Header's Send/Replay Request option not working.
  • Fixed: Fix numeric input type not applied in prefs dialog.
  • Fixed: Fix help command not working in console

Note: this is the last version that supports Vista and XP

Sandcat Browser v6.0 RC1

17 Apr 05:01
Compare
Choose a tag to compare
Pre-release

ChangeLog:

  • Request Viewer rewrite - with better display of requests and stability fixes.
  • Disabled the Chromium's XSS protection when in pentest mode.
  • Simplified the tabbed UI - major tab code clean up and reorganization.
  • Added drag and drop for items in the list editor.
  • Fixed: occasional crash when extension called events of Lua objects.
  • Additional stability.

Sandcat Browser v5.2

03 Jun 19:22
Compare
Choose a tag to compare

ChangeLog:

  • Added the ability to create offscreen Chromium renderers using the Lua API.
  • Improved tab status bar text handling.
  • Improved task script error handling.
  • Improved live headers.
  • Improved startup for Windows 10 compatibility.
  • The Chromium library was upgraded to the latest release.
  • Make window close work as cancel in Preferences dialog.
  • Some extensive code cleanup.
  • Minor user experience improvements.
  • 64-bit version now available separately (special thanks for @RJ35 for fixing a Chromium
    related crash under Win64 environments making this release possible)
  • Fixed: a rare crash when switching tabs.

Sandcat Browser v5.1-beta.4

22 Jun 15:42
Compare
Choose a tag to compare

This release address minor issues like a crash when loading a homepage during startup or calling the context-menu from a loaded web page. Also uses the latest Chromium binaries. This fixes some instability issues when browsing with the live headers enabled.

Sandcat Browser v5.1-beta.2

18 Sep 23:39
Compare
Choose a tag to compare

This release is focused on stability and performance, as well as some other improvements such as being able to ignore certificate errors while navigating and open PDF files.

Here is what changed in version 5.1:

  • Switched to the WACEF Chromium framework and the latest Chromium binaries. This significantly improves speed and stability, especially during shutdown.
  • Most preferences now get applied instantly (just need to open a new tab instead of restarting).
  • Added a certificate error dialog.
  • Added a PDF viewer plugin.
  • Added proxy support.
  • Improved Lua integration.
  • Minor compiler optimizations.
  • The Selenite library was upgraded to the latest release.

Sandcat Browser v5.0-beta.1

21 May 12:58
Compare
Choose a tag to compare

ChangeLog:

  • Faster startup and responsiveness.
  • Huge refactoring and cleanup of the current code.
  • The Chromium library was upgraded to the latest release (incredibly fast!).
  • Improved compatibility with 64-bit Windows editions.
  • Improved source code editor.
  • Available as free, open source/community edition (under a BSD-3-Clause license).
  • Built using components and libraries from the Catarinka toolkit (also made open source at the same time with this release and under the same license).
  • Includes the Selenite Lua library - a multi-purpose set of Lua extensions developed to make the development of Lua extensions easier in Sandcat. The code for Selenite is now open source, and available under the MIT license.
  • Fixed: output of the SHA1 and the full URL encoders.