• Stars
    star
    201
  • Rank 194,491 (Top 4 %)
  • Language
    C++
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a collection of interesting codes about Windows Process creation.

Process-Magics

This is a collection of interesting codes about Windows Process creation. Please contribute if you know one.

CriticalProcess

This program enables SeDebugPrivilege and then sets its own process as Windows Critical Process, if by any reason the process is killed or closed then as it's a critical process, a blue screen appears.

EnumAllHandles

This program enumerates all the handles from all the processes using a call to the native API NtQuerySystemInformation.

ImpersonateNtlmNegotiation

This program is a client-server example of how a server can impersonate client through SSPI connections using ImpersonateSecurityContext.

ImpersonationPipeLine

This program is a client-server example of how a server can impersonate client through named pipe connections using ImpersonateNamedPipeClient.

Bypass Sysmon With Updating Rules

This project aims to bypass Sysmon's "16. Sysmon config states change" by directly sending update IOCTL to Sysmon's driver and as a result, completely bypasses Sysmon.