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
cve-2026-43499 | Kitploit
Tools/GitHubGitHub/miapatsune/cve-2026-43499
Android SecurityExploitationMobile SecurityHardware & IoT SecurityBinary Exploitation
GitHubmiapatsune/cve-2026-43499

cve-2026-43499

View Repository
11 month agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

IonStack

Kernel exploit for Redmi Pad Pro (dizi) / POCO Pad 5G.

Cloudflare Pages Deployment (Git Integration)

  1. Go to Cloudflare Dashboard > Workers & Pages > Create > Pages > Connect to Git
  2. Select this repository
  3. Build settings:
    • Framework preset: None
    • Build command: leave empty
    • Build output directory: /
  4. Click Save and Deploy
  5. After deploy, go to Settings > Functions to bind resources:
    • KV namespace bindings: IONSTACK -> create new namespace
    • R2 bucket bindings: IONSTACK_SO -> create new bucket ionstack-so
  6. Go to Deployments > Retry deployment to apply bindings

Usage

  • Visit the Pages URL to upload SO file and run exploit
  • Visit /admin.html for admin panel (logs + SO file management)

Project Structure

root@kitploit:~
├── index.html          # Main page (upload SO + run exploit)
├── admin.html          # Admin panel (logs + SO management)
├── exploit.html        # Browser exploit iframe
├── kernel.so           # Pre-compiled SO file
├── _routes.json        # Pages Functions routing config
└── functions/
    └── api/
        └── [[route]].js  # Cloudflare Pages Function (API backend)
Download Tool