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-41651 — CVE-2024-41651 | Kitploit
Tools/GitHubGitHub/fckroun/cve-2024-41651
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed TeamingPayload Development
GitHubfckroun/cve-2024-41651

CVE-2024-41651

CVE-2024-41651

View Repository
122 years 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

Blind SSRF to RCE Exploit - PrestaShop 8.1.7

This document outlines a Blind SSRF to RCE exploit on a fresh PrestaShop 8.1.7 docker installation.

Prerequisites

  • Ensure you have at least an outdated module installed, for example:
    • ps_facetedsearch
  • Download the original package:
    • Download ps_facetedsearch v3.16.1

Steps to Reproduce

  1. Prepare the Malicious File:

    • Download and unzip the original package.
    • Choose a suitable file and function to inject the malicious command.
    • Payload example: Create a file in the root directory (e.g., pwn3ed_bayram.txt). Note: Shells could also be popped. Payload
    • Repack the module and Host it. Repack Repack
  2. Upgrade the Module:

    • Open the module manager in PrestaShop. Repack Repack
  3. Intercept and Modify the Request:

    • Intercept the request Repack
    • Change the source parameter to point to the server hosting your malicious zip file. Repack Repack Repack

Expected Results

  • Before Exploit:

    • Filesystem as expected with no additional files. Repack
  • After Exploit:

    • The file pwn3ed_bayram.txt is successfully created in the root directory. Repack

Additional Notes

  • Reverse shells could be obtained using similar methods.
Download Tool