How to Install and Uninstall proxify Package on Kali Linux

Last updated: May 18,2024

1. Install "proxify" package

This guide let you learn how to install proxify on Kali Linux

$ sudo apt update $ sudo apt install proxify

2. Uninstall "proxify" package

Learn how to uninstall proxify on Kali Linux:

$ sudo apt remove proxify $ sudo apt autoclean && sudo apt autoremove

3. Information about the proxify package on Kali Linux

Package: proxify
Version: 0.0.5-0kali3
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 35927
Depends: libc6 (>= 2.34)
Homepage: https://github.com/projectdiscovery/proxify
Priority: optional
Section: golang
Filename: pool/main/p/proxify/proxify_0.0.5-0kali3_amd64.deb
Size: 9296192
SHA256: 8f8393afb2669cda2a50cb5b2033bb3d4da8fd8823e772be616213141c9f6a4a
SHA1: 9a03828f34b777b41d813e745030260b7e2c949c
MD5sum: b64c1990e1177fa00904b898fa88c8e4
Description: Swiss Army knife Proxy tool for HTTP/HTTPS traffic capture, manipulation
This package contains a Swiss Army Knife Proxy for rapid deployments. It
supports multiple operations such as request/response dump, filtering and
manipulation via DSL language, upstream HTTP/Socks5 proxy. Additionally a
replay utility allows to import the dumped traffic (request/responses with
correct domain name) into burp or any other proxy by simply setting the
upstream proxy to proxify.
.
Features
* Intercept / Manipulate HTTP/HTTPS & NON-HTTTP traffic
* Invisible & Thick clients traffic proxy support
* TLS MITM support with client/server certificates
* HTTP and SOCKS5 support for upstream proxy
* Traffic Match/Filter and Replace DSL support
* Full traffic dump to file (request/responses)
* Native embedded DNS server
* Plugin Support to decode specific protocols (e.g XMPP/SMTP/FTP/SSH/)
* Proxify Traffic replay in Burp
Description-md5:

5. The same packages on other Linux Distributions