How to Install and Uninstall ocproxy Package on Kali Linux

Last updated: May 02,2024

1. Install "ocproxy" package

Please follow the guidance below to install ocproxy on Kali Linux

$ sudo apt update $ sudo apt install ocproxy

2. Uninstall "ocproxy" package

This is a short guide on how to uninstall ocproxy on Kali Linux:

$ sudo apt remove ocproxy $ sudo apt autoclean && sudo apt autoremove

3. Information about the ocproxy package on Kali Linux

Package: ocproxy
Source: ocproxy (1.60-1)
Version: 1.60-1+b2
Installed-Size: 140
Maintainer: Kevin Cernekee
Architecture: amd64
Depends: libc6 (>= 2.14), libevent-2.1-7 (>= 2.1.8-stable)
Recommends: openconnect
Suggests: dante-client
Size: 55584
SHA256: d334aa33757573a67bd37ab8eeb1630a8184ca1b0cf573f76c72c6d9b24fb515
SHA1: 5845ee5e81d8a96d4b9dd906bb7ec3898ec6f233
MD5sum: 41d6debce1f924343643cce4ee5bacfe
Description: SOCKS proxy for openconnect
ocproxy is a SOCKS and port-forwarding proxy for use with openconnect.
It implements its own userland IP stack, allowing a non-administrator to
establish VPN connections without a need for tunnel devices. Instead
of adding the host machine to the network at the other end of the VPN,
ocproxy listens for local connections and forwards their traffic over the
VPN, similar to "ssh -D" and "ssh -L". Web browsers, remote login utilities
and other programs can then access resources on the VPN through the
proxy. Applications that are unaware of the proxy cannot accidentally send
traffic over the VPN, and multiple ocproxy instances may be connected to
different VPNs concurrently.
Description-md5:
Homepage: https://github.com/cernekee/ocproxy
Section: net
Priority: optional
Filename: pool/main/o/ocproxy/ocproxy_1.60-1+b2_amd64.deb