su Jimmy

ZH Daniel Duggan - Designing a C2 Framework 簡介

Table of contents
A summary of Rasta Mouse's DEF CON talk on designing a C2 framework: the C2 model, language choice, and implant design patterns.

這篇文章是簡單統整 Rasta Mouse, CRTO 的作者, 在去年的 DEFCON 分享如何構建一個 C2 框架的議程, 並且有基於此議程, 實際教導如何使用 C# 來構建一個 C2 框架的課程

Intro

C2 Model

C2 != Framework

Which Language

Server

Implant

Design Patterns

Command Design Pattern

Template Method Pattern

Base Primitives > Command Proliferation

結語

Reference

Tags: #c2 #red team #talk Categories: #Technique