awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
microsoft avatar

microsoft/sudo

0
View on GitHub↗
5,842 stele·176 fork-uri·Rust·MIT·3 vizualizări

Sudo

Sudo este un utilitar CLI pentru Windows și un instrument de escaladare a privilegiilor conceput pentru a executa comenzi individuale cu privilegii administrative dintr-o sesiune de terminal existentă. Acționează ca un wrapper de acces administrativ care permite proceselor specifice să ruleze ca administrator fără a necesita utilizatorul să deschidă manual o fereastră administrativă nouă.

Instrumentul integrează sarcinile administrative direct în fluxul de lucru al liniei de comandă Windows, permițând gestionarea configurațiilor de sistem și a fișierelor protejate, menținând în același timp contextul terminalului curent. Facilitează execuția comenzilor elevate prin împachetarea modelului de execuție pentru a permite elevarea într-o singură sesiune 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.

Istoric stele

Graficul istoricului de stele pentru microsoft/sudoGraficul istoricului de stele pentru microsoft/sudo

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Sudo

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Sudo.
  • iamr0s/dhizukuAvatar iamr0s

    iamr0s/Dhizuku

    2,935Vezi pe 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
    Vezi pe GitHub↗2,935
  • gerardog/gsudoAvatar gerardog

    gerardog/gsudo

    5,978Vezi pe 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#
    Vezi pe GitHub↗5,978
  • fortra/impacketAvatar fortra

    fortra/impacket

    15,467Vezi pe 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
    Vezi pe GitHub↗15,467
  • winsiderss/systeminformerAvatar winsiderss

    winsiderss/systeminformer

    15,151Vezi pe 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
    Vezi pe GitHub↗15,151
Vezi toate cele 30 alternative pentru Sudo→

Întrebări frecvente

Ce face microsoft/sudo?

Sudo este un utilitar CLI pentru Windows și un instrument de escaladare a privilegiilor conceput pentru a executa comenzi individuale cu privilegii administrative dintr-o sesiune de terminal existentă. Acționează ca un wrapper de acces administrativ care permite proceselor specifice să ruleze ca administrator fără a necesita utilizatorul să deschidă manual o fereastră administrativă nouă.

Care sunt principalele funcționalități ale microsoft/sudo?

Principalele funcționalități ale microsoft/sudo sunt: 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.

Care sunt câteva alternative open-source pentru microsoft/sudo?

Alternativele open-source pentru microsoft/sudo includ: 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…