2021-12-27 06:02:52 -08:00
2021-12-27 06:02:52 -08:00
2021-12-27 05:29:04 -08:00
2021-12-27 05:29:04 -08:00
2021-12-27 05:29:04 -08:00
2021-12-27 05:29:04 -08:00
2021-12-27 05:29:04 -08:00
2021-12-13 23:19:01 -08:00
2021-12-20 04:52:58 -08:00

Remote code oxidation (RCO)

version

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

Tools list

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]
S
Description
Automated archival mirror of github.com/kmanc/remote_code_oxidation
Readme MIT 7.8 MiB
Languages
Rust 100%