Skip to content
Robiot edited this page Sep 15, 2021 · 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/main/install-scripts/debian-install.sh)

Arch

git clone https://aur.archlinux.org/rustcat.git
cd rustcat
makepkg -si

Or with yay:

yay -S rustcat

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/rc

Clone this wiki locally