mirror of
https://github.com/kmanc/remote_code_oxidation
synced 2026-06-08 15:21:46 +00:00
776934d2ea
* more readable cargo files * no more branch specifier * documentation overhaul * ok final rename i think * change order and add cleans
RCO: TCP Reverse Shell
Open the config file and change the IP address and port to match your listener before compiling
Build for Unix target
cargo build -p tcp_reverse_shell --release
Build for Windows target
cargo build --target x86_64-pc-windows-gnu -p tcp_reverse_shell --release