RAASNet

Visit jezsjxtthkqhlqoc.onion for a complete C&C.

license compatible status last commit Twitter

Buy Me A Coffee

Ransomware As A Service

alt text alt text alt text alt text

Super Fast Encryption!


alt text

Usage Demo

<img src="https://i.ytimg.com/vi/2GQaWL6eSxA/hqdefault.jpg" alt="RAASNet demo" width="240" height="180" border="10" />

Please read


This was made to demonstrate ransomware and how easy it is to make. It works on Windows, Linux and MacOS. It's recommended to compile payload.py to EXE to make it more portable.

I do work on security awareness trainings and test the IT security and safety for other companies and you guessed it; this was made for the demo section of my presentation, NOT TO EARN MONEY OR BRICK PEOPLES COMPUTERS.

This script does not get detected by any anti-virusses. Self made scripts go undetected 99% of the time. It's easy to write something nasty like ransomware, adware, malware, you name it. Again, this script was for research only. Not ment to be used in the open world. I am not responsible for any damage you may cause with this knowledge.

I recommend a VPN that allows port forwarding (For example; PIA VPN) when using this outside your network, or better, a cloud computer hosted elsewhere, like Amazon AWS.

The conclusion of this project is that it is easy to brick a system and earn money doing it. This script doesn't use any exploits to achieve its goal, but can easily be coded into it as a nice feature.


Features


Installation

Download and install the latest version of Python 3.

Then do:

git clone https://github.com/leonv024/RAASNet.git
pip3 install -r requirements.txt
python3 RAASNet.py

On Linux, you might need to install these packages:

sudo apt install python3-tk python3-pil python3-pil.imagetk

Testing connection with remote server:

# Change the host and port in test_socket.py, default is 127.0.0.1 on port 8989
python3 test_socket.py

Disclaimer

I am not responsible for any damage you might cause with this tool. Use at own risk and for testing and learning only! I made this to test AV's and demo purposes only! Use this to avoid ransomware and make better tools against it because current AV tools and ransomware shields are not good enough!