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-4040 — Scanner for CVE-2024-4040 | Kitploit
Tools/GitHubGitHub/airbus-cert/cve-2024-4040
Vulnerability ScannersExploitationWeb Application ExploitationIncident ResponseLog Analysis
GitHubairbus-cert/cve-2024-4040

CVE-2024-4040

Scanner for CVE-2024-4040

View Repository
54942 years agoReviewed by Kitploit

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-2024-4040 - exploit scanners

This repository contains files related to CVE-2024-4040 (CrushFTP VFS escape).

scan_host.py

This script attempts to use the vulnerability to read files outside the sandbox. If it succeeds, the script writes Vulnerable to standard output and returns with exit code 1. If exploiting the vulnerability does not succeed, the script writes Not vulnerable and exits with status code 0.

The script depends on the requests library.

scan_logs.py

This script looks for indicators of compromise in a CrushFTP server installation directory. It is basically equivalent to running the following command:

root@kitploit:~
$ grep -F -r '<INCLUDE>' /path/to/CrushFTP/logs/

For each match, it will attempt to extract the IP which tried to exploit the server.

Download Tool