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
·

2 dépôts

Awesome GitHub RepositoriesSigned Privilege Elevation

Security requirements that mandate cryptographic signature verification before granting higher process privileges.

Distinct from Elevation Utilities: Candidates were either Android-specific or Unix-specific filesystem bits; this is PKI-based elevation.

Explore 2 awesome GitHub repositories matching security & cryptography · Signed Privilege Elevation. Refine with filters or upvote what's useful.

Awesome Signed Privilege Elevation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • 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

    Loads the user's PowerShell profile in elevated sessions per command or permanently via configuration.

    C#
    Voir sur GitHub↗5,978
  • hotcakex/harden-windows-securityAvatar de HotCakeX

    HotCakeX/Harden-Windows-Security

    4,139Voir sur GitHub↗

    Harden-Windows-Security is a security hardening tool and framework designed to reduce the attack surface of the Windows operating system through policy enforcement. It provides a collection of security presets and templates to implement official hardening standards across multiple devices. The project distinguishes itself through a comprehensive execution control system, featuring a manager for Windows Application Control and a kernel protection suite. It implements strict trust models, including kernel-mode driver whitelisting, signed policy implementation on the EFI partition, and code inte

    Requires public key infrastructure signature validation before allowing an application to elevate its privileges.

    C#1st-party-securityapplicationcontrolaudit
    Voir sur GitHub↗4,139
  1. Home
  2. Security & Cryptography
  3. Signed Privilege Elevation

Explorer les sous-tags

  • PowerShell Profile LoadersLoading the user's PowerShell profile in an elevated session, either per command or permanently via configuration. **Distinct from Signed Privilege Elevation:** Distinct from Signed Privilege Elevation: focuses on loading PowerShell profiles during elevation, not cryptographic signature verification.