2021-12-13 19:29:29 -08:00
2021-12-13 19:28:19 -08:00
2021-12-13 19:28:04 -08:00
2021-12-13 19:28:04 -08:00
2021-12-13 19:27:39 -08:00

Remote code oxidation (RCO)

version

A collection of offensive security tools written in Rust. More details to come

Compilation

From Linux host for Linux target

Install Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Set up Environment

sudo apt install cmake

Build!

cargo build [--release]

From Linux host for Windows target

Add dependencies for cross-compiling

sudo apt install mingw-w64
rustup target add x86_64-pc-windows-gnu

Build!

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

basic_tcp_reverse_shell

A simple TCP reverse shell, no bells or whistles.

Navigate to its config file and change the IP address and port before compiling

S
Description
Automated archival mirror of github.com/kmanc/remote_code_oxidation
Readme MIT 7.8 MiB
Languages
Rust 100%