Commit Graph

8 Commits

Author SHA1 Message Date
n0mad1k 18039b2600 Fix P1 WEBRUNNER deployment failures and secret leakage
- providers/webrunner.yml: wrap loop_var under loop_control in all three
  provider provision tasks — Ansible was rejecting loop_var as a conflicting
  action statement alongside include_tasks
- deployment_engine.py: strip _SECRET_KEYS (tokens, passwords, api keys)
  from create_extra_vars() — credentials are already set as env vars by
  set_provider_environment(), no need to pass them through --extra-vars
  where they end up in process listings and logs
- deployment_engine.py: remove debug log line that dumped the full
  ansible-playbook command including all extra-vars JSON with live creds
- deployment_engine.py: create deployment log files with 0o600 permissions
  instead of world-readable 0o644
- deploy_webrunner.py: remove load_vars_file() call that was pulling
  phishing module creds (SMTP password, gophish port, domain) into the
  webrunner config dict — all provider creds already collected by
  gather_provider_config()
- deploy_webrunner.py: remove unused select_provider import
- .gitignore: narrow 'deployment*' glob to specific artifact patterns so
  deployment_engine.py is no longer excluded from tracking
2026-04-30 19:04:42 -04:00
n0mad1k 34ce52650f housekeeping: add .claude/ to .gitignore 2026-04-22 15:22:31 -04:00
n0mad1k d4cd8b789b added robust gitignore 2025-07-09 16:16:43 -04:00
n0mad1k ce5d7c4fb7 working on it 2025-05-10 15:14:10 -04:00
n0mad1k 3fc22c61b3 Changed script to have a menu 2025-05-08 16:17:30 -04:00
n0mad1k 43a6ddc579 still working out bugs 2025-04-10 06:59:59 -04:00
n0mad1k 80072a6bdc working out bugs 2025-04-09 15:57:22 -04:00
n0mad1k 241668a84d init 2025-04-09 15:22:21 -04:00