<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CloakCat Red Team Labs</title>
    <link>https://www.cloakcat.com</link>
    <description>Cybersecurity blog covering penetration testing, CTF writeups, red teaming, and offensive security research.</description>
    <language>en</language>
    <lastBuildDate>Mon, 13 Apr 2026 22:56:00 GMT</lastBuildDate>
    <atom:link href="https://www.cloakcat.com/feed.xml" rel="self" type="application/rss+xml"/>
    
    <item>
      <title>Custom C2 프레임워크로 레드라쿤 RTL 실습</title>
      <link>https://www.cloakcat.com/blog/custom-c2-rtl</link>
      <guid isPermaLink="true">https://www.cloakcat.com/blog/custom-c2-rtl</guid>
      <description>RTL(Red Team Lite) 강의를 수강하면서 단순히 강의에서 제공하는 툴을 쓰는 것보다 직접 C2 프레임워크를 만들어서 실습해보고 싶었다. 그래서 Rust로 작성한 CloakCat이라는 커스텀 C2 프레임워크를 직접 개발하고, 이걸로 RTL 랩 환경을 공략해보기로 했다.</description>
      <pubDate>Mon, 06 Apr 2026 08:57:29 GMT</pubDate>
      <category>Writeups</category>
    </item>
    <item>
      <title>Custom C2 Development #4 — SMB Beacon and Payload Staging</title>
      <link>https://www.cloakcat.com/blog/custom-c2-development-4-smb-beacon-and-payload-staging</link>
      <guid isPermaLink="true">https://www.cloakcat.com/blog/custom-c2-development-4-smb-beacon-and-payload-staging</guid>
      <description>The previous post covered process injection and execute-assembly — the two capabilities that turned CloakCat from a shell-over-HTTP tool into something that could actually support post-exploitation workflows. This post covers the next two pieces: SMB beacon chaining and server-side payload staging.
These aren&apos;t glamorous features. They don&apos;t show up in conference talks. But without them, you hit operational dead ends in any environment with network segmentation or competent blue team monitoring of file artifacts on disk.</description>
      <pubDate>Wed, 01 Apr 2026 11:44:11 GMT</pubDate>
      <category>Red Team</category>
    </item>
    <item>
      <title>Custom C2 Development #3 — Implementing Process Injection and execute-assembly in Rust</title>
      <link>https://www.cloakcat.com/blog/custom-c2-3-process-injection-execute-assembly-rust</link>
      <guid isPermaLink="true">https://www.cloakcat.com/blog/custom-c2-3-process-injection-execute-assembly-rust</guid>
      <description>The CloakCat vs Cobalt Strike analysis in the previous post surfaced two critical gaps: no process injection, and no execute-assembly. Without these, real red team workflows are fundamentally broken — every post-ex capability runs inside the agent process, and you can&apos;t execute .NET tooling in-memory. These were prerequisites before CloakCat could be used for lab work. Phase 10 and Phase 11 were implemented back-to-back.</description>
      <pubDate>Wed, 25 Mar 2026 19:52:08 GMT</pubDate>
      <category>Red Team</category>
    </item>
    <item>
      <title>Custom C2 Development #2 — CloakCat vs Cobalt Strike: A Feature Parity Analysis</title>
      <link>https://www.cloakcat.com/blog/customc2-vs-cobalt-strike-cs</link>
      <guid isPermaLink="true">https://www.cloakcat.com/blog/customc2-vs-cobalt-strike-cs</guid>
      <description>In the [previous post](https://www.cloakcat.com/blog/rust-c2) we covered CloakCat&apos;s design philosophy and architecture. With Phase 0 through 8 complete, it&apos;s time to ask the hard question: how does it actually stack up against Cobalt Strike, and where does it fall short?

이 글은 감상이 아니라 코드 기반 분석이다. 전체 워크스페이스 ~14,700 LOC를 크레이트별로 뜯어보고, CS의 주요 기능과 1:1로 비교한 결과를 공유한다.</description>
      <pubDate>Sun, 22 Mar 2026 02:30:13 GMT</pubDate>
      <category>Red Team</category>
    </item>
    <item>
      <title>Custom C2 Development #1 - Rust C2 Framework Architecture Review</title>
      <link>https://www.cloakcat.com/blog/rust-c2</link>
      <guid isPermaLink="true">https://www.cloakcat.com/blog/rust-c2</guid>
      <description>Beginning development of a custom C2 framework — sharing ongoing progress, implementation details, and research findings as the project evolves.</description>
      <pubDate>Fri, 20 Mar 2026 01:58:31 GMT</pubDate>
      <category>Red Team</category>
    </item>
  </channel>
</rss>