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
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.
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.
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.
$ ./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.
- dirtycow โ Dirty COW race condition (CVE-2016-5195)
- dirtypipe โ Dirty Pipe kernel vulnerability (CVE-2022-0847)
- pwnkit โ Polkit PKEXEC vulnerability (CVE-2021-4034)
- traitor โ Traitor auto-exploit toolkit
- gttobins โ GTFO Bins privilege escalation
- kernel โ Various kernel exploits
- sudo โ Sudo privilege escalation vectors
- docker โ Docker container escape methods
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 @deathsender_bot.
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.
KEY DD-MM-YYYY
# Example entry in licenses.txt
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.
- No persistent changes โ All files are removed after execution
- User space only โ No kernel modules or system modifications
- Transparent โ All actions are logged to the terminal
- Controlled โ Selective execution prevents unwanted escalation
Contact
- Telegram: @deathsender_bot
- GitHub: github.com/404
- Email: rootware@proton.me