Releases: PhrozenIO/PowerRunAsSystem
Releases · PhrozenIO/PowerRunAsSystem
PowerRunAsSystem 5.0
A bind shell option was added to redirect stdin, stdout, and stderr of the spawned interactive system process.
PowerRunAsSystem 4.0
This version includes global improvements to the code, structure, and logic. The most notable addition is support for input/output redirection through reverse shell, allowing interaction with an interactive spawned process without needing access to the desktop (e.g., via SSH or WinRM).
PowerRunAsSystem 3.0.1
Minor fix: Initialize a variable to prevent potential bugs or unexpected results under certain conditions.
PowerRunAsSystem 3.0
- Support new technique using
ImpersonateNamedPipeClient
to impersonate SYSTEM user on caller thread. - Support creation of interactive SYSTEM process using impersonated token.
PowerRunAsSystem 2.0
- Steps to spawn an interactive PowerShell Process requires only one command using a cool two-stage technique
- WinAPI's structure are now handled by hands directly on memory