98103466d8
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.
11 lines
497 B
Django/Jinja
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."
|