kmanc e212d05a8e Bugfix (#18)
* bugfix on cmd process

* version bump for bug

* Update shields data via Github Action

Co-authored-by: kmanc <kmanc@users.noreply.github.com>
2022-01-25 12:58:51 -08:00
2022-01-25 12:58:51 -08:00
2022-01-21 23:34:34 -08:00
2022-01-21 23:34:34 -08:00
2022-01-25 12:58:51 -08:00
2021-12-27 05:29:04 -08:00
2022-01-19 10:01:44 -08:00
2021-12-27 12:37:24 -08:00
2021-12-13 23:19:01 -08:00
2022-01-23 21:56:00 -08:00

Remote code oxidation (RCO)

RCO for Linux targets RCO for Windows targets language license

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

Tools list

Custom badge

Custom badge

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