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.
This commit is contained in:
Operator
2026-06-23 16:12:14 -04:00
commit 98103466d8
239 changed files with 40012 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
# OMITTED — implant mutation script
#
# Randomizes Havoc Demon source identifiers (User-Agent, URI paths, named pipe
# names, mutex strings) before each compile to defeat signature-based detection.
# Patches TransportHttp.c, Config.c, and the build Makefile in-place, compiles
# a fresh shellcode blob, and backs up the previous payload with a timestamp.
#
# Omitted from public release. Present in operational deployments.
echo "[!] Implant mutator not included in public release."