Skip to content

T4skor/SilentShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

SilentShell

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.

Features

  • Secure remote shell
  • Low resource consumption
  • Easy to set up and deploy
  • Encrypted communication

Installation

Clone the repository:

git clone https://github.com/T4skor/SilentShell.git
cd SilentShell

Compile the project if necessary:

make

Usage

Run the server on the target machine:

./SilentShell -s

Connect from the client:

./SilentShell -c <SERVER_IP>

Requirements

  • Linux or Windows
  • Dependencies: openssl, libssh, gcc

Contributions

Contributions are welcome. To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-new).
  3. Commit and push your changes (git commit -m "Description" && git push origin feature-new).
  4. Open a Pull Request.

Security

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For questions or suggestions, feel free to open an issue in the repository.

About

Reverse Shell with reboot persistance

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages