Files
CoM-c2itall/common/templates/linux_loader.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

9 lines
304 B
Django/Jinja

#!/bin/bash
# OMITTED — Linux stager template
#
# Jinja2 template rendered at deploy time. Fetches a staged ELF payload from
# the redirector using a disguised URL path, sets executable bit, and runs
# the payload in the background.
#
# Omitted from public release. Present in operational deployments.