Remote system administration tool for Windows/Linux
It's a meme comes from the whatsapp gold and 2 memes. First started as a joke to troll friends & learn python/go but then I decided to make it a real project. Still meme and comes with absolutely no warranty.
- Clone the repository
- Create .env file with the following content:
export TG_BOT_TOKEN="TOKEN"
export TG_CHAT_ID="CHATID"
export RSHELL_IP="IP" #Optional
export RSHELL_PORT="PORT" #Optional
- Run
build.sh
to build the client - Run the client on the target machine
- Add a way to run commands on the remote machine
- Autoupdate the client
- Fix userid generation
- Modularize the code
- Add keylogger
- Add file scraper
- Add screenshot
- Add webcam
- Add microphone
- Add remote desktop
- Add remote shell
- Better build script