NoraLily05
Registered

Device & App Information Gathering
- 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
File System Access & Management
- 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
App Testing & Debugging Tools
- 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
Network Traffic Monitoring
- 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
Security & Vulnerability Scanning
- 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
Customization & Testing Modes
- 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