From 9d00674cb3a51d1efe60e280fc809ef8430e6a5c Mon Sep 17 00:00:00 2001 From: kmanc Date: Sat, 2 Apr 2022 10:45:07 -0700 Subject: [PATCH] README update (#40) * Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d6a404..c539aee 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Remote Code Oxidation (RCO) -[![RCO for Linux targets](https://github.com/kmanc/remote_code_oxidation/actions/workflows/linux.yml/badge.svg)](https://github.com/kmanc/remote_code_oxidation/actions/workflows/linux.yml) -[![RCO for Windows targets](https://github.com/kmanc/remote_code_oxidation/actions/workflows/windows.yml/badge.svg)](https://github.com/kmanc/remote_code_oxidation/actions/workflows/windows.yml) -![language](https://img.shields.io/github/languages/top/kmanc/remote_code_oxidation?style=plastic&color=orange) -![license](https://img.shields.io/github/license/kmanc/remote_code_oxidation?style=plastic&color=blueviolet) +[![RCO for Linux targets](https://github.com/kmanc/remote_code_oxidation/actions/workflows/linux.yml/badge.svg?style=flat)](https://github.com/kmanc/remote_code_oxidation/actions/workflows/linux.yml) +[![RCO for Windows targets](https://github.com/kmanc/remote_code_oxidation/actions/workflows/windows.yml/badge.svg?style=flat)](https://github.com/kmanc/remote_code_oxidation/actions/workflows/windows.yml) +![language](https://img.shields.io/github/languages/top/kmanc/remote_code_oxidation?style=flat&color=orange) +![license](https://img.shields.io/github/license/kmanc/remote_code_oxidation?style=flat&color=blueviolet) Remote Code Oxidation is a collection of offensive security tools written in Rust. My main goal for the project is to enable offensive security professionals and practitioners to prepare the tools needed for an engagement with as little overhead as possible.