Skip to content

Releases: PhrozenIO/PowerRunAsSystem

PowerRunAsSystem 5.0

15 Oct 09:18
29d2088
Compare
Choose a tag to compare

A bind shell option was added to redirect stdin, stdout, and stderr of the spawned interactive system process.

PowerRunAsSystem 4.0

08 Oct 08:16
da33b46
Compare
Choose a tag to compare

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

12 Aug 13:53
Compare
Choose a tag to compare

Minor fix: Initialize a variable to prevent potential bugs or unexpected results under certain conditions.

PowerRunAsSystem 3.0

25 Feb 15:04
Compare
Choose a tag to compare
  • Support new technique using ImpersonateNamedPipeClient to impersonate SYSTEM user on caller thread.
  • Support creation of interactive SYSTEM process using impersonated token.

PowerRunAsSystem 2.0

23 Feb 09:51
058321a
Compare
Choose a tag to compare
  • 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