Privilege Escalation
Engine for Linux

Rootware is a curated, terminal-native toolkit for local privilege escalation testing. Automatically enumerates and executes exploit chains against Linux systems. v3.1

rootware Linux ยท x86_64 Latest
Download

About

Rootware is designed for security professionals and penetration testers who need to evaluate Linux system security. It provides a unified interface to test multiple privilege escalation vectors in a controlled, automated manner.

The engine downloads and executes exploit payloads in isolated temporary workspaces, cleaning up all artifacts after each attempt. This ensures no persistent changes are made to the target system.

Developed by Sin7 · Security Researcher & Exploit Developer

๐Ÿงฉ

Automated LPE Chain

Executes multiple exploit methods sequentially until privilege escalation is achieved.

โšก

Lightweight & Fast

Single binary with no dependencies. Runs directly from the terminal on any Linux system.

๐Ÿ”

License Management

Secure time-based licensing system with validation and expiration tracking.

๐Ÿ“Š

System Intelligence

Automatically detects kernel version, architecture, and user context for targeted testing.

Usage

Download the Rootware binary and run it directly. You will need a valid license key obtained from the Telegram bot.

# Download Rootware
curl -L -o rootware https://rootware.pages.dev/rootware
chmod +x rootware

# Run Rootware
./rootware

When prompted, enter your license key. The key format is a combination of letters and numbers, e.g., ROOTWAREFREE.

# Example session
$ ./rootware
โฏ Enter license key: ROOTWAREFREE
โœ“ License validated. Expires: 31-12-2026
โœ“ Found 12 exploit methods

# Select execution mode
โฏ Select execution vector [1-5]: 1

Exploit Methods

Rootware includes a curated collection of local privilege escalation techniques. Each method is tested and maintained for reliability across different Linux distributions and kernel versions.

The full method list is dynamically loaded from the server, ensuring you always have access to the latest exploits without updating the binary.

Access & Licensing

Rootware uses a time-based licensing model. Each license key has a specific expiration date. Keys are issued through the Telegram bot at @rootwbot.

To obtain a license key, open the bot and follow the instructions. The bot will provide you with a unique key that you can use to activate Rootware.

# License key format
KEY DD-MM-YYYY

# Example entry in licenses
ROOTWAREFREE 31-12-2026

Security

Rootware operates entirely in user space. All exploit payloads are executed in isolated temporary workspaces that are cleaned up after each attempt.

Contact