Skip to content

Releases: Rickidevs/RickShell

RickShell v3.4.1 - Debian Package & License Added

21 Feb 19:39
6661409

Choose a tag to compare

What's New in v3.4.1

This release focuses on standardizing RickShell for easier distribution and compatibility with major penetration testing distributions like Kali Linux.

Packaging & Distribution

  • Official Debian Package (.deb): Added a pre-compiled Debian package for seamless, system-wide installation.
  • FHS Compliance: The tool has been packaged to adhere to the Linux Filesystem Hierarchy Standard. The launcher is now placed in /usr/bin/rickshell, while core modules and files safely reside in /usr/share/rickshell/.

Licensing

  • Open Source License: Officially added the MIT License to the repository to meet Open Source Initiative (OSI) standards and repository inclusion requirements.

How to Install

You no longer need to manually copy files or run bash scripts. Simply download the rickshell_3.5.deb file attached below and install it using apt or dpkg:

sudo apt install ./rickshell_3.4.1.deb

v3.4 — Advanced Framework

18 Feb 23:51
9849a23

Choose a tag to compare

🐚 RickShell v1.0.0 — Advanced Modular C2 Framework

First public release of RickShell, a modular Command & Control framework built for red team operators and penetration testers.


✨ Features

  • 🔫 31 reverse shell payloads across 9 languages — Bash, Python, PowerShell, PHP, Ruby, Perl, Java, Netcat, Telnet
  • 🔒 6 WAF-evasion encoders with shell-aware wrapping — Base64, Hex, URL, Octal, PowerShell Base64
  • 📡 Background TCP listener with automatic multi-session management
  • 🖥️ Fully interactive PTY shell — arrow keys, tab completion, cd persistence, just like SSH
  • 🌐 Auto network detection — automatically resolves your interface IP and picks a free port
  • ✏️ Fuzzy command correction — typos are auto-corrected so your workflow never breaks
  • ⚙️ One-command installer via setup.sh

📦 Installation

git clone https://github.com/Rickidevs/RickShell
cd RickShell
chmod +x setup.sh
./setup.sh

Then run from anywhere:

rickshell

⚡ Quick Start

RickShell > set INTERFACE tun0
RickShell > set PAYLOAD bash_tcp
RickShell > generate
RickShell > interact 0

📋 Requirements

Requirement Version
Python 3.8+
OS Linux
psutil Any

⚠️ For authorized penetration testing use only. Only use this tool on systems you own or have explicit written permission to test.