{"id":13539540,"url":"https://github.com/mehulj94/braindamage","last_synced_at":"2025-04-02T06:31:00.071Z","repository":{"id":83269784,"uuid":"83223778","full_name":"mehulj94/BrainDamage","owner":"mehulj94","description":"Remote administration service which uses twitter as a command and control server","archived":false,"fork":false,"pushed_at":"2021-02-25T00:24:59.000Z","size":63,"stargazers_count":711,"open_issues_count":3,"forks_count":182,"subscribers_count":55,"default_branch":"master","last_synced_at":"2025-03-13T14:37:38.560Z","etag":null,"topics":["python","remote-admin-tool","security","tool"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mehulj94.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":"2017-02-26T16:35:05.000Z","updated_at":"2025-02-27T07:38:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6119dfb-e25c-44cc-9be0-c2a287c99a2f","html_url":"https://github.com/mehulj94/BrainDamage","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehulj94%2FBrainDamage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehulj94%2FBrainDamage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehulj94%2FBrainDamage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehulj94%2FBrainDamage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehulj94","download_url":"https://codeload.github.com/mehulj94/BrainDamage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246767733,"owners_count":20830544,"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":["python","remote-admin-tool","security","tool"],"created_at":"2024-08-01T09:01:27.457Z","updated_at":"2025-04-02T06:30:58.857Z","avatar_url":"https://github.com/mehulj94.png","language":"Python","readme":"# BrainDamage\nA python based remote administration tool which uses [Telegram](https://telegram.org/) as C\u0026C server.\n\n```\n                           /\\\n                          /_.\\\n                    _,.-'/ `\",\\'-.,_\n                 -~^    /______\\`~~-^~:\n\n  ____            _       _____                                   \n |  _ \\          (_)     |  __ \\                                  \n | |_) |_ __ __ _ _ _ __ | |  | | __ _ _ __ ___   __ _  __ _  ___ \n |  _ \u003c| '__/ _` | | '_ \\| |  | |/ _` | '_ ` _ \\ / _` |/ _` |/ _ \\\n | |_) | | | (_| | | | | | |__| | (_| | | | | | | (_| | (_| |  __/\n |____/|_|  \\__,_|_|_| |_|_____/ \\__,_|_| |_| |_|\\__,_|\\__, |\\___|\n                                                        __/ |     \n                                                       |___/      \n\n--\u003e Coded by: Mehul Jain\n--\u003e For windows only\n\n  ______         _                       \n |  ____|       | |                      \n | |__ ___  __ _| |_ _   _ _ __ ___  ___ \n |  __/ _ \\/ _` | __| | | | '__/ _ \\/ __|\n | | |  __/ (_| | |_| |_| | | |  __/\\__ \\\n |_|  \\___|\\__,_|\\__|\\__,_|_|  \\___||___/\n                                         \n\n--\u003e Persistance\n--\u003e USB spread\n--\u003e Port Scanner\n--\u003e Router Finder\n--\u003e Run shell commands\n--\u003e Keys logging\n--\u003e Insert keystrokes\n--\u003e Record audio\n--\u003e Webserver\n--\u003e Screenshot logging\n--\u003e Download files in the host\n--\u003e Execute shutdown, restart, logoff, lock\n--\u003e Send drive tree structure\n--\u003e Set email template\n--\u003e Rename Files\n--\u003e Change wallpaper\n--\u003e Open website\n--\u003e Send Password for\n    • Chrome\n    • Mozilla\n    • Filezilla\n    • Core FTP\n    • CyberDuck\n    • FTPNavigator\n    • WinSCP\n    • Outlook\n    • Putty\n    • Skype\n    • Generic Network\n--\u003e Cookie stealer\n--\u003e Send active windows\n--\u003e Gather system information\n    • Drives list\n    • Internal and External IP\n    • Ipconfig /all output\n    • Platform\n```\n\n# Setup\n* Telegram setup:\n  * Install [Telegram](https://telegram.org/) app and search for \"BOTFATHER\".\n  * Type /help to see all possible commands.\n  * Click on or type /newbot to create a new bot.\n  * Name your bot.\n  * You should see a new API token generated for it.\n* Dedicated Gmail account. Remember to check \"allow connection from less secure apps\" in gmail settings.\n* Set access_token in eclipse.py to token given by the botfather.\n* Set CHAT_ID in eclipse.py. Send a message from the app and use the telegram api to get this chat id.\n\n\u003e bot.getMe() will give output {'first_name': 'Your Bot', 'username': 'YourBot', 'id': 123456789}\n\n* Set copied_startup_filename in Eclipse.py.\n* Set Gmail password and Username in /Breathe/SendData.py\n\n\n# Abilities\n* whoisonline- list active slaves\n\u003e This command will list all the active slaves.\n\n* destroy- delete\u0026clean up\n\u003e This command will remove the stub from host and will remove registry entries.\n\n* cmd- execute command on CMD\n\u003e Run shell commands on host\n\n* download- url (startup, desktop, default)\n\u003e This will download files in the host computer.\n\n* execute- shutdown, restart, logoff, lock\n\u003e Execute the following commands\n\n* screenshot- take screenshot\n\u003e Take screenshot of the host of computer.\n\n* send- passwords, drivetree, driveslist, keystrokes, openwindows\n\u003e This command will sends passwords (saved browser passwords, FTP, Putty..), directory tree of host (upto level 2), logged keystrokes and windows which are currently open\n\n* set- email (0:Default,1:URL,2:Update), filename (0: Itself, 1: Others), keystrokes (text)\n\u003e This command can set email template (default, download from url, update current template with text you'll send), rename filenames or insert keystrokes in host.\n\n* start- website (URL), keylogger, recaudio (time), webserver (Port), spread\n\u003e This command can open website, start keylogger, record audio, start webserver, USB Spreading\n\n* stop- keylogger, webserver\n\u003e This command will stop keylogger or webserver\n\n* wallpaper- change wallpaper (URL)\n\u003e Changes wallpaper of host computer\n\n* find- openports (host, threads, ports), router\n\u003e This command will find open ports and the router the host is using\n\n* help- print this usage\n\n# Requirements\n* [Telepot](https://github.com/nickoala/telepot)\n* [PyAudio](https://people.csail.mit.edu/hubert/pyaudio/)\n* [PyCrypto](http://www.voidspace.org.uk/python/modules.shtml#pycrypto)\n* [Pyasn1](https://pypi.python.org/pypi/pyasn1)\n* [Pillow](https://pillow.readthedocs.io/en/latest/installation.html)\n* Install [PyHook](https://sourceforge.net/projects/pyhook/)\n* Install [PyWin32](https://sourceforge.net/projects/pywin32/)\n* Install [Microsoft Visual C++ Compiler for Python](https://www.microsoft.com/en-us/download/details.aspx?id=44266)\n* Install [PyInstaller](http://www.pyinstaller.org/)\n\n# Screenshots\n\n![Setup](https://image.ibb.co/mkWNRF/Capture.png)\n\n![Notification](https://image.ibb.co/kCey0a/IMG_0009.jpg)\n\n![Who is Online Telegram](https://image.ibb.co/f20GmF/IMG_0006.jpg)\n\n![Help Telegram](https://image.ibb.co/bZHJ0a/IMG_0004.jpg)\n\n![Record Audio Telegram](https://image.ibb.co/dA3fDv/IMG_0005.jpg)\n\n![Take screenshot Telegram](https://image.ibb.co/buPntv/IMG_0007.jpg)\n\n# For educational purposes only, use at your own responsibility.\n\n","funding_links":[],"categories":["\u003ca id=\"1233584261c0cd5224b6e90a98cc9a94\"\u003e\u003c/a\u003e渗透\u0026\u0026offensive\u0026\u0026渗透框架\u0026\u0026后渗透框架","\u003ca id=\"5dd93fbc2f2ebc8d98672b2d95782af3\"\u003e\u003c/a\u003e工具","\u003ca id=\"17b978a5c371699ccd9a5687ae3f3949\"\u003e\u003c/a\u003eTelegram"],"sub_categories":["\u003ca id=\"98a851c8e6744850efcb27b8e93dff73\"\u003e\u003c/a\u003eC\u0026C","\u003ca id=\"492b34c27ab06b3696c0464465b74eec\"\u003e\u003c/a\u003e工具"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehulj94%2Fbraindamage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehulj94%2Fbraindamage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehulj94%2Fbraindamage/lists"}