2 dépôts
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 est un utilitaire de ligne de commande Windows et un outil d'élévation de privilèges conçu pour exécuter des commandes individuelles avec des privilèges administratifs à partir d'une session de terminal existante. Il agit comme un wrapper d'accès administratif qui permet à des processus spécifiques de s'exécuter en tant qu'administrateur sans nécessiter que l'utilisateur ouvre manuellement une nouvelle fenêtre administrative. L'outil intègre les tâches administratives directement dans le flux de travail de la ligne de commande Windows, permettant la gestion des configurations système et des fichiers protégés tout en maintenant le contexte du terminal actuel. Il facilite l'exécution de commandes élevées en encapsulant le modèle d'exécution pour permettre l'élévation au sein d'une seule session shell.
Provides a sudo-style utility for Windows that runs commands with administrator privileges within the current shell session.