This repository contains findings and test software related to security research and penetration testing. Since there is no program by the developer all findings will be publically published for free. We do not take responsibility for what anyone does using our findings or software. This project is being created for educational and security research purposes only!
We are not encouraging any misuse with this repository. It is purely for educational purposes only.
Ram: 2 Gb
CPU: 1 Ghz
1 core
Absolute minimum Storage: 2 Gb
Recommended: 8 Gb
Rain uses MongoDB to store data, this means that to use the CNC you must first create your database.
-
On your server run
sudo apt-get update -y
andsudo apt-get upgrade -y
-
First run
sudo apt-get install gnupg
-
Then run
curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
-
Then run
apt-key list
-
Then run
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list
-
Then run
sudo -i wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
andsudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
-
Then run
sudo apt update
-
Then run
sudo apt install mongodb-org
-
Then run
sudo systemctl start mongod.service
-
Then run
sudo systemctl status mongod
-
Your MongoURL Default will be
mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb
-
On your server run
sudo apt-get update -y
andsudo apt-get upgrade -y
-
Then run
sudo apt-get install nodejs npm -y
-
After that is finished run
npm install n -g
-
Then run
n latest
and reconnect to the server -
Finally run
npm i pm2 -g
-
Upload the files in './Rain' onto your server.
-
Navigate into the directory using:
cd ./Rain
. -
Now run:
chmod 777 *
. -
Run
pm2 start "./rain" --name RainCNC
pm2 log RainCNC
- Run Rain for the first time to let it build the database.
- Open your SSH Client or the terminal.
- On the Client:
- Set the host field to your server IP.
- Set the port field to
8080
(or what ever is in yourconfig.json
). - Set Connect Type to "SSH".
- Click connect.
- Type any username then enter to ge to the custom login screen.
- On the terminal:
- <<$ip>> is your server IP
- Run
ssh login@<<$ip>> -p 8080
- Default username is
root
- Look at Rain's terminal for the password or look in build folder for the
login-info.json
file
- Login to Rain
- Run
<method> <target> <duration> <port>
VIP determines if the command can only be used by "vip" members or can be ran by anyone.
Description will be the description displayed in the "attacks" command.
Make sure every attack has a `,` at the end of the object (after the `}`) from the last attack, but not the very last entry. **IT MUST BE VALID JSON!**
*Please do not use a prefix characters such as `.` it is ill-advised.* *Please note all attack names should be lowercase, typing the attack on the CNC can be in capitals but it will automatically be converted to lowercase.*
- Make sure to save. Please note this file can be updated and reloaded at anytime with out any down time, just run the command
reload
on the CNC if you are a admin.