https://github.com/diogomartino/ransomflow
Educational proof of concept C# ransomware
https://github.com/diogomartino/ransomflow
Last synced: 3 months ago
JSON representation
Educational proof of concept C# ransomware
- Host: GitHub
- URL: https://github.com/diogomartino/ransomflow
- Owner: diogomartino
- Created: 2021-05-14T22:46:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T00:08:57.000Z (about 4 years ago)
- Last Synced: 2025-01-25T09:09:17.306Z (5 months ago)
- Language: C#
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RansomFlow
⛔️ FOR EDUCATIONAL PURPOSES ONLY. DO NOT EXECUTE THIS IN A COMPUTER WITHOUT THE OWNER'S EXPLICIT PERMISSION.

[See it in action](https://bin.diogomartino.com/downloads/ransomflow.mp4)## RansomFlow
This program will encrypt target directories using an AES encryption method with a password. Only the target directories will be afected. All the original files in those directories will be lost.## Vaccine
Along with the project, there is the Vaccine, which have the power to revert all the damage made by the Ransomware, when given the correct password to decrypt the files.## Dropper
A simple program that will download the Ransomware executable from the web, execute it and then delete it and itself to erease all evidence. Executing this is the equivalent of executing a program that has been injected with a malware dropper.## 📣 Disclaimers
This is a **CONCEPT**, that might teach you how a basic Ramsomware might work behind the scenes. Keep in mind that **REAL** Ramsonwares are much more powerfull and complex.Do _**NOT**_ use this with other people. I'm _**NOT**_ responsible for your actions.