awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
microsoft avatar

microsoft/sudo

0
View on GitHub↗
5,842 stars·176 forks·Rust·MIT·3 vues

Sudo

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.

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.

Historique des stars

Graphique de l'historique des stars pour microsoft/sudoGraphique de l'historique des stars pour microsoft/sudo

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Sudo

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Sudo.
  • iamr0s/dhizukuAvatar de iamr0s

    iamr0s/Dhizuku

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

    gerardog/gsudo

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

    fortra/impacket

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

    winsiderss/systeminformer

    15,151Voir sur 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
    Voir sur GitHub↗15,151
Voir les 30 alternatives à Sudo→

Questions fréquentes

Que fait microsoft/sudo ?

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.

Quelles sont les fonctionnalités principales de microsoft/sudo ?

Les fonctionnalités principales de microsoft/sudo sont : 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.

Quelles sont les alternatives open-source à microsoft/sudo ?

Les alternatives open-source à microsoft/sudo incluent : 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…