From f07b7cb601ee9ef12cc48aaa132610a99167c901 Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 19:08:18 -0700 Subject: [PATCH] Detailed wiki content repair: Architecture --- Architecture.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/Architecture.md b/Architecture.md index e69de29..0591ad8 100644 --- a/Architecture.md +++ b/Architecture.md @@ -0,0 +1,35 @@ +# Architecture + +## Classification + +Software / documentation workspace. + +## Structure Signals + +- `scripts` (3 files) +- `rules` (2 files) +- `(root)` (1 files) + +## File Type Signals + +- `.sh` (4) +- `.rule` (2) + +## Build And Dependency Signals + +| Signal | Detail | +|---|---| +| README files | README.md | + +## Project Tree Snapshot + +- auto_crack.sh +- rules/best64.rule +- rules/custom.rule +- scripts/build_wordlist.sh +- scripts/crack_pipeline.sh +- scripts/verify_handshakes.sh + +## Interpretation + +Treat this page as the maintainer map. Replace inferred structure with exact module responsibilities once active code paths are confirmed.