How to Install and Uninstall redsocks Package on Kali Linux

Last updated: May 08,2024

1. Install "redsocks" package

This tutorial shows how to install redsocks on Kali Linux

$ sudo apt update $ sudo apt install redsocks

2. Uninstall "redsocks" package

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

$ sudo apt remove redsocks $ sudo apt autoclean && sudo apt autoremove

3. Information about the redsocks package on Kali Linux

Package: redsocks
Source: redsocks (0.5-2)
Version: 0.5-2+b4
Installed-Size: 156
Maintainer: Apollon Oikonomopoulos
Architecture: amd64
Depends: libc6 (>= 2.34), libevent-core-2.1-7 (>= 2.1.8-stable), adduser, lsb-base (>= 3.0-6)
Enhances: tor
Size: 56144
SHA256: 7b444647eb76c7e524d07e6a3854607a0b51690ff766fb9f2df630db499c977f
SHA1: a21f1efe8650bee403c2d254e2193c268128675a
MD5sum: 0433cf9d2fae8ef4ee2b0ecd5d546db5
Description: arbitrary TCP connection redirector to a SOCKS or HTTPS proxy server
Redsocks is a daemon running on the local system, that will transparently
tunnel any TCP connection via a remote SOCKS4, SOCKS5 or HTTP proxy server. It
uses the system firewall's redirection facility to intercept TCP connections,
thus the redirection is system-wide, with fine-grained control, and does
not depend on LD_PRELOAD libraries.
.
Redsocks supports tunneling TCP connections and UDP packets. It has
authentication support for both, SOCKS and HTTP proxies.
.
Also included is a small DNS server returning answers with the "truncated" flag
set for any UDP query, forcing the resolver to use TCP.
Description-md5:
Homepage: http://darkk.net.ru/redsocks/
Tag: implemented-in::c, interface::daemon, network::server, role::program,
security::privacy, use::proxying, works-with::network-traffic
Section: net
Priority: optional
Filename: pool/main/r/redsocks/redsocks_0.5-2+b4_amd64.deb