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
+18
View File
@@ -0,0 +1,18 @@
---
# MTA Front configuration tasks
- name: Display MTA Front configuration
debug:
msg: |
🔧 Configuring MTA Front server
Hostname: {{ mta_hostname | default('mail.' + (phishing_domain | default('example.com'))) }}
SMTP Auth User: {{ smtp_auth_user | default('admin') }}
- name: Mock MTA configuration
debug:
msg: |
✅ MTA Front configured successfully
- Postfix configured for email relay
- DKIM keys generated
- SPF/DMARC records ready
- SMTP authentication enabled