diff --git a/lab-setup.html b/lab-setup.html
new file mode 100644
index 0000000..8f711e6
--- /dev/null
+++ b/lab-setup.html
@@ -0,0 +1,255 @@
+
+
+
+
+
Diablo ยท Lab Setup
+
+
+
+
+
+
Skip to main content
+
+
+
+
+
+
+
+
+
+
+
+ Solo Research
+ Single host, fast rebuilds.
+
+ - 1 VM or container snapshot per technique.
+ - Local logging to file + periodic export.
+ - Reset to golden image weekly.
+
+
+
+
+ Client Simulation
+ Mini environment for scoped tests.
+
+ - AD/DC + app server + defender box.
+ - Segmented networks with clear firewall rules.
+ - Ops runbook for snapshots and restores.
+
+
+
+
+ Collab Training
+ Shared practice with rollback.
+
+ - Per-user namespaces or VMs.
+ - Centralized logging and SIEM alerts.
+ - Daily cleanup job to revert state.
+
+
+
+
+
+
+
+
+
+
+
+
+ Access Control
+
+ - Unique credentials per operator.
+ - Vault secrets outside of VM snapshots.
+ - MFA for gateways and dashboards.
+
+
+
+
+ Observability
+
+ - Sysmon/Osquery where possible.
+ - Packet capture ring buffer with retention policy.
+ - Alert on beacon-like traffic leaving the lab.
+
+
+
+
+ Recovery
+
+ - Documented rollback steps per host.
+ - Immutable backups for clean baselines.
+ - Post-engagement cleanup sign-off.
+
+
+
+
+
+
+
+
+
+
+
+ Networking
+
+ - dnsmasq / bind for controlled DNS.
+ - HAProxy / Traefik for routing experiments.
+ - WireGuard for remote teammate access.
+
+
+
+ Instrument
+
+ - Elastic or Loki stack for logs.
+ - Grafana dashboards for quick trends.
+ - Filebeat/Winlogbeat agents on all hosts.
+
+
+
+ Reset
+
+ - VM snapshots per scenario.
+ - Container compose files in git with tags.
+ - Nightly cleanup scripts validated weekly.
+
+
+
+
+
+
+
+
diff --git a/playbooks.html b/playbooks.html
new file mode 100644
index 0000000..75793de
--- /dev/null
+++ b/playbooks.html
@@ -0,0 +1,486 @@
+
+
+
+
+
Diablo ยท Playbooks
+
+
+
+
+
+
Skip to main content
+
+
+
+
+
+
+
+
+
+
+
+ Network Sweep
+ Map what answers, then decide whether to pivot deeper.
+
+ - Define in-scope subnets and assets.
+ - Low-and-slow ping/ARP discovery first.
+ - Pause if rate limits or SOC alerts fire.
+
+
+
+
+ Service Fingerprinting
+ Capture banners and TLS quickly so you can sort findings.
+
+ - Enumerate open ports and versions.
+ - Tag crown-jewel services (auth, data, control).
+ - Record timing so retries are consistent.
+
+
+
+
+
+
+
+
+
+
+
+
+
Initial Access
+
Keep first touch reversible and logged.
+
+ - Exploit selection mapped to CVEs and scope.
+ - Artifacts and payloads stored per-target.
+ - Immediate rollback (service restart or restore point).
+
+
+
+
+
Privilege Escalation
+
Escalate safely with minimal persistence.
+
+ - Log commands and hash artifacts.
+ - Check defenders' telemetry before loud actions.
+ - Restore configs after testing persistence.
+
+
+
+
+
+
+
+
+
+
+
+
+ Evidence Pack
+
+ - Screenshots, command logs, and hashes per finding.
+ - Environment notes (time, host, IP, creds).
+ - Countermeasure ideas listed next to impact.
+
+
+
+
+ Cleanup & Handoff
+
+ - Stopped shells, removed test users, restored configs.
+ - Documented what was left intentionally (e.g., test accounts).
+ - Shared remediation sequence with owners.
+
+
+
+
+
+
+
+
diff --git a/reporting.html b/reporting.html
new file mode 100644
index 0000000..205e981
--- /dev/null
+++ b/reporting.html
@@ -0,0 +1,254 @@
+
+
+
+
+
Diablo ยท Reporting
+
+
+
+
+
+
Skip to main content
+
+
+
+
+
+
+
+
+
+
+ Executive Snapshot
+
+ - Context (scope, timeline, owners).
+ - Top 3 risks with business impact.
+ - Remediation ETA and dependencies.
+
+
+
+ Technical Finding
+
+ - Title + severity + asset identifier.
+ - Repro steps with commands and responses.
+ - Evidence links (hashes, screenshots, pcaps).
+ - Fix guidance + validation steps.
+
+
+
+ Changelog
+
+ - Runs executed (date/time/host).
+ - Tools and versions used.
+ - Cleanup and rollback actions taken.
+
+
+
+
+
+
+
+
+
+
+
+
+ Stakeholder Brief
+ Slides or PDF with visuals.
+
+ - One slide per critical issue.
+ - Impact framed in business terms.
+ - Clear next steps and owners.
+
+
+
+
+ Engineer Hand-off
+ Repo or wiki entry with diffs.
+
+ - Commands, configs, and sample payloads.
+ - Tests to verify the fix (unit/integration).
+ - Rollback steps documented.
+
+
+
+
+ Leadership Summary
+ Concise email or memo.
+
+ - One paragraph of highlights.
+ - Risk trend (improving/regressing).
+ - Asks: budget, tooling, or policy changes.
+
+
+
+
+
+
+
+
+
+
+
+
+ Content
+
+ - Redacted secrets and client-identifying data.
+ - CVSS/impact ratings match evidence.
+ - Findings mapped to scope and ticket IDs.
+
+
+
+
+ Format
+
+ - Headings and numbering consistent.
+ - Images compressed; hashes recorded.
+ - Accessibility tags on diagrams/charts.
+
+
+
+
+ Handoff
+
+ - Delivery channel agreed (email, portal, live readout).
+ - Links to evidence packs and lab notes.
+ - Plan for follow-up validation scheduled.
+
+
+
+
+
+
+
+