-
Notifications
You must be signed in to change notification settings - Fork 60
Installation Guide
Robiot edited this page Sep 8, 2021
·
11 revisions
Make sure the ~/.cargo/bin is in your path
cargo install rustcat
bash <(curl -s https://raw.githubusercontent.com/robiot/rustcat/main/install-scripts/debian-install.sh)
git clone https://aur.archlinux.org/rustcat.git
cd rustcat
makepkg -si
Or with yay:
yay -S rustcat
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, unix & reverse shell from the source since its not made to work with windows yet :)