How to Install and Uninstall httpry Package on Kali Linux

Last updated: November 10,2024

1. Install "httpry" package

Please follow the guidelines below to install httpry on Kali Linux

$ sudo apt update $ sudo apt install httpry

2. Uninstall "httpry" package

This guide covers the steps necessary to uninstall httpry on Kali Linux:

$ sudo apt remove httpry $ sudo apt autoclean && sudo apt autoremove

3. Information about the httpry package on Kali Linux

Package: httpry
Version: 0.1.8-3
Installed-Size: 89
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34), libpcap0.8 (>= 0.9.8)
Suggests: httpry-daemon, httpry-tools
Size: 32740
SHA256: 8a067b0bb654deed984205ae1317794ef6bab6e276a67875f1c38669cff614f5
SHA1: 2874743fb6e9f61e713eadb126d8f1ab6afb4987
MD5sum: 314a45a2ff2ddfc7680d27daa84c44c5
Description: HTTP logging and information retrieval tool
httpry is a tool designed for displaying and logging HTTP traffic. It is not
intended to perform analysis itself, but instead to capture, parse and/or
log the traffic for later analysis. It can be run in real-time displaying
the live traffic on the wire, or as a daemon process that logs to an output
file. It is written to be as lightweight and flexible as possible, so that
it can be easily adaptable to different applications. It does not display
the raw HTTP data transferred, but instead focuses on parsing and displaying
the request/response line along with associated header fields.
.
This package contains the httpry executable. Package httpry-daemon contains
required init script for running httpry as a daemon. Scripts for parsing
log files are provided by httpry-tools.
Description-md5:
Homepage: https://dumpsterventures.com/jason/httpry/
Section: net
Priority: optional
Filename: pool/main/h/httpry/httpry_0.1.8-3_amd64.deb