Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 309 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 309 Bytes

RunCmdFromDll

A demo program to start cmd.exe from a Dll in windows.
Program will duplicate the process token of injected process and start cmd.exe with the token in the current user's desktop.
Can be used for process injection, Dll planting, Search order hijacking or Elevation of privilege.