RAASNet icon indicating copy to clipboard operation
RAASNet copied to clipboard

Open-Source Ransomware As A Service for Linux, MacOS and Windows

Results 15 RAASNet issues
Sort by recently updated
recently updated
newest added

"...However I found a couple of issues: 1. When you set the working directory as $HOME, the encryption doesn't work. I replaced it with /home/volston and it worked 2. A...

enhancement

![IMG_20220728_124558](https://user-images.githubusercontent.com/101064463/181447264-d332c1e5-b855-45d3-a0d1-b74312e636a5.jpg)

I installed Python 3.70 from Python.org and added to path I have installed every requirement, some of them already didnt worked I cant open the Builder

OS Windows 10, I have Pyinstaller downloaded and installed with all requirements, but when I compile payload I get this error "'pyinstaller.exe' is not recognized as an internal or external...

ERROR - Failed to import some modules. No module named 'Crypto' Crypto has been installed.

Hello How can we encrypt files larger than 50 GB using this code? def encrypt(message, key, key_size=256): message = pad(message) iv = Random.new().read(AES.block_size) cipher = AES.new(key, AES.MODE_CBC, iv) return iv...

i make my http server with kali and and it was 127.0.0.1:9000 and i change it in the test socket.py and save it but when i launch the payload on...

I have tried to encrypt my own files but it is not working, i have also attached the necessary screenshot below. It shows that the files are encrypted but actually...

I keep getting errors while trying to install geoip and pycrypto. Any help is appreciated.

Hello, it is currently impossible to use all utf-8 characters in the msg option It would be nice if you could add support for it Thanks

enhancement
help wanted