awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • sveinbjornt/slothsveinbjornt 的头像

    sveinbjornt/Sloth

    8,914在 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
    在 GitHub 上查看↗8,914
  • davinci1010/pinduoduo_backdoordavinci1010 的头像

    davinci1010/pinduoduo_backdoor

    5,442在 GitHub 上查看↗

    This project is a collection of malware analysis reports and decompiled code focused on a backdoor embedded within an Android application. It serves as a study of Android APK malware, documenting the specific code patterns used for unauthorized data access and system security bypasses. The research focuses on dynamic bytecode loading and the execution of remote files to implement persistence. It specifically analyzes mechanisms for downloading and running remote Dalvik Executable files to change application behavior without updating the installed package. The analysis covers several security

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

    pdd
    在 GitHub 上查看↗5,442
  • selfcontrolapp/selfcontrolSelfControlApp 的头像

    SelfControlApp/selfcontrol

    4,365在 GitHub 上查看↗

    SelfControl 是一款 macOS 网站拦截器和时间锁定生产力工具。它作为一种持久性内容过滤器,在固定时间内限制对指定网站和电子邮件服务器的访问。 该应用通过倒计时器强制执行这些限制,无法通过重启计算机或删除应用来绕过。它确保在预定时间过期前拦截持续有效。 该工具通过修改系统 hosts 文件并利用特权后台守护进程来管理数字干扰。用户界面通过本地化支持多种语言。

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

    Objective-C
    在 GitHub 上查看↗4,365
  • microsoft/visualstudiouninstallermicrosoft 的头像

    microsoft/VisualStudioUninstaller

    3,964在 GitHub 上查看↗

    VisualStudioUninstaller 是一个专门的注册表和文件清理工具,旨在彻底删除 Visual Studio 安装工件、注册表项和损坏的文件。它作为 Windows 软件清理实用程序,识别并删除失败的软件安装留下的残留文件和陈旧安装程序。 该工具专注于开发环境重置和软件安装恢复,通过清除损坏的工件为系统准备全新安装。这包括执行 Windows 注册表维护,以删除标准卸载程序可能留下的陈旧键值和孤立文件路径。 该实用程序通过执行卸载命令并删除残留文件和注册表项来管理软件卸载,以防止在未来的安装尝试中发生冲突。

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

    C#
    在 GitHub 上查看↗3,964
  • rectify11/installerRectify11 的头像

    Rectify11/Installer

    3,434在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗3,434
  • x1a0he/adobe-downloaderX1a0He 的头像

    X1a0He/Adobe-Downloader

    2,830在 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
    在 GitHub 上查看↗2,830
  1. Home
  2. Security & Cryptography
  3. Privilege Escalation Techniques
  4. Runtime Privilege Escalations

探索子标签

  • 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.