[b]
Device & App Information Gathering[/b]
[b]File System Access & Management[/b]
[b]App Testing & Debugging Tools[/b]
[b]Network Traffic Monitoring[/b]
[b]Security & Vulnerability Scanning[/b]
[b]Customization & Testing Modes[/b]
Device & App Information Gathering[/b]- Collects complete device info: model, OS version, build number, manufacturer
- Lists all installed apps with version numbers
- Retrieves package names, permissions, and APK paths
- Detects rooted or emulated environments
[b]File System Access & Management[/b]
- Reads internal and external storage file structures
- Allows uploading/downloading of files for testing
- Supports file modification, deletion, and permission checks
- Scans for hidden files or sensitive data locations
[b]App Testing & Debugging Tools[/b]
- Injects test payloads or APKs for behavior testing
- Logs real-time app activity (including crashes, errors, and network calls)
- Supports UI automation testing and input simulation
- Tracks foreground/background app transitions
[b]Network Traffic Monitoring[/b]
- Captures network packets sent/received by any app
- Monitors Wi-Fi and mobile data activity separately
- Tests DNS resolution, proxy response, and port availability
- Flags unusual network connections or C2 behavior
[b]Security & Vulnerability Scanning[/b]
- Checks for exposed ports and open debuggers
- Scans for misconfigured permissions in installed apps
- Tests apps for data leakage vulnerabilities
- Detects apps using insecure HTTP connections
[b]Customization & Testing Modes[/b]
- Custom script runner for advanced testing
- Switch between normal, sandboxed, and root-access modes
- Emulate various network conditions (e.g., no internet, slow 3G)
- Adjustable testing delays and logs retention