13 个仓库
Executes shell commands with elevated privileges to bypass OS sandboxing and access protected directories.
Distinct from Shell Command Execution: Distinct from Shell Command Execution: adds root privilege escalation for bypassing sandbox restrictions.
Explore 13 awesome GitHub repositories matching development tools & productivity · Privileged Shell Executions. Refine with filters or upvote what's useful.
This project is an Android RPA framework designed for automating user interfaces and system tasks on rooted Android devices using Python and ADB. It provides a suite of tools for rooted device management, allowing for programmatic control of system settings, application lifecycles, and shell command execution via a remote API. The framework distinguishes itself through a combination of dynamic instrumentation and AI integration. It can inject scripts into running processes to hook Java interfaces and modifies application behavior in real time. Additionally, it supports large language model in
Executes shell commands and scripts as the root user to bypass OS sandboxing and access protected directories.
Android-DataBackup is a rooted Android backup tool that backs up and restores complete application data on devices using Magisk, KernelSU, or APatch. It operates as a root-based backup manager, executing commands through a root shell to bypass Android's sandboxing and access app-specific data directories directly. The tool integrates with Magisk, KernelSU, and APatch to gain root-level access for reading and writing protected application data directories. It compresses backup data into tar archives to preserve file permissions, ownership, and directory structure for reliable restoration, whil
Executes commands through a root shell to bypass Android's sandboxing and access app-specific data directories directly.
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
Detects the active shell environment and runs elevated commands natively within CMD, PowerShell, WSL, or Bash without spawning a new window.
AutoJs6 is an Android automation framework and JavaScript runtime designed to automate user interface interactions and system tasks on mobile devices. It functions as a UI automator that inspects screen hierarchies and manipulates on-screen controls via selectors to automate manual workflows. The project includes an Android script compiler that bundles automation scripts into standalone APK files for distribution. It also provides a remote debugging tool that creates a network-based bridge between a mobile device and a desktop IDE for writing and testing scripts. The framework covers a broad
Executes low-level system commands by interfacing with a privileged shell environment on rooted devices.
sudo-rs 是一个用 Rust 编写的底层系统实用程序和特权命令执行器。它提供了 sudo 和 su 的内存安全实现,用于以超级用户或其他用户权限运行程序,并将会话权限切换到其他本地用户身份。 该项目与内核安全模块集成,充当沙盒进程启动器,在执行期间限制系统资源和进程能力。 该实用程序包括对多语言系统本地化的支持,利用编译后的消息目录根据系统区域设置提供翻译后的用户界面文本。
Launches programs with elevated security permissions of another user or superuser within a memory-safe environment.
RyTuneX is a utility suite designed for managing operating system features, removing bloatware, and controlling data privacy settings. It functions as a system optimizer and debloater that allows users to uninstall preinstalled applications and tune system configurations to improve performance and reliability. The project includes a privacy manager to disable telemetry and block data collection tracking. It provides a dashboard for modifying system behaviors and hardware specifications through a simplified interface, including toggle switches for native operating system features. The suite c
Executes tasks with elevated system permissions to modify protected system files and restricted settings.
该项目是一个软件试用重置工具,旨在清除宿主系统中的注册标记和试用过期数据。它作为一个专门的注册表清理器,删除身份和安装日期标记,以延长软件评估期。 该工具专门专注于通过重置注册标志来维护 Internet Download Manager。它通过识别并删除应用程序使用的本地注册标记来绕过试用过期日期。 该实用程序执行系统级操作,包括擦除隐藏的文件系统标记和操作 Windows 注册表项。它使用管理 shell 命令和顺序进程执行,以确保受保护的系统文件夹和注册表项被正确修改。
Runs administrative shell commands with elevated privileges to modify protected system and application folders.
XposedInstaller 是一个 Android 系统挂钩工具,旨在将 Xposed 修改框架部署到设备上。它作为一个已 Root 的 Android 修改工具,能够拦截和修改 Android 系统及应用程序方法,从而改变原生操作系统的行为。 该工具管理框架的安装,以允许进行深度的系统级挂钩和设备行为定制。它自动化了更改 Android 操作系统及其已安装应用程序运行方式所需的软件部署过程。 安装过程涉及将框架二进制文件写入受保护的系统分区、修补内核引导镜像,以及利用 zygote 注入机制。这些操作通过图形界面和特权 shell 命令的自动化来处理。
Automates the installation of system files by executing a sequence of privileged shell commands.
x-cmd is an AI agent orchestrator, cloud infrastructure CLI, and cross-platform package manager that provides an enhanced POSIX shell toolkit. It integrates large language models directly into the terminal for chatting, code generation, and the execution of agentic workflows, while offering a framework for building interactive terminal user interface components. The project distinguishes itself by deploying containerized AI agents within isolated sandboxes, provisioning them with specialized skills and headless browser automation capabilities. It further streamlines development through a unif
Executes shell commands with elevated privileges while preserving the user's original environment and path.
Sui is an Android root management framework and superuser manager designed to control root permissions and provide applications with elevated access to restricted system APIs and internal services. It functions as a communication bridge that allows non-root applications to execute system functions via a privileged root process. The framework utilizes a typed interface root bridge to map system functions to strongly typed interfaces, removing the need to parse raw text from shell commands. It incorporates a root shell environment for executing manual system commands and administrative scripts
Provides an interactive root-level shell for executing manual system commands with full administrative privileges.
Linux-NetSpeed is a network performance tuner and TCP congestion control optimizer for Linux systems. It is designed to improve bandwidth utilization, reduce latency, and increase data transfer speeds and throughput. The utility specifically provides scripts to enable and tune the BBR congestion control algorithm. It achieves this by configuring Linux kernel network parameters and managing the loading of congestion control modules. The tool covers a broad range of network optimization and server performance tuning, focusing on accelerating network traffic and overcoming bottlenecks to increa
Executes shell commands with root privileges to modify restricted system files and load kernel modules.
DDEV is a container-based local development environment and project manager designed to bootstrap consistent web development stacks. It orchestrates Docker containers to provide isolated Linux environments, integrating web servers, databases, and language runtimes. The project distinguishes itself by automating the complexities of local networking and security, featuring a local HTTPS proxy for SSL certificate automation and wildcard DNS for hostname management. It further enables collaboration by exposing local environments to the internet through tunneling for external project sharing. The
Allows execution of shell commands with elevated sudo privileges inside specific service containers.
OffensiveNim is a red teaming framework and post-exploitation toolkit developed in Nim. It provides a collection of low-level primitives and a Windows API wrapper designed for offensive security operations, including malware development and shellcode loading. The project focuses on evasion and obfuscation through techniques such as API unhooking, direct system calls, and anti-debugging mechanisms. It features diverse payload delivery methods, including reflective binary loading, the execution of .NET assemblies via CLR hosting, and various shellcode injection techniques using fibers, COM obje
Duplicates access tokens from target processes to execute commands with stolen elevated privileges.