Skip to content

Releases: Stealerium/Stealerium

v3.6.0

13 Oct 23:50
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Add support for multiple file upload services: Gofile and FileIo.
  • Introduce FileUploadService selection in the UI to choose between supported services.

💡 Refactoring

  • Introduce FileIoService along with IFileService interface and FileServiceFactory.
  • Update Telegram.cs to utilize the selected file upload service for uploading archives.

🧰 Maintenance

  • Update SSL settings in Program.cs to support TLS 1.2 and TLS 1.3.

v3.5.2

12 Oct 12:55
Compare
Choose a tag to compare

What's Changed

💡 Refactoring

  • anti-analysis: use hardcoded services list instead of services_list.txt

    • Removed the "Services" entry from the ListUrls dictionary to prevent external loading.
    • Initialized the Services blacklist manually within the Blacklists dictionary.
    • Updated EnsureAllListsLoadedAsync to exclude the Services list from dynamic loading.
    • Ensured that SuspiciousService correctly checks against the manually specified services.

v3.5.1

10 Oct 22:32
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Added 'sln' and 'csproj' to source code file types.

🐛 Bug Fixes

  • Corrected `GrabberSizeLimit` from 5120 bytes to `5 * 1024 * 1024` bytes (5 MB).
  • Filtered out empty usernames and passwords when writing to CSV files.
  • Updated `CreateReadme` to only generate README if valid passwords exist.

💡 Refactoring

  • Refactored `FileGrabber` for better error handling and path manipulation.

🧰 Maintenance

  • Updated `System.Text.Json` dependency to version 8.0.5.

v3.5.0

06 Oct 19:27
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • #161 Correctly handle relative browser paths in recover-firefox

💡 Refactoring

  • #162 Enhance anti-analysis with blacklist checks and async loading

🧰 Maintenance

  • #163 Bump version to v3.5.0

v3.4.1

05 Oct 23:47
42e7dbf
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

  • update dependencies, refactor code, and bump version to v3.4.1 by @kgnfth in #159

Full Changelog: v3.4.0...v3.4.1

v3.4.0

02 Oct 21:21
Compare
Choose a tag to compare

What's Changed

💡 Refactoring

  • DRY up browser wallet extensions and simplify build configurations

🧰 Maintenance

  • Fix .csproj build configuration