awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesRuntime Privilege Escalations

Requests administrator rights at runtime to access protected system directories for file modification.

Distinct from Privilege Escalation Techniques: Distinct from Privilege Escalation Techniques: focuses on requesting elevated privileges at runtime rather than exploiting system vulnerabilities.

Explore 6 awesome GitHub repositories matching security & cryptography · Runtime Privilege Escalations. Refine with filters or upvote what's useful.

Awesome Runtime Privilege Escalations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sveinbjornt/slothAvatar de sveinbjornt

    sveinbjornt/Sloth

    8,914Ver en GitHub↗

    Mac app that shows all open files, directories, sockets, pipes and devices in use by all running processes. Nice GUI for lsof.

    Uses Authorization Services to request root privileges, enabling inspection of processes owned by other users without requiring a separate sudo invocation.

    Objective-Cdirectoriesdomain-socketsfilter
    Ver en GitHub↗8,914
  • davinci1010/pinduoduo_backdoorAvatar de davinci1010

    davinci1010/pinduoduo_backdoor

    5,442Ver en GitHub↗

    Este proyecto es una colección de informes de análisis de malware y código descompilado centrado en una puerta trasera (backdoor) embebida dentro de una aplicación Android. Sirve como estudio de malware en APKs de Android, documentando los patrones de código específicos utilizados para el acceso no autorizado a datos y la omisión de medidas de seguridad del sistema. La investigación se centra en la carga dinámica de bytecode y la ejecución de archivos remotos para implementar persistencia. Analiza específicamente mecanismos para descargar y ejecutar archivos Dalvik Executable remotos para cambiar el comportamiento de la aplicación sin actualizar el paquete instalado. El análisis cubre varios dominios de seguridad, incluyendo investigación sobre escalada de privilegios para identificar cómo se omiten las comprobaciones del sistema para obtener permisos elevados. También incluye auditorías de técnicas de exfiltración de datos utilizadas para capturar notificaciones del sistema y registros de uso de aplicaciones.

    Documents how system permission checks are bypassed to gain unauthorized access to restricted Android OS features.

    pdd
    Ver en GitHub↗5,442
  • selfcontrolapp/selfcontrolAvatar de SelfControlApp

    SelfControlApp/selfcontrol

    4,365Ver en GitHub↗

    SelfControl is a macOS website blocker and time-locked productivity tool. It functions as a persistent content filter that restricts access to specified websites and email servers for a fixed duration. The application enforces these restrictions through a countdown timer that cannot be bypassed by restarting the computer or deleting the application. It ensures block persistence until the predetermined time expires. The tool manages digital distractions by modifying the system hosts file and utilizing a privileged background daemon. The user interface supports multiple languages through local

    Requests administrator rights at runtime to perform privileged system operations like modifying the hosts file.

    Objective-C
    Ver en GitHub↗4,365
  • microsoft/visualstudiouninstallerAvatar de microsoft

    microsoft/VisualStudioUninstaller

    3,964Ver en GitHub↗

    VisualStudioUninstaller es una herramienta especializada en la limpieza de archivos y registros diseñada para la eliminación exhaustiva de artefactos de instalación, entradas de registro y archivos corruptos de Visual Studio. Funciona como una utilidad de limpieza de software para Windows que identifica y elimina archivos residuales y instaladores obsoletos dejados por instalaciones fallidas. La herramienta se centra en el restablecimiento del entorno de desarrollo y la recuperación de instalaciones de software eliminando artefactos corruptos para preparar el sistema para una instalación limpia. Esto incluye realizar mantenimiento del registro de Windows para eliminar claves obsoletas y rutas de archivos huérfanas que los desinstaladores estándar pueden dejar atrás. La utilidad gestiona la desinstalación de software ejecutando comandos de desinstalación y eliminando archivos persistentes y entradas de registro para evitar conflictos durante futuros intentos de instalación.

    Runs with administrative permissions to modify protected registry hives and delete system-level files.

    C#
    Ver en GitHub↗3,964
  • rectify11/installerAvatar de Rectify11

    Rectify11/Installer

    3,434Ver en GitHub↗

    Requests administrator rights at runtime to access protected system directories for file modification.

    JavaScript
    Ver en GitHub↗3,434
  • x1a0he/adobe-downloaderAvatar de X1a0He

    X1a0He/Adobe-Downloader

    2,830Ver en GitHub↗

    Adobe Downloader is a macOS utility that downloads and installs any Adobe application directly from official Adobe sources, and also functions as a comprehensive Adobe Creative Cloud cleaner tool. It removes all Adobe software, preferences, caches, licenses, logs, background services, and keychain entries from a Mac system. The tool uses a privileged helper process that communicates via XPC to perform system-level operations such as file removal and software installation. It manages background processes through macOS launchd plists, stops Adobe background services and genuine validation proce

    Uses a separate helper process with elevated permissions to execute system-level tasks, communicating through XPC for secure operation.

    Swift
    Ver en GitHub↗2,830
  1. Home
  2. Security & Cryptography
  3. Privilege Escalation Techniques
  4. Runtime Privilege Escalations

Explorar subetiquetas

  • Android Privilege EscalationsExploiting vulnerabilities in the Android operating system to bypass permission checks and gain elevated rights. **Distinct from Runtime Privilege Escalations:** Specifically targets Android OS vulnerabilities rather than generic runtime requests or Windows exploits
  • XPC Privilege EscalationsElevates process privileges by communicating with a separate helper process through XPC on macOS. **Distinct from Runtime Privilege Escalations:** Distinct from Runtime Privilege Escalations: uses a dedicated XPC helper process for privilege separation rather than requesting admin rights at runtime.
  • macOS Authorization Services EscalationsUses macOS Authorization Services to request root privileges for inspecting processes owned by other users. **Distinct from Runtime Privilege Escalations:** Distinct from Runtime Privilege Escalations: specifically uses macOS Authorization Services rather than generic admin rights requests.