Rustcat is a listener that can be used for a variety of purposes. It's like netcat in rust but with fewer options.
Table of Contents
Specifications
- Works with listener
- It is easy to use
- Uses colors
- reverse shell
- udp
Installation
Role
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
the:
yay -S rustcat
funtoo
emerge net-analyzer/rustcat
Use
Listen at the door 55660 at localhost:
rcat -lp 55660
Listen at the door 55660 to localhost with command history:
rcat -lpH 55660
Listen at the door 55660 in udp localhost:
rcat -lpu 55660
Listen at the door 55660 in specified ip (192.168.1.10):
rcat -l 192.168.1.10 55660
Application snapshots
You can download the program from here.