Ross ROSS = Recommend OSS · open-source software intelligence for agents

antonioCoco/RunasCs

RunasCs - Csharp and open version of windows builtin runas.exe observed · 2026-08-28

github.com/antonioCoco/RunasCs · C# · GPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2582
  • days_rel: n/a
  • days_push: 782
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1424 stars · 161 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

RunasCs is an open-source C# utility for running processes with explicit credentials on Windows, serving as an improved alternative to the built-in runas.exe. It supports multiple CreateProcess functions, various logon types, UAC bypass, and stdin/stdout/stderr redirection to remote hosts.

Use cases

  • run a process as another user with explicit credentials from a command line
  • spawn processes from service contexts where runas.exe fails
  • bypass UAC when an administrator password is known
  • redirect process input and output to a remote host
  • execute commands with NetworkCleartext logon type to avoid UAC limitations
  • automatically select the best process creation function based on current token privileges

When to choose

  • you need to run processes under different user accounts with explicit credentials on Windows
  • the built-in runas.exe fails due to service contexts, DACL issues, or UAC restrictions
  • you are performing penetration testing or red team operations requiring flexible process execution
  • you need stdin/stdout/stderr redirection to a remote host

When to avoid

  • you need a cross-platform credential execution tool (Windows only)
  • you require a GUI-based tool for switching users
  • your use case is unrelated to Windows process creation with alternate credentials

Facets

cli-tool · maturity stable

security cli security penetration-testing windows windows cli credential-based-process-execution runas uac-bypass red-team process-creation csharp command-line

1 source

Member repositories

RepositoryRoleHealth v2
antonioCoco/RunasCsmain23

For agents

markdown · JSON · MCP: product_card(name="antonioCoco/RunasCs")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem