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 0799bfbae8
239 changed files with 40012 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# OMITTED — Havoc C2 framework installer
#
# Installs Havoc C2 teamserver and client from source, configures systemd service,
# sets up operator accounts, and applies hardening (non-default ports, TLS certs,
# firewall rules restricting access to redirector IPs only).
#
# Omitted from public release. Present in operational deployments.
echo "[!] Havoc installer not included in public release."