{"id":25549622,"url":"https://github.com/scarlet-oni/client-server-ransomware","last_synced_at":"2026-02-14T14:30:17.166Z","repository":{"id":274271370,"uuid":"922420764","full_name":"scarlet-oni/client-server-ransomware","owner":"scarlet-oni","description":"A ransomware that encrypts one file and contacts the server for decryption. Prototype of a modern ransomware.","archived":false,"fork":false,"pushed_at":"2025-02-12T05:45:02.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T06:45:29.892Z","etag":null,"topics":["client-server","cyber-security","cybersecurity","python","python-ransomware","python3","ransomware"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scarlet-oni.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-26T06:35:11.000Z","updated_at":"2025-02-12T05:45:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"354edf65-3239-4137-a095-38e6d994b3e0","html_url":"https://github.com/scarlet-oni/client-server-ransomware","commit_stats":null,"previous_names":["ghostface-cybersecurity/client-server-ransomware","ghostface-engineer/client-server-ransomware","scarlet-oni/client-server-ransomware"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scarlet-oni%2Fclient-server-ransomware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scarlet-oni%2Fclient-server-ransomware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scarlet-oni%2Fclient-server-ransomware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scarlet-oni%2Fclient-server-ransomware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scarlet-oni","download_url":"https://codeload.github.com/scarlet-oni/client-server-ransomware/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239816509,"owners_count":19701753,"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","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":["client-server","cyber-security","cybersecurity","python","python-ransomware","python3","ransomware"],"created_at":"2025-02-20T10:18:59.769Z","updated_at":"2026-02-14T14:30:17.119Z","avatar_url":"https://github.com/scarlet-oni.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"   ####   ####      ####    #######  ##   ##  ######\n  ##  ##   ##        ##      ##   #  ###  ##  # ## #\n ##        ##        ##      ## #    #### ##    ##\n ##        ##        ##      ####    ## ####    ##     ######\n ##        ##   #    ##      ## #    ##  ###    ##\n  ##  ##   ##  ##    ##      ##   #  ##   ##    ##\n   ####   #######   ####    #######  ##   ##   ####\n\n  #####   #######  ######   ##   ##  #######  ######\n ##   ##   ##   #   ##  ##  ##   ##   ##   #   ##  ##\n #         ## #     ##  ##   ## ##    ## #     ##  ##\n  #####    ####     #####    ## ##    ####     #####\n      ##   ## #     ## ##     ###     ## #     ## ##\n ##   ##   ##   #   ##  ##    ###     ##   #   ##  ##\n  #####   #######  #### ##     #     #######  #### ##\n\n\n ######     ##     ##   ##   #####    #####   ##   ##  ##   ##    ##     ######   #######\n  ##  ##   ####    ###  ##  ##   ##  ##   ##  ### ###  ##   ##   ####     ##  ##   ##   #\n  ##  ##  ##  ##   #### ##  #        ##   ##  #######  ##   ##  ##  ##    ##  ##   ## #\n  #####   ##  ##   ## ####   #####   ##   ##  #######  ## # ##  ##  ##    #####    ####\n  ## ##   ######   ##  ###       ##  ##   ##  ## # ##  #######  ######    ## ##    ## #\n  ##  ##  ##  ##   ##   ##  ##   ##  ##   ##  ##   ##  ### ###  ##  ##    ##  ##   ##   #\n #### ##  ##  ##   ##   ##   #####    #####   ##   ##  ##   ##  ##  ##   #### ##  #######\n\n_________________________________________________________________________________________\n                                          ABOUT\n_________________________________________________________________________________________\nDescription: A ransomware that encrypts one file and contacts the server for decryption. \n             Prototype of a modern ransomware. \nProgram: Ransomware (client-server) / A prototype of a modern ransomware\nLanguages: Python 3.12.7\nTested on: Linux 6.11.2\nAuthor: scarlet-oni\n\n_________________________________________________________________________________________\n                                        PROGRAM LAUNCH\n_________________________________________________________________________________________\n// First, start a server that will decrypt files\npython3 ransomware_server.py\n// Then create a simple text file that will be encrypted\necho \"hello ransomware\" \u003e file.txt\n// Then you can run a client that will encrypt the file\n// Examle: python3 ransomware.py \u003chost\u003e \u003cport\u003e \u003cfile\u003e\npython3 ransomware.py 0.0.0.0 8000 file.py\n\n_________________________________________________________________________________________\n                                        LEGAL STATEMENT\n_________________________________________________________________________________________\nBy downloading, modifying, redistributing, and/or executing client-server-ransomware, the\nuser agrees to the contained LEGAL.txt statement found in this repository.\n\nI, scarlet-oni, the creator, take no legal responsibility for unlawful actions\ncaused/stemming from this program. \n\nUse responsibly and ethically!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscarlet-oni%2Fclient-server-ransomware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscarlet-oni%2Fclient-server-ransomware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscarlet-oni%2Fclient-server-ransomware/lists"}