spytrap-adb 0.3.5

Test a phone for stalkerware using adb and usb debugging to scan for suspicious apps and configuration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod accessibility;
pub mod args;
pub mod dumpsys;
pub mod errors;
pub mod http;
pub mod ioc;
pub mod package;
pub mod parsers;
pub mod pm;
pub mod remote_clock;
pub mod rules;
pub mod scan;
pub mod settings;
pub mod tui;
pub mod utils;