Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdullahwaqar/syscrypt
A simple, functional python ransomware (proof of concept).
https://github.com/abdullahwaqar/syscrypt
encryption malware ransomware
Last synced: 21 days ago
JSON representation
A simple, functional python ransomware (proof of concept).
- Host: GitHub
- URL: https://github.com/abdullahwaqar/syscrypt
- Owner: abdullahwaqar
- Created: 2018-07-19T00:10:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T16:19:50.000Z (over 6 years ago)
- Last Synced: 2024-11-19T16:03:43.598Z (3 months ago)
- Topics: encryption, malware, ransomware
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sysCrypt
A simple, fully python ransomware proof of concept.
sysCrypt is a proof of concept ransomware which implements the PyCrypto module as a simple command and control server. It is a work in progress as of yet and i will be releasing updates periodically depending on a couple of factors.Aside from very minor testing to ensure there are no syntax errors, no testing has been done. This may occur at a later time to ensure it performs in all expected environments,but that is not the point. The point is to be a simple to read proof of concept that makes for an easy example of what ransomware is and how it works.
**Warning: This project is young and incomplete. It will encrypt and decrypt files. That's about it. No key generation, no sending the key back over a secure channel. Pull requests are welcome.**