LogoAISecKit

CVE-2024-45519

A GitHub repository for a script that exploits SMTP vulnerabilities to establish a reverse shell connection.

Introduction

SMTP Vulnerability Exploit Script Overview

This repository contains a script designed to check for vulnerabilities in SMTP servers and exploit them if found. The key features include:

  • Port Checking: Verifies if the target SMTP port is open.
  • Vulnerability Check: Sends a payload to test for vulnerabilities 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
  1. Listen on your machine: Before running the script, open a terminal and listen for incoming connections:
    nc -lvnp 4444  # Replace 4444 with your chosen port
  2. 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
  • Ensure you have permission to test the target server to avoid legal issues.

Newsletter

Join the Community

Subscribe to our newsletter for the latest news and updates