mirror of
https://github.com/Strategic-Automation/violin.git
synced 2026-08-14 12:33:37 +02:00
docs: fix repo layout playbook breakdown for v2.0.6 (#32)
- Show pentest split: 7 operational + 16 vulnerability-class - List web-attacks playbooks explicitly (SQLi, XSS, SSRF, cmdi, traversal) - List access-control playbooks (auth-bypass, IDOR, JWT) - Clarify template count includes reports, evidence, methodology, contracts Co-authored-by: Violin <violin@local>
This commit is contained in:
@@ -226,13 +226,13 @@ violin/
|
||||
│ ├── smoke-test.ps1 # Windows supplemental smoke
|
||||
│ └── kali.sh # Docker Kali helper
|
||||
└── skills/
|
||||
├── pentest/ # Orchestrator, workflow, shared policy, and templates
|
||||
├── pentest/ # Engagement orchestrator (23 playbooks, 10 refs, 11 templates)
|
||||
│ ├── SKILL.md
|
||||
│ ├── playbooks/ # 23 operational and vulnerability-class playbooks
|
||||
│ ├── playbooks/ # 7 operational + 16 vulnerability-class playbooks
|
||||
│ ├── references/ # 10 reference files
|
||||
│ └── templates/ # 11 engagement, evidence, and methodology helpers
|
||||
├── web-attacks/ # Routed skill + 5 injection/web playbooks
|
||||
└── access-control/ # Routed skill + 3 authentication/authorisation playbooks
|
||||
│ └── templates/ # 11 templates (reports, evidence, methodology, contracts)
|
||||
├── web-attacks/ # Routed skill — 5 injection/web playbooks (SQLi, XSS, SSRF, cmdi, traversal)
|
||||
└── access-control/ # Routed skill — 3 auth/authorisation playbooks (auth-bypass, IDOR, JWT)
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user