awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
microsoft avatar

microsoft/sudo

0
View on GitHub↗
5,842 estrellas·176 forks·Rust·MIT·3 vistas

Sudo

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.

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.

Historial de estrellas

Gráfico del historial de estrellas de microsoft/sudoGráfico del historial de estrellas de microsoft/sudo

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Sudo

Proyectos open-source similares, clasificados según cuántas características comparten con Sudo.
  • iamr0s/dhizukuAvatar de iamr0s

    iamr0s/Dhizuku

    2,935Ver en 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
    Ver en GitHub↗2,935
  • gerardog/gsudoAvatar de gerardog

    gerardog/gsudo

    5,978Ver en 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#
    Ver en GitHub↗5,978
  • fortra/impacketAvatar de fortra

    fortra/impacket

    15,467Ver en 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
    Ver en GitHub↗15,467
  • winsiderss/systeminformerAvatar de winsiderss

    winsiderss/systeminformer

    15,151Ver en 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
    Ver en GitHub↗15,151
Ver las 30 alternativas a Sudo→

Preguntas frecuentes

¿Qué hace microsoft/sudo?

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.

¿Cuáles son las características principales de microsoft/sudo?

Las características principales de microsoft/sudo son: 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.

¿Qué alternativas de código abierto existen para microsoft/sudo?

Las alternativas de código abierto para microsoft/sudo incluyen: 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…