Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hackthedev/teardrop

Open-Source Ransomware Project for learning purpose only written in C# (csharp). Dont use it for bad things.
https://github.com/hackthedev/teardrop

csharp educational educational-project encryption executeable gpl3 gplv3 leaning learning-by-doing malicious malware ransomware virus windows

Last synced: 3 months ago
JSON representation

Open-Source Ransomware Project for learning purpose only written in C# (csharp). Dont use it for bad things.

Awesome Lists containing this project

README

        

# teardrop - Ransomware ![Dev Status](https://img.shields.io/badge/Development-Paused-orange)
Welcome to the teardrop Ransomware Project. This project was created for educational purposes only. If you want to harm someone, it is your fault if something happens. I do not take any responsibility for damage that might've been caused by one of your actions. In order to use my finished code read the terms and conditions in the [LICENSE](LICENSE) file



If you want to help me or send me motivation, star this repository and share it with like minded people :)


## Features
- Send Machine Data to SQL Server
- Encrypt connected devices ( [#7](https://github.com/hackthedev/teardrop/issues/7) )
- Log errors to file
- Disable/Enable Taskmanager
- Hide from Taskbar
- Overlap other applications
- Multi-Threading
- Extension Whitelist
- Simulate Mouse Click
- Generate unique Device Id
- Make Application Unkillable
- Register Application in StartUp
- Theme "System"
- Encryption [Fuse](https://github.com/hackthedev/teardrop/blob/master/teardrop/teardrop/Form1.cs#L450-L463)


## Help
If you're stuck with doing something on this project you can hit me up on Discord (above link) or via Email (admin [at] shy-devil [dot] me. Issues will still be resolved as good as possible.


## Updates?
I've planned to keep updating this project and fixing bugs. If you've found any bug, you can [create a new issue](https://github.com/hackthedev/teardrop/issues). There might be updates where I only cleaned up the Code. It is planned to also implement new Features. If you want to stay up-to-date, follow me on Github.


## Badge Meanings
| Status | Description |
| --- | --- |
| ![Dev Paused](https://img.shields.io/badge/Development-Paused-orange) | The development is currently paused because im busy. I'll try to help tho |
| ![Dev Continued](https://img.shields.io/badge/Development-Continued-informational) | Im ready to work on the project and try to improve it as good as I can. |
| ![Dev Canceled](https://img.shields.io/badge/Development-Canceled-lightgrey) | The project was canceled for a unknown reason which will be given at the right timing |