Skip to content

Sentry.Radio.v0.3.0-beta

Choose a tag to compare

@fzer0x fzer0x released this 09 Feb 16:51
· 48 commits to main since this release

v0.3.0-beta

  • Deep System Hardening (Magisk/KSU Module):
    • Introduced the Sentry Radio Hardening Module for Magisk and KernelSU.
    • Enforces secure modem parameters at the system level (e.g., disables insecure network fallbacks).
    • Provides a low-level interface (sentry-ctl) for direct modem interaction.
  • Dynamic CVE Vulnerability Management:
    • Replaced static vulnerability list with live NVD API v2.0 fetching for up-to-the-minute modem CVEs.
    • Implemented intelligent matching for device chipsets (Qualcomm, MediaTek, Exynos) against the CVE database.
    • Added a local Room cache for offline vulnerability scanning.
  • Enhanced Forensic Mapping Experience:
    • Map state (position and zoom) is now saved and restored automatically.
    • The map now intelligently centers on the user's location on first launch or when no state is saved.
    • UI-Fix: Fixed a bug causing empty pop-up bubbles; info windows now only appear for cell tower markers.
  • System Integrity Dashboard Upgrade:
    • Added Android Security Patch level to the System Integrity Scan card.
    • Added the timestamp of the last CVE database sync for transparency.
  • Stability & API Fixes:
    • Repaired and optimized API communication for OpenCellID and BeaconDB.
    • Enhanced Xposed module hooks for better compatibility with modern Android versions.