## https://sploitus.com/exploit?id=C45A27D8-FB06-589C-B4E4-CE5600AD62DC
This is a semi-automated, fully working, no-bs, non-metasploit version of the public exploit code for MS17-010. The exploit is designed to target Windows systems vulnerable to the EternalBlue vulnerability, which is a remote code execution (RCE) vulnerability in the SMBv1 protocol. The exploit code is written in Python and uses the impacket library to interact with the SMB protocol.
The exploit code is divided into several files, including eternalblue_exploit10.py, eternalblue_exploit7.py, and eternalblue_exploit8.py. Each of these files contains a different version of the exploit, with the first one being the most recent and the third one being the oldest.
The exploit code uses a combination of buffer overflow and heap spraying techniques to achieve RCE on the target system. The exploit first sends a specially crafted SMB packet to the target system, which causes a buffer overflow in the SMBv1 protocol. The overflow is then used to spray the heap with a malicious payload, which is executed by the target system.
The exploit code also includes a check to determine if the target system is patched against the EternalBlue vulnerability. If the system is patched, the exploit code will not attempt to exploit it.
The exploit code requires the impacket library to