How to Install and Uninstall gsocket Package on Kali Linux

Last updated: May 19,2024

1. Install "gsocket" package

Please follow the guidance below to install gsocket on Kali Linux

$ sudo apt update $ sudo apt install gsocket

2. Uninstall "gsocket" package

Here is a brief guide to show you how to uninstall gsocket on Kali Linux:

$ sudo apt remove gsocket $ sudo apt autoclean && sudo apt autoremove

3. Information about the gsocket package on Kali Linux

Package: gsocket
Version: 1.4.41-1
Installed-Size: 278
Maintainer: Daniel Echeverri
Architecture: amd64
Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), dpkg-dev
Size: 100064
SHA256: 7dfb687804177451e7336324d5bf6131d4a3c0fc4d82a016ddb0344e8c7967fa
SHA1: 90f36f694d64a272cf7afbd4ff1cd2eaff4ba821
MD5sum: 910a8628e0e202733bd3c9f9f891167a
Description: Allows two machines on different networks to communicate with each other
Abandon the thought of IP Addresses and Port Numbers. Instead start thinking
that two programs should be able to communicate with each other as long as
they know the same secret (rather than each other's IP Address and Port
Number). The Global Socket library facilitates this: It locally derives
temporary session keys and IDs and connects two programs through the Global
Socket Relay Network (GSRN) regardless and independent of the local IP
Address or geographical location.
.
Once connected the library then negotiates a secure TLS connection(End-2-End).
The secret never leaves your workstation. The GSRN sees only the encrypted
traffic.
.
The GSRN is a free cloud service and is free to use by anyone.
.
The Global Socket Toolkit comes with a set of tools:
.
gsocket - Makes an existing program (behind firewall or NAT) accessible from
anywhere in the world. It does so by analyzing the program and replacing the
IP-Layer with its own Gsocket-Layer. A client connection to a hostname ending
in '*.gsocket' then gets automatically redirected (via the GSRN) to this
program.
.
gs-netcat - Netcat on steroids. Turn gs-netcat into an AES-256 encrypted
reverse backdoor via TOR (optional) with a true PTY/interactive command shell
(gs-netcat -s MySecret -i), integrated file-transfer, spawn a Socks4/4a/5
proxy or forward TCP connections or give somebody temporary shell access.
.
gs-sftp - sftp server & client between two firewalled workstations.
gs-mount - Access and mount a remote file system.
blitz - Copy data from workstation to workstation.
Description-md5:
Homepage: https://github.com/hackerschoice/gsocket
Section: net
Priority: optional
Filename: pool/main/g/gsocket/gsocket_1.4.41-1_amd64.deb