2 个仓库
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 是一个 Windows 命令行实用程序和权限提升工具,旨在从现有终端会话中以管理员权限执行单个命令。它充当管理访问包装器,允许特定进程以管理员身份运行,而无需用户手动打开新的管理窗口。 该工具将管理任务直接集成到 Windows 命令行工作流中,能够在保持当前终端上下文的同时管理系统配置和受保护文件。它通过包装执行模型来促进提升的命令执行,从而允许在单个 Shell 会话中进行权限提升。
Provides a sudo-style utility for Windows that runs commands with administrator privileges within the current shell session.