SilentShell is a lightweight tool designed to provide a secure and discreet remote shell. Its goal is to enable stealthy command execution on remote systems.
- Secure remote shell
- Low resource consumption
- Easy to set up and deploy
- Encrypted communication
Clone the repository:
git clone https://github.com/T4skor/SilentShell.git
cd SilentShell
Compile the project if necessary:
make
Run the server on the target machine:
./SilentShell -s
Connect from the client:
./SilentShell -c <SERVER_IP>
- Linux or Windows
- Dependencies:
openssl
,libssh
,gcc
Contributions are welcome. To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-new
). - Commit and push your changes (
git commit -m "Description" && git push origin feature-new
). - Open a Pull Request.
SilentShell employs encryption to secure communications, but it is recommended to use it in controlled environments and review the code to adapt it to your needs.
This project is licensed under the MIT License. See the LICENSE
file for details.
For questions or suggestions, feel free to open an issue in the repository.