How to install sish on MXLinux Latest

Sish is a tool that allows secure reverse shell access over HTTP/SOCKS proxies, which helps users create a secure tunnel for their network traffic. In this tutorial, we will show you how to install sish on MXLinux Latest.

Prerequisites

Installation

  1. Open your terminal emulator.

  2. Clone the sish repository by running the following command.

git clone https://github.com/antoniomika/sish.git
  1. Navigate to the sish directory.
cd sish
  1. Compile sish using the following command.
make
  1. Install sish by typing the following command.
sudo make install
  1. After installation has finished, start the sish service by typing the following command.
sudo systemctl start sish

Configuration

Once sish has been installed, it needs to be configured as per your requirements.

  1. Open the configuration file using your text editor.
sudo nano /etc/sish.conf
  1. Edit and update the configuration file with your preferred settings.

  2. Once you are finished, save and exit the file.

  3. Restart the sish service for changes to take effect.

sudo systemctl restart sish

Usage

To connect to sish using HTTP, run the following command.

ssh username@connect-to-host.com -o "ProxyCommand sish client -s https://panel.example.com/wstunnel -r socks -p 'username:password'"

To connect to sish using SOCKS, run the following command.

ssh username@connect-to-host.com -o "ProxyCommand sish client -s https://panel.example.com/wstunnel -r socks -p 'username:password'"

Replace username and password with your sish login credentials, and connect-to-host.com with the hostname or IP address of the server you wish to connect to.

Conclusion

In this tutorial, we have shown you how to install and configure sish on MXLinux Latest, and how to connect to it for secure reverse shell access. Sish is a powerful tool that can offer a secure tunnel for network traffic and should be used with caution to ensure the safety of your system.

If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!

Alternatively, for the best virtual desktop, try Shells!