7 dépôts
Techniques for modifying process tokens to acquire elevated administrative or system privileges.
Distinct from Privileged Process Spawners: Shortlist candidates focus on Android-specific services, Unix bits, or signed verification, not Windows token manipulation for elevation.
Explore 7 awesome GitHub repositories matching security & cryptography · Process Privilege Elevation. Refine with filters or upvote what's useful.
This project is a collection of programming language references and syntax cheat sheets designed for rapid developer onboarding. It serves as a library of code-based documentation that uses valid source code files to provide whirlwind tours of various language specifications. The project focuses on programming language learning by providing concise, commented code examples that explain core features and syntax in place. This approach enables developers to quickly grasp language-specific patterns, data types, and execution flow through a consistent reference format. The content covers a broad
Includes examples of executing tasks with elevated administrative permissions.
OFGB is a system debloater tool and registry modifier designed to remove promotional content and advertisements embedded within the Windows 11 operating system. It functions as a graphical utility that applies specific configuration changes to the system registry to alter operating system behavior. The project specifically targets the suppression of advertisements within the file explorer and start menu. It provides a WinUI-based desktop interface that allows users to disable built-in promotional features and optimize registry settings to create a less cluttered desktop experience. The softw
Utilizes process privilege elevation to obtain administrative rights for modifying protected system registry hives.
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
Attaches elevated processes to the caller's console window, preserving full terminal features.
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.
Provides a sudo-style utility for Windows that runs commands with administrator privileges within the current shell session.
Aya est un client de bureau graphique pour gérer les appareils Android via l'Android Debug Bridge. Il sert d'interface centralisée pour l'administration système, le débogage d'applications et l'interaction avec les appareils distants. Le projet fournit des outils spécialisés pour refléter l'écran d'un appareil sur un ordinateur pour le contrôle à distance et détecter les pages webview actives pour inspection en utilisant des outils de développement distants. Il inclut également un gestionnaire de fichiers visuel pour parcourir et transférer des fichiers et des packages APK entre un hôte et un appareil connecté. Les capacités étendues couvrent la surveillance du système pour l'utilisation du CPU et de la mémoire en temps réel, l'inspection de la mise en page de l'interface utilisateur pour analyser les hiérarchies d'interface et la configuration réseau pour la redirection de port. La boîte à outils inclut également un terminal pour exécuter des commandes shell et des utilitaires pour élever les privilèges de connexion à l'accès root.
Includes utilities for elevating connection privileges to root access for supported Android devices.
OffensiveRust is a red team toolkit and malware development kit written in Rust. It serves as an evasion framework and post-exploitation library, providing a collection of offensive security primitives and a Windows API wrapper for interacting with low-level system functions and undocumented APIs. The project focuses on bypassing security software through direct system calls, memory obfuscation, and stealthy payload execution. It implements techniques to defeat static binary analysis via compile-time string encryption and payload obfuscation, while avoiding detection using parent process ID s
Enables restricted administrative actions by modifying the current process token to include system privileges.
InstallWithOptions is a specialized Android application deployment utility designed to install application packages using advanced flags and elevated permissions. It functions as an installer and deployer that can bypass standard system restrictions, such as version checks and minimum target SDK requirements. The tool differentiates itself through the ability to perform version downgrades, deploy multi-part split APK bundles as single cohesive apps, and install test-only packages. It further automates the deployment process by granting runtime permissions automatically and spoofing the instal
Executes processes with high-level system privileges to bypass OS restrictions on SDK targets and app versioning.