awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesSame-Console Elevations

Runs a program with administrator privileges while keeping the elevated process attached to the current console window for seamless interaction.

Distinct from Process Privilege Elevation: Distinct from Process Privilege Elevation: focuses on keeping the elevated process attached to the caller's console window, not just token manipulation.

Explore 1 awesome GitHub repository matching security & cryptography · Same-Console Elevations. Refine with filters or upvote what's useful.

Awesome Same-Console Elevations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • gerardog/gsudoAvatar de gerardog

    gerardog/gsudo

    5,978Voir sur GitHub↗

    gsudo is a command-line utility for Windows that elevates any command with administrator privileges directly from the current console window. It functions as a sudo-style tool, detecting the active shell environment—whether CMD, PowerShell, WSL, or Bash—and running the elevated command natively within that shell without spawning a new window. The tool preserves full console features including colors, keyboard input, auto-completion, and I/O redirection during elevated execution. A key differentiator is gsudo's credential caching system, which stores UAC-approved tokens in a background daemon

    Runs a program with administrator privileges while keeping the elevated process attached to the current console window for seamless interaction.

    C#
    Voir sur GitHub↗5,978
  1. Home
  2. Security & Cryptography
  3. Process Privilege Elevation
  4. Same-Console Elevations