SMTP 취약점 악용 스크립트 개요
이 스크립트는 SMTP 서버의 취약점을 확인하고 발견된 경우 시스템에 대한 역방향 셸 연결을 설정하여 취약점을 악용합니다. 특징
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.
용법
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.
중요 사항
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.