SkillAgentSearch skills...

ProcessGhosting

Small POC for process ghosting

Install / Use

/learn @dosxuz/ProcessGhosting
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ProcessGhosting

This is a C# implementation of the original Process Ghosting written in C Original POC.

For easier understanding, the target file name and path have been hardcoded.

Usage

  • Open the project solution in Visual Studio
  • Change the path of the target binary that you want to run in the following lines
string filename = @"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe"; //Change this
  • Compile the code in Visual Studio as Release and in x64 architecture

  • Run the ProcessGhosting.exe program to launch a target binary of your choice
./ProcessGhosting.exe

For More details about this technique refer to my Blog

View on GitHub
GitHub Stars40
CategoryDevelopment
Updated5mo ago
Forks10

Languages

C#

Security Score

72/100

Audited on Oct 15, 2025

No findings