mirror of
https://github.com/kmanc/remote_code_oxidation
synced 2026-06-08 15:21:46 +00:00
e212d05a8e2a6da5dfda0559f8987473667b5da7
* bugfix on cmd process * version bump for bug * Update shields data via Github Action Co-authored-by: kmanc <kmanc@users.noreply.github.com>
Remote code oxidation (RCO)
A collection of offensive security tools written in Rust. More details to come
Tools list
Setup
Clone the repo
git clone https://github.com/kmanc/remote_code_oxidation.git
From Linux host for Linux target
Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Add dependencies for compiling
sudo apt install build-essential
Build!
cargo build [-p package_name] [--release]
From Linux host for Windows target
Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
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 [-p package_name] [--release]
Languages
Rust
100%