OffensivePipeline : Tool To Download, Compile & Obfuscate C# Tools For Red Team Exercises

OffensivePipeline allows to download, compile (without Visual Studio) and obfuscate C# tools for Red Team exercises.

It downloads the tool from the git repository, then compiles it with msbuild and finally obfuscates it with ConfuserEx.

Examples

  • List all tools:

OffensivePipeline.exe list

  • Build all tools:

OffensivePipeline.exe all

  • Build a tool

OffensivePipeline.exe t toolName

Add New Tools

The scripts for downloading the tools are in the Tools folder in yml format. New tools can be added by creating new yml files with the following format:

  • Rubeus.yml file:

tool:
– name: Rubeus
description: Rubeus is a C# toolset for raw Kerberos interaction and abuses
gitLink: https://github.com/GhostPack/Rubeus
solutionPath: Rubeus\Rubeus.sln

Requirements for the release version (Visual Studio 2019 is not required)

  • Disable the antivirus 😀
  • Teste on Windows 10 Pro – Version 20H2 – Build 19042.631

Requirements For Build

Supported Tools

R K

Recent Posts

Best OSINT Tools and Techniques 2026: From Collection to Verification

OSINT is not just about tools. In 2026, the best open-source intelligence work depends on…

13 hours ago

Best Free Open Source OSINT Tools 2026: Create Your Own Recon Lab

Building an OSINT lab does not have to be expensive. In 2026, many of the…

14 hours ago

Apache SSL Certificate Setup: Secure Ubuntu 20.04 with Let’s Encrypt

Website security is no longer optional. An Apache SSL Certificate helps encrypt data exchanged between…

14 hours ago

Nginx Server Blocks: Host Multiple Websites on Ubuntu

Managing multiple websites on a single Linux server becomes much easier with Nginx Server Blocks.…

14 hours ago

Install Gradle Ubuntu: Complete Setup Guide for Developers

Gradle has become one of the most widely used build automation tools in modern software…

14 hours ago

Install Memcached Ubuntu – Fast Caching Setup Guide

Modern web applications often rely on caching to deliver faster response times and reduce database…

14 hours ago