WhatShell allows you to execute commands on your system remotely using WhatsApp messages this allows you to control your system even when you are away from it and stay updated with the commands output on your WhatsApp account.
To use this tool, you will need the following:
- Two WhatsApp accounts. One that will be used to receive messages and the other that will be used to send commands.
- Node.js installed on your System.
You can install this tool by following these steps:
- Clone the repository using the command
git clone https://github.com/tauh33dkhan/WhatShell.git
. - Install the necessary dependencies using the command
npm install
. - Add your WhatsApp phone number in the
.env
file from which you will send messages. - Run the tool using the command
node whatshell.js
. - Login to your WhatsApp account using the phone number that will receive the messages by scanning the QR code.
Follow these simple steps to use WhatShell:
- Send a WhatsApp message from the number specified in the
.env
file with the command you want to execute. For example:/ls
. - The tool will execute the command on your VPS and return the output to your specified WhatsApp account.
We welcome and appreciate contributions to this project. To contribute, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make changes to your forked repository.
- Push your changes back to GitHub.
- Create a pull request.
If you have any questions, suggestions, or issues, you can reach out to me on twitter @tauh33dkhan
Thank you for using WhatShell!