You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds a centralized templates directory with configuration, integration, and security assessment (ROE) templates, along with comprehensive documentation updates reflecting the current project state.
17
+
18
+
### Added
19
+
20
+
#### Templates Directory (NEW)
21
+
22
+
Centralized configuration and documentation templates at project root (`templates/`):
23
+
24
+
-**Recon Templates (`templates/recon/`)** - 7 Rules of Engagement templates for WRAITH-Recon
25
+
-`roe-minimal.json` - Minimal internal assessment
26
+
-`roe-standard.json` - Standard penetration test
27
+
-`roe-comprehensive.json` - Enterprise engagement
28
+
-`roe-ctf.json` - CTF competition
29
+
-`roe-bug-bounty.json` - Bug bounty program
30
+
-`roe-red-team.json` - Red team exercise
31
+
-`roe-schema.json` - JSON Schema for ROE validation
32
+
33
+
-**Configuration Templates (`templates/config/`)** - CLI and node configuration
34
+
-`wraith-config.toml` - CLI daemon configuration
35
+
-`node-config.json` - Programmatic node setup
36
+
37
+
-**Transfer Templates (`templates/transfer/`)** - Transfer profile configuration
38
+
-`transfer-profile.json` - Default transfer settings
0 commit comments