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-2024-27115-Exploit — Exploit For SOPlanning 1.52.01 (Simple Online Planning Tool) - Remote Code Execution (RCE) (Authenticated) | Kitploit
Tools/GitHubGitHub/theexploiters/cve-2024-27115-exploit
ExploitationWeb Application ExploitationPenetration TestingPayload DevelopmentRemote Access Trojan
GitHubtheexploiters/cve-2024-27115-exploit

CVE-2024-27115-Exploit

Exploit For SOPlanning 1.52.01 (Simple Online Planning Tool) - Remote Code Execution (RCE) (Authenticated)

View Repository
51 year 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

SOPlanning 1.52.01 - Remote Code Execution (RCE) (Authenticated)

Exploit Details

  • Exploit Title: SOPlanning 1.52.01 (Simple Online Planning Tool) - Remote Code Execution (RCE) (Authenticated)
  • Date: 6th October, 2024
  • Exploit Author: Ardayfio Samuel Nii Aryee
  • Version: 1.52.01
  • Tested on: Ubuntu

Description

This repository contains an exploit for a Remote Code Execution (RCE) vulnerability in SOPlanning version 1.52.01. The exploit allows authenticated users to upload a malicious PHP file and execute arbitrary commands on the server.

Usage

Prerequisites

  • Python 3.x
  • requests library (Install with pip install requests)

Exploit Instructions

  1. Clone this repository:

    root@kitploit:~
    git clone https://github.com/TheExploiters/SOPlanning-RCE-1.52.01.git
    cd SOPlanning-RCE-1.52.01
    
  2. Run the exploit script:

    root@kitploit:~
    python3 SOPlanning-1.52.01-RCE-Exploit.py -t <target> -u <user> -p <pass>
    

    Replace http://example.com:9090 with the target URL, admin with the username, and admin with the password.

  3. After successful execution, access the web shell:

    root@kitploit:~
    Access webshell here: http://example.com/upload/files/{link_id}/{php_filename}?cmd=<command>
    
  4. To use the interactive shell, respond with yes when prompted.

Command Example

root@kitploit:~
python3 SOPlanning-1.52.01-RCE-Exploit.py -t <target> -u <user> -p <pass>

Disclaimer

This exploit was authored by Ardayfio Samuel Nii Aryee and is provided for educational purposes only. The author and repository owner are not responsible for any misuse or damage caused. Ensure you have explicit permission before testing this exploit on any system.

Repo View Counter

Download Tool