πŸ‘»SMB Ghost

Initial Enumeration

Exploit:

In order to make the exploit work for us we need to generate shellcode in hte form of a dll and make it in C# format because the exploit is written in C.

Once we clone and open the Github repo in Visual Studio COde 2022, in the exploit.cpp, we must replace shellcode variable with our generated shellcode from msfvenom.

Once that is done we build the solution in Visual Studio Code 2022 and then we transfer the exploit.exe to the target machine.

Last updated