https://github.com/sepppenner/ransomware
Ransomware is a project written in .Net and shows how ransomeware generally works. This repository should be used for educational reasons only!!
https://github.com/sepppenner/ransomware
Last synced: about 1 year ago
JSON representation
Ransomware is a project written in .Net and shows how ransomeware generally works. This repository should be used for educational reasons only!!
- Host: GitHub
- URL: https://github.com/sepppenner/ransomware
- Owner: SeppPenner
- License: mit
- Created: 2018-01-08T15:50:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T00:30:02.000Z (over 2 years ago)
- Last Synced: 2024-03-18T00:45:11.211Z (over 2 years ago)
- Language: C#
- Homepage:
- Size: 21.3 MB
- Stars: 31
- Watchers: 7
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
- License: License.txt
Awesome Lists containing this project
README
# Ransomware
Ransomware is a project written in .Net and shows how ransomeware generally works. This repository should be used for educational reasons only!!
[](https://ci.appveyor.com/project/SeppPenner/ransomware)
[](https://github.com/SeppPenner/Ransomware/issues)
[](https://github.com/SeppPenner/Ransomware/network)
[](https://github.com/SeppPenner/Ransomware/stargazers)
[](https://raw.githubusercontent.com/SeppPenner/Ransomware/master/License.txt)
[](https://snyk.io/test/github/SeppPenner/Ransomware)
[](https://franzhuber23.blogspot.de/)
[](https://patreon.com/SeppPennerOpenSourceDevelopment)
[](https://paypal.me/th070795)
## The stuff behind
The software is basically a "malware" version of https://github.com/SeppPenner/LustigeFehler that shows some nonsense error messages in the foreground, but encrypts data in the background.
* If the software is not run in admin mode, it will crash with an error.
* If the .exe is started in admin mode, it will run and try to encrypt all files on all drives it finds.
* Additionally, it will **hide** all folders it finds.
## Virustotal.com scans
Well, let's see what [virustotal.com](https://www.virustotal.com) shows us as information on this "virus":
* The result: https://www.virustotal.com/gui/file/d2a0638ffd29888de39fd138f81e667888b7c9f04649032a042bd558dec4bf98?nocache=1 --> 1 / 69 detections --> Very poor :D
## Hint
Please don't try this software on your PC. It's for educational purposes only!!!!!!
Change history
--------------
See the [Changelog](https://github.com/SeppPenner/Ransomware/blob/master/Changelog.md).