Files
CoM-c2itall/modules/c2/templates/generate_evasive_beacons.sh.j2
T
Operator 98103466d8 Initial public portfolio release
Sanitized version of red team infrastructure automation platform.
Operational content (implant pipelines, lures, credential capture)
replaced with documented stubs. Architecture and infrastructure
automation code intact.
2026-06-23 16:12:14 -04:00

11 lines
497 B
Django/Jinja

{# OMITTED — evasive beacon generation template #}
{#
Jinja2 template rendered at deploy time. Produces a shell script that compiles
Havoc Demon shellcode with per-engagement randomized identifiers, wraps the
shellcode in a chosen injection template (process hollowing, APC injection,
early-bird), and stages the result to the payload server.
Omitted from public release. Present in operational deployments.
#}
echo "[!] Evasive beacon generator not included in public release."