How to Install and Uninstall microsocks Package on Kali Linux

Last updated: May 15,2024

1. Install "microsocks" package

This guide covers the steps necessary to install microsocks on Kali Linux

$ sudo apt update $ sudo apt install microsocks

2. Uninstall "microsocks" package

This tutorial shows how to uninstall microsocks on Kali Linux:

$ sudo apt remove microsocks $ sudo apt autoclean && sudo apt autoremove

3. Information about the microsocks package on Kali Linux

Package: microsocks
Version: 1.0.3-2
Installed-Size: 40
Maintainer: Peter Pentchev
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 10788
SHA256: 9aa6f6683bbb4bceb36f95148490717e8633a7220d4e5cc7deceb90024f05a3e
SHA1: e510f8ecd958cf511095d2f7cb73866ab4d35bc5
MD5sum: bc737eb19e5c7bcea98337de05778f32
Description: multithreaded, small, efficient SOCKS5 server
MicroSocks - multithreaded, small, efficient SOCKS5 server, is a SOCKS5
service that you can run on your remote boxes to tunnel connections
through them, if for some reason SSH doesn't cut it for you.
.
- It's very lightweight, and very light on resources too.
- It's also designed to be robust: it handles resource exhaustion gracefully
by simply denying new connections, instead of calling abort() as most
other programs do these days.
- Another plus is ease-of-use: no config file necessary, everything can
be done from the command line and doesn't even need any parameters for
quick setup.
Description-md5:
Homepage: https://github.com/rofl0r/microsocks
Section: utils
Priority: optional
Filename: pool/main/m/microsocks/microsocks_1.0.3-2_amd64.deb