Skip to content
Elliot edited this page Aug 15, 2022 · 11 revisions

Installation

Cargo

Make sure the ~/.cargo/bin is in your path

cargo install rustcat

Kali/Debian

bash <(curl -s https://raw.githubusercontent.com/robiot/rustcat/master/pkg/debian-install.sh)

Arch

yay -S rustcat

Funtoo

emerge net-analyzer/rustcat

Other

Check for its portable version under release assets.

Compile yourself

To compile yourself

Download the source, cd into the dir, and run

cargo build --release

The executable will be placed in ./target/release/rcat

Clone this wiki locally