R4VENRansomware
Ransonware simples, criptografa arquivos e volta ao normal com a chave fornecida
Install / Use
/learn @th3r4ven/R4VENRansomwareREADME
R4VEN Ransomware
Simple ransomware, encrypt data via symetric AES-ECB 256 encrypt
It is supposed encrypt to all type of files.
Requirements: Python Version: 3.8 Libs: pycrypto, sys, so and re
Generating Keys: You can easily generate a new key running genPassword.py.
How to run:
Step a Step
- Alter the folder target in file
R4VEN_ransomware.pyin variablepath - pip install -r requirements.txt
- python call.py > hash.key
- cat hash.key | python R4VEN_ransomware.py
All Done :)
You can run by typing python R4VEN_ransomware.py (KEY)
OBS: Without (), you can put any key that you want, but need to be length of 32 caracters
The Crypt key needs to be via argument (You can change that in source code)...
To chosse what directory that will be encrypted, you can modify that via code on R4VEN_ransomware.py:23.
Dont forget to put an / at the end.
Eg.: <br>"/home/kali/Documents/" <br> "/"<br> "/var/www/html/" <br><br><br>
<h2>Decrypting Data</h2>For decrypting, you can run python R4VEN_decrypter.py (KEY) OBS: Without (), put the same key that you use to encrypt the data, 32 caracters
To chosse what directory that will be decrypted, you can modify that via code on R4VEN_decrypter.py:17.
Dont forget to put an / at the end.
Eg.: <br>"/home/kali/Documents/" <br> "/"<br> "/var/www/html/" <br><br><br>
Will be updates
Docker
A Dockerfile created a image base to you in outher projects, this image is for example this project in your machine in safeted. And encrypt all data in folder /home/
docker build -t ther4ven/r4venransomware .
docker run ther4ven/r4venransomware
Related Skills
node-connect
353.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
353.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
353.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
