shell_exec
Execute shell commands on an Android device for follow-up verification of IPC security tests. Useful for reading files, checking broadcast triggers, or dumping logcat.
Instructions
Execute a shell command on the device via shell.exec.
Useful for follow-up verification (read a file the provider exposed, check that a broadcast actually fired, dump logcat, etc.). Beware large outputs — the shell command runs under the agent's UID, which on most devices is the same as the system_user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||