{"id":21832725,"url":"https://github.com/winterrdog/pysomcryptware","last_synced_at":"2026-01-08T14:05:03.038Z","repository":{"id":158085574,"uuid":"534565610","full_name":"winterrdog/PySomCryptware","owner":"winterrdog","description":"A simple but powerful ransomware to hone your red team skills. This is one of a hell of a program granny didn't tell you about","archived":false,"fork":false,"pushed_at":"2022-09-12T10:52:23.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T04:14:51.333Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/winterrdog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-09T08:41:45.000Z","updated_at":"2024-02-29T23:46:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff6ef5bc-189f-424a-a7bb-3ad326edf46c","html_url":"https://github.com/winterrdog/PySomCryptware","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/winterrdog/PySomCryptware","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winterrdog%2FPySomCryptware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winterrdog%2FPySomCryptware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winterrdog%2FPySomCryptware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winterrdog%2FPySomCryptware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/winterrdog","download_url":"https://codeload.github.com/winterrdog/PySomCryptware/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winterrdog%2FPySomCryptware/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28245946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2026-01-08T02:00:06.591Z","response_time":241,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-27T19:25:11.208Z","updated_at":"2026-01-08T14:05:03.022Z","avatar_url":"https://github.com/winterrdog.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PySomCryptware\n## Introduction\nA simple but powerful ransomware to hone your red team skills. This is one of a hell of a program granny didn't tell you about. I developed this program for educational purposes for those who wanna develop or learn how ransomware works at heart. I didn't implement heavy tricks like, using `asymmetric encryption`, memory-resistant functions and algorithms for key-generation and others, in order to make my goal crystal-clear to learners. Hope you will like it.\n\n## 📚 PREREQUISITES\n* The `Python` interpreter should be installed. Linux users can use [this](https://command-not-found.com/python) while Windows and other OSes can follow [this](https://www.python.org/downloads/release/python-3107/). Any Python version from `3.6+` will work.\n* `pip` should be installed. if not follow [this](https://command-not-found.com/pip) for Linux and others should follow [this](https://pip.pypa.io/en/stable/installation/#supported-methods)\n## 🔧🔨 USAGE\n1. Clone this repository( You can also just download it. )\n    ```sh\n    git clone https://github.com/winterrdog/PySomCryptware.git \n    cd PySomCryptware\n    ```\n2. Install the required packages to fix dependency problems ahead of time:\n    - On Unix,\n        ```sh\n        pip install -r requirements.txt\n        ```\n    - On Windows,\n        ```powershell\n        pip install -r requirements.txt\n        ```\n3. Encryption is achieved like this: \n    - On Unix,\n        ```sh \n        python ./main.py\n        ``` \n        or \n        ```sh\n        python ./main.py -a encrypt\n        ```\n    - On Windows( in `powershell` ), \n        ```powershell\n        py ./main.py\n        ``` \n        or \n        ```powershell\n        py ./main.py -a encrypt\n        ```\n3. Decryption( reverse encryption ) is achieved like this: \n    - On Unix,\n        ```sh\n        python ./main.py -a decrypt\n        ```\n    - On Windows( in `powershell` ),\n        ```powershell\n        py ./main.py -a decrypt\n        ```\n## NOTE:\n* Only for educational purposes, man! I'm not responsible for your actions\nand in case I forgot to explain something, please endeavor to read the code as it can explain a lot more than I can, don't be a `skiddie`. Go hard instead!\n* For any problems with the code, you can always send in an issue or make a pull request( much better :) ).\n\n##  Contributions\nThey're always welcome with open hands as long as they're for the good of the community. You are also free to push this code further.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinterrdog%2Fpysomcryptware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinterrdog%2Fpysomcryptware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinterrdog%2Fpysomcryptware/lists"}