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-45519 | Kitploit
Tools/GitHubGitHub/p33d/cve-2024-45519
Payload GenerationVulnerability AnalysisExploitationShellcodePenetration TestingRemote Access Tool
GitHubp33d/cve-2024-45519

CVE-2024-45519

View Repository
42171 year 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-45519

SMTP Vulnerability Exploit Script Overview

This script checks for vulnerabilities in an SMTP server and, if found, exploits the vulnerability by establishing a reverse shell connection to your machine. Features

root@kitploit:~
Port Checking: Verifies if the target SMTP port is open.
Vulnerability Check: Sends a payload to test for vulnerability in the SMTP server.
Exploit & Reverse Shell: If the server is vulnerable, the script executes a reverse shell, allowing you to gain access to the remote machine.

Usage

root@kitploit:~
Listen on your machine: Before running the script, open a terminal and listen for incoming connections:

bash

nc -lvnp 4444

(Replace 4444 with your chosen port, matching the one in the script.)

Run the script: If the server is vulnerable, it will connect back to your machine, and you will gain control via the terminal.

Important Notes

root@kitploit:~
Legal Use Only: This script should only be used on systems where you have explicit permission to test for vulnerabilities.
Correct IP Configuration: Ensure the script uses your correct IP address, particularly your public IP if working outside a local network.
Download Tool