Remove example credentials and usernames from wiki documentation
Replaced all bait credential examples (usernames, passwords, company
names, domains) with generic placeholders. Even fake credentials
in documentation set a bad precedent.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1bad66b
Comprehensive wiki update: new pages, CLI commands, alignment with codebase
New/rewritten pages:
- Layer-0-BEDROCK: runtime validation, encryption, retention, proxy scope
- Layer-2-MINOTAUR: contradiction catalog, density, depth-based selection
- Configuration: full labyrinth.yaml schema reference
- Anti-Fingerprinting: randomized identities, signature avoidance
CLI-Reference additions:
- labyrinth report (forensic report generator with MITRE ATT&CK mapping)
- labyrinth doctor (12+ health checks)
- labyrinth logs (live color-coded log streaming)
- labyrinth completion (shell autocompletion)
- labyrinth multi-dashboard (aggregated dashboard)
- labyrinth attacker prompt
- TUI flags (--notify, --webhook, --env)
Page fixes:
- Home.md: replace deprecated attacker-setup.sh with CLI commands, fix license
- Forensics-and-API: add report generation section, document missing API endpoints
- Testing-with-Attackers: remove legacy script reference, add report workflow
- TUI-Dashboard: add launch flags
- Troubleshooting: fix L2 name (MIRAGE → MINOTAUR), add doctor tip
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1a6d3e5
Replace author name with DaxxSec
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
e74ae1d
Rewrite L4 PUPPETEER wiki for 4-mode architecture, update TUI/Forensics docs
Complete rewrite of Layer-4-PUPPETEER.md covering passive, neutralize,
double_agent, and counter_intel modes with intelligence harvesting tables,
runtime mode switching, and forensic output examples. Updated TUI-Dashboard.md
with L4 mode badge, [m] keybind, intel display, and web dashboard controls.
Updated Forensics-and-API.md with new L4 endpoints and file locations. Added
L4 co-activation section to Layer-3-BLINDFOLD.md.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0e86002
Add Troubleshooting wiki page, document reset command
Covers: network subnet conflicts (with project name mismatch
explanation), stale active sessions, 404 from old containers,
port conflicts, container exit debugging, TUI connection issues,
and layer status behavior.
Also adds `reset` command to CLI Reference and Troubleshooting
to sidebar.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0f51ecc
Add anti-fingerprinting documentation
- New Anti-Fingerprinting wiki page: randomization layers, what gets
randomized, pool sizes, verification steps, design principles
- Update Layer-1-THRESHOLD to reflect randomized identities and
dynamic bait file serving
- Add Anti-Fingerprinting to sidebar navigation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
44a3311
Document `labyrinth bait` command and bait trail workflow
Adds full bait command reference to CLI docs. Updates testing guide
with bait-first workflow and the full L1→L4 breadcrumb trail.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
b869edd
Document `labyrinth attacker` command and add agent project links
Updates CLI Reference with full attacker subcommand docs, agent catalog,
and status values. Rewrites Testing with Attackers page to use CLI
workflow with GitHub links for all agent projects.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
30cccad
Add smoke test step to quickstart and installation docs
Instruct users to run ./scripts/smoke-test.sh before their first
deployment to verify the full stack builds and works end-to-end.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
e460943
Add comprehensive project documentation (16 pages)
Covers architecture, installation, CLI reference, TUI dashboard,
all 5 layers (L0-L4), configuration, deployment topology, forensics/API,
attacker testing guide, and threat model.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4b63b33