Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dethada/ransomware
Ransomware without the ransom | Targeted at Linux systems
https://github.com/dethada/ransomware
cryptography malware ransomware
Last synced: 3 days ago
JSON representation
Ransomware without the ransom | Targeted at Linux systems
- Host: GitHub
- URL: https://github.com/dethada/ransomware
- Owner: Dethada
- License: mit
- Created: 2017-11-04T16:29:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T07:52:23.000Z (about 7 years ago)
- Last Synced: 2024-04-11T15:41:45.186Z (7 months ago)
- Topics: cryptography, malware, ransomware
- Language: C
- Size: 680 KB
- Stars: 7
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ransomware
> Disclaimer: Use this tool at your own risk. Author is not responsible or liable if you damage your own system or others. Follow all local, state, federal, and international laws as it pertains to your geographic location. Do NOT use this tool maliciously as it is being released for educational purposes. This tools intended use is in cyber exercises or demonstrations of adversarial tools.
## Synopsis
Simple C Ransomware I built to learn more about C and Ransomwares.
Source code for the ransomware is in main.c, Testing contains codes for parts of the ransomware, DummyFiles contains files used for testing the encryption.
Since it is using xor encryption currently, run it once to encrypt run it again to decrypt your files.
## Usage
Compile the program and run it with the path you want it to start encrypting as the argument.
`$./main /home/`
## To Do
* Use stronger encryption algorithm
* Add a challenge for victims complete to retrieve their files
* Add a C&C Server