Flatsonar

ADB Extractor and Analyzer

by LABCIF

Extract and analyze Android data through ADB

Dangerous permissions Verified creator GPL-3.0-only

About

Extract public, private, APK, and selected Android data through ADB, generate integrity hashes, analyze results with ALEAPP and JADX, and root compatible Android Studio virtual devices with bundled RootAVD.

Permissions

4 permissions weaken the sandbox. Flatsonar asks before installing.

  • all devices (/dev): webcams, disks, raw hardware
    --device=all
  • sandbox escape: can run commands on the host via flatpak-spawn
    --talk-name=org.freedesktop.Flatpak
  • X11 display: X11 lets apps read input and windows of other apps
    --socket=x11
  • full access to your home folder
    --filesystem=home
  • Wayland display
    --socket=wayland
  • inter-process communication (needed for X11)
    --share=ipc
  • network
    --share=network
  • access to /media
    --filesystem=/media
  • access to /mnt
    --filesystem=/mnt
  • access to /run/media
    --filesystem=/run/media

Who publishes this

The creator demonstrably controls this app id: Flathub verification, the hosting account owns the namespace, or a well-known file on their domain.

  • the build has network access: it can download things the manifest does not list
    python-dependencies:build-options:--share=network
  • fetches from the network during the build (nothing to audit beforehand): python3 -m pip install --ignore-installed --prefix=/app --no-cache-dir -r requirements.txt
    python-dependencies:build-commands
  • hosted by github.com/labcif, which owns the io.github namespace of io.github.labcif.adbextractorandanalyzer
    publisher:namespace

Maintenance

Recent activity on the upstream repository, or built and reviewed by Flathub.

No staleness signals: recent activity, or built and reviewed by Flathub.