Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hackthedev/teardrop
- Owner: hackthedev
- License: gpl-3.0
- Created: 2021-04-24T23:40:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T11:15:04.000Z (6 months ago)
- Last Synced: 2024-05-07T00:35:34.548Z (6 months ago)
- Topics: csharp, educational, educational-project, encryption, executeable, gpl3, gplv3, leaning, learning-by-doing, malicious, malware, ransomware, virus, windows
- Language: C#
- Homepage:
- Size: 18 MB
- Stars: 76
- Watchers: 3
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-hacking-lists - hackthedev/teardrop - Open-Source Ransomware Project for learning purpose only written in C# (csharp). Dont use it for bad things. (C# #)
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 |