awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
microsoft avatar

microsoft/sudo

0
View on GitHub↗
5,842 星标·176 分支·Rust·MIT·3 次浏览

Sudo

Sudo 是一个 Windows 命令行实用程序和权限提升工具,旨在从现有终端会话中以管理员权限执行单个命令。它充当管理访问包装器,允许特定进程以管理员身份运行,而无需用户手动打开新的管理窗口。

该工具将管理任务直接集成到 Windows 命令行工作流中,能够在保持当前终端上下文的同时管理系统配置和受保护文件。它通过包装执行模型来促进提升的命令执行,从而允许在单个 Shell 会话中进行权限提升。

Features

  • Windows Sudo Elevators - Provides a sudo-style utility for Windows that runs commands with administrator privileges within the current shell session.
  • Windows Administration Utilities - Managing OS configurations and protected files through a command line interface using temporary administrative elevation.
  • Privilege Elevation Wrappers - Provides a mechanism to run specific processes as an administrator without needing a manual prompt or new window.
  • Privilege Escalation Executors - Provides a command line utility to execute individual commands under elevated administrative privileges.
  • Administrative Token Copiers - Copies high-privilege security tokens from a system account to the requested process to grant administrative access.
  • Console Preservation Wrappers - Launches elevated processes while maintaining the current terminal's standard input and output for a seamless user experience.
  • In-Process Command Elevations - Executes commands with administrative privileges directly from the current terminal window without spawning a new process.
  • Privileged Service Proxies - Implements a privileged system service that acts as a proxy to execute commands on behalf of a less privileged user.
  • Development Context Preservers - Allows executing privileged system tasks directly from the current session to maintain the developer's terminal context.
  • Windows Command Line Operations - Acts as a native utility for executing platform-specific terminal operations to manage Windows system privileges.

Star 历史

microsoft/sudo 的 Star 历史图表microsoft/sudo 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

microsoft/sudo 是做什么的?

Sudo 是一个 Windows 命令行实用程序和权限提升工具,旨在从现有终端会话中以管理员权限执行单个命令。它充当管理访问包装器,允许特定进程以管理员身份运行,而无需用户手动打开新的管理窗口。

microsoft/sudo 的主要功能有哪些?

microsoft/sudo 的主要功能包括:Windows Sudo Elevators, Windows Administration Utilities, Privilege Elevation Wrappers, Privilege Escalation Executors, Administrative Token Copiers, Console Preservation Wrappers, In-Process Command Elevations, Privileged Service Proxies。

microsoft/sudo 有哪些开源替代品?

microsoft/sudo 的开源替代品包括: iamr0s/dhizuku — Dhizuku is an Android device administration tool and system permission bridge. It functions as a device owner… gerardog/gsudo — gsudo is a command-line utility for Windows that elevates any command with administrator privileges directly from the… fortra/impacket — Impacket is a collection of Python classes designed for the construction, manipulation, and analysis of low-level… winsiderss/systeminformer — System Informer is a diagnostic utility designed for the monitoring and management of Windows system components. It… trifectatechfoundation/sudo-rs — sudo-rs is a low-level system utility and privileged command executor written in Rust. It provides a memory-safe… fizzadar/pyinfra — pyinfra is an agentless infrastructure automation framework that turns declarative Python code into idempotent shell…

Sudo 的开源替代方案

相似的开源项目,按与 Sudo 的功能重合度排序。
  • iamr0s/dhizukuiamr0s 的头像

    iamr0s/Dhizuku

    2,935在 GitHub 上查看↗

    Dhizuku is an Android device administration tool and system permission bridge. It functions as a device owner permission delegator that exposes restricted system-level capabilities to non-privileged applications. The service enables third-party applications to access privileged device owner controls and execute restricted Android functions through a dedicated communication interface. This allows for the delegation of high-level system permissions without requiring a full system flash or manual setup. The project covers device management and automation workflows by providing a mechanism for p

    Kotlin
    在 GitHub 上查看↗2,935
  • gerardog/gsudogerardog 的头像

    gerardog/gsudo

    5,978在 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

    C#
    在 GitHub 上查看↗5,978
  • fortra/impacketfortra 的头像

    fortra/impacket

    15,467在 GitHub 上查看↗

    Impacket is a collection of Python classes designed for the construction, manipulation, and analysis of low-level network packets and services. It functions as a framework for building custom network tools, providing a programmatic interface to interact with communication protocols and service architectures. The library provides primitives for managing authentication, session state, and remote procedure calls within network environments. By offering a modular class hierarchy, it allows for the assembly of network packets and the implementation of specialized communication stacks. The project

    Pythondcerpcdcomimpacket
    在 GitHub 上查看↗15,467
  • winsiderss/systeminformerwinsiderss 的头像

    winsiderss/systeminformer

    15,151在 GitHub 上查看↗

    System Informer is a diagnostic utility designed for the monitoring and management of Windows system components. It provides comprehensive visibility into process execution, system services, and hardware resource utilization, allowing users to track real-time performance metrics and analyze active system activity. The software distinguishes itself through deep integration with the operating system, utilizing kernel-mode driver interfacing to access low-level data and perform administrative actions. It features a plugin-based architecture that allows for the integration of external modules to

    Cadministratorbenchmarkingdebugger
    在 GitHub 上查看↗15,151
  • 查看 Sudo 的所有 30 个替代方案→