awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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 Aufrufe

Sudo

Sudo ist ein Windows-CLI-Dienstprogramm und ein Tool zur Privilegienerweiterung, das darauf ausgelegt ist, einzelne Befehle mit Administratorrechten aus einer bestehenden Terminalsitzung heraus auszuführen. Es fungiert als Wrapper für administrativen Zugriff, der es ermöglicht, spezifische Prozesse als Administrator auszuführen, ohne dass der Nutzer manuell ein neues Administratorfenster öffnen muss.

Das Tool integriert administrative Aufgaben direkt in den Windows-CLI-Workflow und ermöglicht die Verwaltung von Systemkonfigurationen und geschützten Dateien unter Beibehaltung des aktuellen Terminalkontexts. Es erleichtert die Ausführung erhöhter Befehle durch das Wrapping des Ausführungsmodells, um eine Erhöhung innerhalb einer einzigen Shell-Sitzung zu ermöglichen.

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-Verlauf

Star-Verlauf für microsoft/sudoStar-Verlauf für microsoft/sudo

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Sudo

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Sudo.
  • iamr0s/dhizukuAvatar von iamr0s

    iamr0s/Dhizuku

    2,935Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,935
  • gerardog/gsudoAvatar von gerardog

    gerardog/gsudo

    5,978Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗5,978
  • fortra/impacketAvatar von fortra

    fortra/impacket

    15,467Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,467
  • winsiderss/systeminformerAvatar von winsiderss

    winsiderss/systeminformer

    15,151Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,151
Alle 30 Alternativen zu Sudo anzeigen→

Häufig gestellte Fragen

Was macht microsoft/sudo?

Sudo ist ein Windows-CLI-Dienstprogramm und ein Tool zur Privilegienerweiterung, das darauf ausgelegt ist, einzelne Befehle mit Administratorrechten aus einer bestehenden Terminalsitzung heraus auszuführen. Es fungiert als Wrapper für administrativen Zugriff, der es ermöglicht, spezifische Prozesse als Administrator auszuführen, ohne dass der Nutzer manuell ein neues Administratorfenster öffnen muss.

Was sind die Hauptfunktionen von microsoft/sudo?

Die Hauptfunktionen von microsoft/sudo sind: 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.

Welche Open-Source-Alternativen gibt es zu microsoft/sudo?

Open-Source-Alternativen zu microsoft/sudo sind unter anderem: 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…