Skip to content
Robiot edited this page Sep 7, 2021 · 11 revisions

Installation

Cargo

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

cargo install rustcat

Kali/Debian

wget https://github.com/robiot/rustcat/releases/latest/download/rustcat_amd64.deb
sudo apt install ./rustcat_amd64.deb

Arch

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

Or with yay:

yay -S rustcat

Other:

This is currently not working!

This will install in /usr/local/bin
Make sure the /usr/local/bin is in your path

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

To uninstall

sudo rm -rf /usr/local/bin/rc

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


If you want it on windows you need to remove everything related to termion, rustyline, unix, reverse shell from the source

Clone this wiki locally