-
Notifications
You must be signed in to change notification settings - Fork 60
Installation Guide
Robiot edited this page Sep 7, 2021
·
11 revisions
Make sure the ~/.cargo/bin is in your path
cargo install rustcat
wget https://github.com/robiot/rustcat/releases/latest/download/rustcat_amd64.deb
sudo apt install ./rustcat_amd64.deb
git clone https://aur.archlinux.org/rustcat.git
cd rustcat
makepkg -si
Or with yay:
yay -S rustcat
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
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