Skip to content

Instantly share code, notes, and snippets.

View heck-gd's full-sized avatar

heck-gd

  • G DATA Advanced Analytics GmbH
  • Bochum, Germany
View GitHub Profile
@heck-gd
heck-gd / cs_volatility_config.py
Created October 13, 2023 11:51
CobaltStrike Volatility Config Extractor
from __future__ import annotations
import re
from itertools import cycle
MAX_SETTINGS = 128
def load_mapping(filename: str) -> dict[int, int]:
"""Processes textual Volatility memmap output into a page mapping."""