
Quick tool for utilizing CVE-2024-31317 on Android
A visualization tool based on CVE-2024-31317 for Zygote injection, integrating remote terminal and file transfer capabilities.
Binder-CLI - Access system services via binder
| UID/GID Injection | Advanced Features | Reverse Shell |
|---|---|---|
![]() | ![]() | ![]() |
stty raw -echo; nc 127.0.0.1 8080; stty sane
| Feature | Description |
|---|---|
| Zygote Injection | via hidden_api_blacklist_exemptions |
| Remote Terminal | Full PTY, window resize support |
| App Data Transfer | 50-100 MB/s transfer speed |
| Access Control | UID whitelist |
| Port | Purpose | Authentication |
|---|---|---|
| 8080 | Local reverse shell | Local + UID whitelist |
| 8081 | Control interface | MD5 key |
| 56423 | File接收 | Local |
EXEC <cmd> - Execute command
STATUS - System status
POLICY_ADD <uid> - Add to whitelist
POLICY_LIST - List whitelist
SEND_APP_DIR - Send app directory
# Check process
ps -A | grep zYg0te
# Check ports
netstat -tlnp | grep 56423
# View logs
logcat -s FolderReceiver:*
For security research only. Illegal use is prohibited. Users assume all responsibility.