Module 1: Havoc Introduction & Go for Offensive Development
- Havoc C2 Overview & Demon Architecture (Theory 1.1)
- Essential Go for Windows Internals (Theory 1.2)
- Basic WinAPI Calls with
syscall
andx/sys/windows
(Lab 1.1) - Pointer Casting with
unsafe
(Lab 1.2)
Module 2: Process & Memory Manipulation in Go
- Process Interaction Fundamentals (Theory 2.1)
- Process Enumeration and Architecture Identification (Lab 2.1)
- Creating and Terminating a Suspended Process (Lab 2.2)
- Virtual Memory Operations (Theory 2.1)
- In-Process Memory Allocation and Protection Changes (Lab 2.3)
- Remote Process Memory Manipulation (Lab 2.4)
WORK-IN-PROGRESS…MORE TO COME!