How To Install secure-socket-funneling-windows-binaries on Kali Linux

In this tutorial we learn how to install secure-socket-funneling-windows-binaries on Kali Linux. secure-socket-funneling-windows-binaries is SSF - windows binaries

Introduction

In this tutorial we learn how to install secure-socket-funneling-windows-binaries on Kali Linux.

What is secure-socket-funneling-windows-binaries

secure-socket-funneling-windows-binaries is:

This package provides simple and efficient ways to forward data from multiple sockets (TCP or UDP) through a single secure TLS link to a remote computer.

This package provides the 32 bits and 64 bits windows binaries of Secure Socket Funneling.

SSF Features:

  • Local and remote TCP port forwarding
  • Local and remote UDP port forwarding
  • Local and remote SOCKS server
  • Local and remote shell through socket
  • Native relay protocol
  • TLS connection with strongest cipher-suites

There are three methods to install secure-socket-funneling-windows-binaries on Kali Linux. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install secure-socket-funneling-windows-binaries Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install secure-socket-funneling-windows-binaries using apt-get by running the following command:

sudo apt-get -y install secure-socket-funneling-windows-binaries

Install secure-socket-funneling-windows-binaries Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install secure-socket-funneling-windows-binaries using apt by running the following command:

sudo apt -y install secure-socket-funneling-windows-binaries

Install secure-socket-funneling-windows-binaries Using aptitude

If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install secure-socket-funneling-windows-binaries using aptitude by running the following command:

sudo aptitude -y install secure-socket-funneling-windows-binaries

How To Uninstall secure-socket-funneling-windows-binaries on Kali Linux

To uninstall only the secure-socket-funneling-windows-binaries package we can use the following command:

sudo apt-get remove secure-socket-funneling-windows-binaries

Uninstall secure-socket-funneling-windows-binaries And Its Dependencies

To uninstall secure-socket-funneling-windows-binaries and its dependencies that are no longer needed by Kali Linux, we can use the command below:

sudo apt-get -y autoremove secure-socket-funneling-windows-binaries

Remove secure-socket-funneling-windows-binaries Configurations and Data

To remove secure-socket-funneling-windows-binaries configuration and data from Kali Linux we can use the following command:

sudo apt-get -y purge secure-socket-funneling-windows-binaries

Remove secure-socket-funneling-windows-binaries configuration, data, and all of its dependencies

We can use the following command to remove secure-socket-funneling-windows-binaries configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge secure-socket-funneling-windows-binaries

Dependencies

secure-socket-funneling-windows-binaries have the following dependencies:

References

Summary

In this tutorial we learn how to install secure-socket-funneling-windows-binaries package on Kali Linux using different package management tools: apt, apt-get and aptitude.