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.