proxy_logger 0.1.1

Command line interface for proxying TCP connections with payload output into console which can be formatted different ways.
Documentation

proxy_logger

Crates.io Rust version License Workflow Status

Description

This repository provides a command line interface for proxying TCP connections with payload output into the console. Payload output can be formatted in different ways: hexadecimal (lowercase and uppercase), decimal, octal and binary.

Installation

From crates.io (Recommended)

Run the following command and wait until the crate is compiled:

$ cargo install proxy_logger

Now you can run compiled binary:

$ proxy_logger --bind-listener-addr 127.0.0.1:20502 --remote-addr 127.0.0.1:20582

From git repository

Run the following command and wait until the crate is compiled:

$ cargo install --git https://github.com/obaraelijah/proxy_logger.git --tag v0.1.1 proxy_logger

Also you can remove tag option to install the latest development version.

Now you can run compiled binary:

$ proxy_logger --bind-listener-addr 127.0.0.1:20502 --remote-addr 127.0.0.1:20582