Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/wqry085/poc-deployer-system
Android SecurityPrivilege EscalationPayload GenerationExploitationPost-ExploitationPenetration TestingMobile SecurityRemote Access Tool
GitHubwqry085/poc-deployer-system

PoC-Deployer-System

Quick tool for utilizing CVE-2024-31317 on Android

View Repository
741016 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

PoC-Deployer-System

License: MIT 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

Screenshots

UID/GID InjectionAdvanced FeaturesReverse Shell
injectionadvancedshell

Quick Start

Requirements

  • Android 9-13, security patch before 2024.6
  • Shizuku activated
  • Disable vendor restrictions on special devices (MIUI/ColorOS/OriginOS)

Usage

  1. Install and activate Shizuku
  2. Install app, grant Shizuku permission
  3. Configure target parameters (UID/GID/SELinux context)
  4. Start remote terminal (reverse shell)
  5. Connect to reverse shell:
root@kitploit:~
stty raw -echo; nc 127.0.0.1 8080; stty sane

Features

FeatureDescription
Zygote Injectionvia hidden_api_blacklist_exemptions
Remote TerminalFull PTY, window resize support
App Data Transfer50-100 MB/s transfer speed
Access ControlUID whitelist

Ports

PortPurposeAuthentication
8080Local reverse shellLocal + UID whitelist
8081Control interfaceMD5 key
56423File接收Local

Control Commands (Port 8081)

root@kitploit:~
EXEC <cmd>       - Execute command
STATUS           - System status
POLICY_ADD <uid> - Add to whitelist
POLICY_LIST      - List whitelist
SEND_APP_DIR     - Send app directory

Troubleshooting

root@kitploit:~
# Check process
ps -A | grep zYg0te
# Check ports
netstat -tlnp | grep 56423
# View logs
logcat -s FolderReceiver:*

Disclaimer

For security research only. Illegal use is prohibited. Users assume all responsibility.

Credits

https://github.com/Webldix

Download Tool