/RDPThiefInject

RDPThief donut shellcode inject into mstsc

Primary LanguageC#

RDPThiefInject

Today I read the following article:

And I thought why converting RDPThief into csharp, when the DLL can be converted to position independent shellcode via donut and injected via good old classic CreateRemoteThread? So, this repo does this as PoC. Conversion to Syscalls is easy at this point as all things needed are public and up to the reader.

Credit goes to donut && RdpThief.

The credentials are put into the default RDPThief directory C:\users\username\appdata\local\temp\data.bin - no code modifications at all here.