2 repositorios
Runs commands with administrator privileges from any Windows shell, preserving console features and caching credentials to reduce UAC prompts.
Distinct from Process Privilege Elevation: Distinct from Process Privilege Elevation: focuses on a user-facing sudo-style tool for Windows with credential caching and console preservation, not generic token manipulation.
Explore 2 awesome GitHub repositories matching security & cryptography · Windows Sudo Elevators. Refine with filters or upvote what's useful.
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 commands with administrator privileges from any Windows shell, preserving console features and caching credentials to reduce UAC prompts.
Sudo es una utilidad de línea de comandos de Windows y herramienta de escalada de privilegios diseñada para ejecutar comandos individuales con privilegios administrativos desde una sesión de terminal existente. Actúa como un wrapper de acceso administrativo que permite que procesos específicos se ejecuten como administrador sin requerir que el usuario abra manualmente una nueva ventana administrativa. La herramienta integra tareas administrativas directamente en el flujo de trabajo de la línea de comandos de Windows, permitiendo la gestión de configuraciones del sistema y archivos protegidos mientras se mantiene el contexto actual de la terminal. Facilita la ejecución de comandos elevados envolviendo el modelo de ejecución para permitir la elevación dentro de una única sesión de shell.
Provides a sudo-style utility for Windows that runs commands with administrator privileges within the current shell session.