## https://sploitus.com/exploit?id=9A0D75FD-D514-56D3-9D76-46812AF23ADD
This is a proof-of-concept (PoC) exploit for CVE-2020-0796, also known as SMBGhost, a pre-authentication remote code execution vulnerability in the SMBv3 server of Windows operating systems. The exploit is written in Python and uses the SMB protocol to exploit the vulnerability.
The exploit targets the SMBv3 server on a Windows system and attempts to execute arbitrary code on the system by overwriting a pointer in the kernel-mode driver. The exploit uses the SMB protocol to send a specially crafted SMB packet to the SMBv3 server, which triggers the vulnerability and allows the attacker to execute arbitrary code on the system.
The exploit is designed to be used for educational purposes only and should not be used in a production environment without proper authorization. The code is well-structured and follows good coding practices, making it easy to understand and maintain.
The exploit uses the following techniques to achieve its goal:
1. It sends a specially crafted SMB packet to the SMBv3 server, which triggers the vulnerability.
2. It overwrites a pointer in the kernel-mode driver to point to a malicious code.
3. It executes the malicious code, which allows the attacker to execute arbitrary code on the system.
The exploit has the following dependencies:
The SMB