From 5bfb85ea61b0059b344edd5c626421bb2dc17e67 Mon Sep 17 00:00:00 2001 From: Stan Date: Thu, 15 Aug 2024 09:44:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f67eafd..11c9394 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository hosts the core files needed to create ELF Beacon Object Files for Linux. -A Beacon Object File (BOF) is a compiled C program, written to a convention that allows it to execute within an OC2 process. BOFs are a way to rapidly extend the Linux implant with new post-exploitation features. +A Linux Beacon Object File (BOF) is a compiled C program, written to a convention that allows it to execute within an Outflank C2 process (part of [Outflank's OST offering](https://outflank.nl/ost)). BOFs are a way to rapidly extend the Linux implant with new post-exploitation features (similar to [Beacon Object Files for Windows](https://hstechdocs.helpsystems.com/manuals/cobaltstrike/current/userguide/content/topics/beacon-object-files_main.htm)). ## References