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-25153 — Proof-of-concept exploit for CVE-2024-25153. | Kitploit
Tools/GitHubGitHub/rainbowhatrkn/cve-2024-25153
Vulnerability AnalysisExploitationPenetration Testing
GitHubrainbowhatrkn/cve-2024-25153

CVE-2024-25153

Proof-of-concept exploit for CVE-2024-25153.

View RepositoryWebsite
12 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

Exploit for CVE-2024-25153

Exploit Logo


Table of Contents

Click to expand
  1. Introduction
  2. Installation
  3. Usage
  4. Contributing
  5. License

Introduction

Welcome to the Exploit for CVE-2024-25153! This project is a solution to exploit the CVE-2024-25153 vulnerability and execute code remotely in Fortra FileCatalyst Workflow.


Installation

Click to expand

Here is how to install the Exploit for CVE-2024-25153 on your machine:

root@kitploit:~
git clone https://github.com/tucommenceapousser/CVE-2024-25153.git
cd CVE-2024-25153

Usage

Click to expand

Host Mode:

To exploit the CVE-2024-25153 vulnerability on a single host, use the following command:

root@kitploit:~
python main.py --host {hostname} --port {port} --url {url} --cmd {command}
Download Tool

Mass Mode:

If you have a list of multiple URLs to test, you can use the "mass" mode. Make sure you have a .txt file containing a list of URLs, one per line. Use the following command to run the "mass" mode and save the results in a .txt file:

root@kitploit:~
python main.py --mass {chemin_vers_fichier_urls} --port {port} --url {url} --cmd {command}

The vulnerable results will be saved in a .txt file specified by the user.


Contributing

Click to expand

If you would like to contribute to the Exploit for CVE-2024-25153, follow these steps:

  1. Fork the project
  2. Create a new branch (git checkout -b ameliorations)
  3. Commit your changes (git commit -am 'Ajouter de nouvelles fonctionnalités')
  4. Push the branch (git push origin ameliorations)
  5. Create a Pull Request

License

Click to expand

This project is licensed under the MIT License. For more information, see the LICENSE file.