How to Install and Uninstall desproxy Package on Kali Linux

Last updated: May 12,2024

1. Install "desproxy" package

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

$ sudo apt update $ sudo apt install desproxy

2. Uninstall "desproxy" package

Please follow the instructions below to uninstall desproxy on Kali Linux:

$ sudo apt remove desproxy $ sudo apt autoclean && sudo apt autoremove

3. Information about the desproxy package on Kali Linux

Package: desproxy
Version: 0.1.0~pre3-10.1
Installed-Size: 164
Maintainer: Jari Aalto
Architecture: amd64
Depends: libc6 (>= 2.15)
Size: 44624
SHA256: 58abf9de3bad635fe173609c2755e0c947b16f4e1daccb47916b8b43bfa8f7f5
SHA1: 9f4bb76e9fcc0e6f4f7491d7ec6d6ed7c952166e
MD5sum: 17ce45d83b26a04cc725dc3e649f9a48
Description: tunnel TCP traffic through a HTTP proxy
Browsers (in general HTTP clients) use HTTP proxies to request web pages. The
proxy forwards those request to the destination server. All
the negotiation is done via the HTTP protocol, which is designed just
to carry HTTP requests and no generic (TCP/IP) traffic. That is why you
can't (normally) use Internet applications beside your browser if
you are behind a HTTP proxy.
.
That is what desproxy is good for. Desproxy is a TCP tunnel, which
means desproxy can forward TCP/IP traffic via a HTTP proxy. Desproxy
uses a HTTP/1.1 method (CONNECT) to establish TCP/IP connections on
demand. CONNECT is used for SSL connections when accessing to secure
sites. So if you can access sites that support SSL (www.hotmail.com for
example) you can use desproxy.
Description-md5:
Homepage: https://sourceforge.net/projects/desproxy
Tag: implemented-in::c, network::vpn, protocol::http, protocol::tcp,
role::program, use::proxying, works-with::network-traffic
Section: net
Priority: optional
Filename: pool/main/d/desproxy/desproxy_0.1.0~pre3-10.1_amd64.deb