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-28995 — CVE-2024-28995 POC Vulnerability Scanner | Kitploit
Tools/GitHubGitHub/bigb0x/cve-2024-28995
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubbigb0x/cve-2024-28995

CVE-2024-28995

CVE-2024-28995 POC Vulnerability Scanner

View Repository
1442 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

CVE-2024-28995 PoC and Bulk Scanner

Overview

This repository contains a proof-of-concept (PoC) and a bulk scanner for the SolarWinds Serv-U CVE-2024-28995 directory traversal vulnerability. This vulnerability allows unauthorized access to read sensitive files on the host machine. The vulnerability was discovered and reported by Hussein Daher.

Banner

Features

  • Single Target Scan: Scan a single URL for the CVE-2024-28995 vulnerability.
  • Bulk Scan: Scan multiple URLs from a file for the CVE-2024-28995 vulnerability.
  • Multi-threading: Utilizes multi-threading to scan multiple targets concurrently.
  • Multiple payloads: The script checks for two payloads for CVE-2024-28995 vulnerability.

How to Use

Single Target Scan

To scan a single target IP:

root@kitploit:~
python cve-2024-28995.py -ip IP

Bulk Target Scan

To mass scan bulk targets IPs:

root@kitploit:~
python cve-2024-28995.py -f targets.txt

Example Output

To scan a single target URL:

root@kitploit:~
[01:55:10][INFO] Vulnerable Windows Device: https://IP

Installation

Minimum Requirements

  • Python 3.6 or higher
  • requests library

Installing The Script

root@kitploit:~
git clone https://github.com/bigb0x/CVE-2024-28995.git cve-2024-28995; cd cve-2024-28995

Installing Required Packages

Install the required packages using pip:

root@kitploit:~
pip install requests

Author

This tool was created by M Ali. More details can be found in this post

License

This project is licensed under the MIT License.

Disclaimer

This provided tool is for educational purposes only. I do not encourage, condone, or support unauthorized access to any system or network. Use this tool responsibly and only on systems you have explicit permission to test. Any actions and consequences resulting from misuse of this tool are your own responsibility.

References

  • https://nvd.nist.gov/vuln/detail/CVE-2024-28995
  • https://www.solarwinds.com/trust-center/security-advisories/CVE-2024-28995
Download Tool