Files
kmanc-remote_code_oxidation/tcp_reverse_shell
kmanc 776934d2ea Refactor (#6)
* more readable cargo files

* no more branch specifier

* documentation overhaul

* ok final rename i think

* change order and add cleans
2021-12-27 12:37:24 -08:00
..
2021-12-27 12:37:24 -08:00
2021-12-27 12:37:24 -08:00
2021-12-27 12:37:24 -08:00

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