Skip to content
/ CNC Public

Old verion of RainCNC, long outdated, still fully functional and easy to use.

Notifications You must be signed in to change notification settings

bosslawl/CNC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rain

Disclaimer

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.

Minimum specs

Ram: 2 Gb CPU: 1 Ghz 1 core Absolute minimum Storage: 2 Gb Recommended: 8 Gb

Setup Rain

Rain uses MongoDB to store data, this means that to use the CNC you must first create your database.

  1. On your server run sudo apt-get update -y and sudo apt-get upgrade -y

  2. First run sudo apt-get install gnupg

  3. Then run curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -

  4. Then run apt-key list

  5. 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

  6. Then run sudo -i wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb and sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb

  7. Then run sudo apt update

  8. Then run sudo apt install mongodb-org

  9. Then run sudo systemctl start mongod.service

  10. Then run sudo systemctl status mongod

  11. Your MongoURL Default will be mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb

  12. On your server run sudo apt-get update -y and sudo apt-get upgrade -y

  13. Then run sudo apt-get install nodejs npm -y

  14. After that is finished run npm install n -g

  15. Then run n latest and reconnect to the server

  16. Finally run npm i pm2 -g

  17. Upload the files in './Rain' onto your server.

  18. Navigate into the directory using: cd ./Rain.

  19. Now run: chmod 777 *.

  20. Run pm2 start "./rain" --name RainCNC

How to reattach to Rain's pm2

  1. pm2 log RainCNC

Login

  1. Run Rain for the first time to let it build the database.
  2. Open your SSH Client or the terminal.
  3. On the Client:
    1. Set the host field to your server IP.
    2. Set the port field to 8080 (or what ever is in your config.json).
    3. Set Connect Type to "SSH".
    4. Click connect.
    5. Type any username then enter to ge to the custom login screen.
  4. On the terminal:
    1. <<$ip>> is your server IP
    2. Run ssh login@<<$ip>> -p 8080
  5. Default username is root
  6. Look at Rain's terminal for the password or look in build folder for the login-info.json file

Launch Attacks

  1. Login to Rain
  2. Run <method> <target> <duration> <port>

Misc

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.*
  1. 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.

About

Old verion of RainCNC, long outdated, still fully functional and easy to use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages