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
- 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
- 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.