{"id":16650133,"url":"https://github.com/tarcisio-marinho/rsb-framework","last_synced_at":"2025-09-02T18:30:37.889Z","repository":{"id":121133566,"uuid":"89555436","full_name":"tarcisio-marinho/RSB-Framework","owner":"tarcisio-marinho","description":"Windows/Linux - ReverseShellBackdoor Framework","archived":false,"fork":false,"pushed_at":"2019-06-08T03:45:18.000Z","size":4166,"stargazers_count":48,"open_issues_count":0,"forks_count":22,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-16T12:13:43.854Z","etag":null,"topics":["backdoor","backdooring","backdoorpython","backdoors","linux","rat","trojan","trojan-horse-attack","trojan-rat","trojans","victim","victim-machine"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tarcisio-marinho.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-27T04:25:48.000Z","updated_at":"2024-10-18T15:22:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"31e0da75-9100-47ec-a2c5-037b43aa66cc","html_url":"https://github.com/tarcisio-marinho/RSB-Framework","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/tarcisio-marinho%2FRSB-Framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarcisio-marinho%2FRSB-Framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarcisio-marinho%2FRSB-Framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarcisio-marinho%2FRSB-Framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarcisio-marinho","download_url":"https://codeload.github.com/tarcisio-marinho/RSB-Framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231800760,"owners_count":18428575,"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":["backdoor","backdooring","backdoorpython","backdoors","linux","rat","trojan","trojan-horse-attack","trojan-rat","trojans","victim","victim-machine"],"created_at":"2024-10-12T09:15:38.035Z","updated_at":"2024-12-30T01:15:50.973Z","avatar_url":"https://github.com/tarcisio-marinho.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSB Framework\n\nReverse Shell Backdoor is a framework to control infected machines with some cool interactions.\nIt's capable of send files, run programs in the background, screenshot and shit.\n\nThere are two versions of the code, the C and Python. If you want to learn about\nsockets and reverse connection, you should check it out.\n\n\n[![Travis branch](https://img.shields.io/travis/rust-lang/rust/master.svg)](https://github.com/tarcisio-marinho/RSB-Framework)\n[![Travis branch](https://img.shields.io/cran/l/devtools.svg)](https://github.com/tarcisio-marinho/RSB-Framework/blob/master/LICENSE)\n[![Travis branch](https://img.shields.io/badge/made%20with-%3C3-red.svg)](https://github.com/tarcisio-marinho/RSB-Framework)\n[![Travis branch](https://img.shields.io/github/stars/tarcisio-marinho/RSB-Framework.svg)](https://github.com/tarcisio-marinho/RSB-Framework/stargazers)\n\n# Disclaimer\n\nThis Framework musn't be used to harm/threat/hurt other person's computer.\n\nIt's purpose is only to share knowledge and awareness about Computer virus/Operating Sistems/Programming,  made for learning and awareness about secutiry.\n\nThe program isn't complete nor all the funcionalities are working.\n\n\n# What's a backdoor ?\n\nBackdoor is a computer virus popular known as trojan horse. It work's as a reverse shell to victim computer. So the attacker maintains access to victim computer after the bridge with some \nsystem vulnerability exploitation.\n\n\n\n# How to use ? \n \nFirst the victim should run the backdoor compiled in the computer. \nThen when the attacker run the servidor.py he shall get a reverse connection to the victim comuter.\n    \n**Victim:**\n    \n    python backdoor.py\n    \n**Attacker:**\n    \n    python servidor.py\n    \n    \n \n # Uses \n - It can be used to control the victim computer with a reverse shell.\n - Also you can be used to controll your own computer without being home!\n - Send and download files, run programs.\n     \n     \n# Backdoor features : \n- [x] Remote connection.\n- [x] Download files from the victim machine.\n- [x] Send files to victim machine.\n- [x] Persistence.\n- [x] Screenshot of the victim screen.\n- [x] Execute other programs in the victim computer.\n- [ ] Backdoor complete (Only when all features ready).\n\n\n# Instalation\n\nIf you want to run **Python** version you need to install all the dependecies\n\n\n**linux**:\n\n    ~$ sudo pip install -r requeriments.txt\n**windows**:\n\n    pip install -r requeriments.txt\n    \nIf you want to run **C** code version you dont need to install any dependecies.\n    \n\n# Compiling\n\nThe **Python code** needs to be compiled or be executed as a script (not recommended).\n\n**linux:**\n\n    pyinstaller -F --clean -w backdoor.py -n backdoor\n\n\n**windows:**\n\n    pyinstaller -F --clean -w backdoor.py -i icon.png\n\nThe **C code** needs to be compiled.\n\n\t~$ chmod +x comp.sh\n    ~$ sh comp.sh\n    \nor\n\n\t~$ gcc backdoor.c lib/communication.c  lib/commands.c -o bin/client\n\t~$ gcc server.c lib/communication.c lib/commands.c -o bin/server\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarcisio-marinho%2Frsb-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarcisio-marinho%2Frsb-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarcisio-marinho%2Frsb-framework/lists"}