rtexit-method 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (224) hide show
  1. package/package.json +9 -7
  2. package/packaged-assets/.agents/skills/rt-active-recon/SKILL.md +767 -0
  3. package/packaged-assets/.agents/skills/rt-active-recon/workflow.md +68 -0
  4. package/packaged-assets/.agents/skills/rt-agent-breaker/SKILL.md +65 -0
  5. package/packaged-assets/.agents/skills/rt-agent-breaker/customize.toml +76 -0
  6. package/packaged-assets/.agents/skills/rt-agent-commander/SKILL.md +63 -0
  7. package/packaged-assets/.agents/skills/rt-agent-commander/customize.toml +67 -0
  8. package/packaged-assets/.agents/skills/rt-agent-ghost/SKILL.md +65 -0
  9. package/packaged-assets/.agents/skills/rt-agent-ghost/customize.toml +77 -0
  10. package/packaged-assets/.agents/skills/rt-agent-navigator/SKILL.md +62 -0
  11. package/packaged-assets/.agents/skills/rt-agent-navigator/customize.toml +61 -0
  12. package/packaged-assets/.agents/skills/rt-agent-phantom/SKILL.md +62 -0
  13. package/packaged-assets/.agents/skills/rt-agent-phantom/customize.toml +62 -0
  14. package/packaged-assets/.agents/skills/rt-agent-scout/SKILL.md +62 -0
  15. package/packaged-assets/.agents/skills/rt-agent-scout/customize.toml +61 -0
  16. package/packaged-assets/.agents/skills/rt-agent-scribe/SKILL.md +65 -0
  17. package/packaged-assets/.agents/skills/rt-agent-scribe/customize.toml +77 -0
  18. package/packaged-assets/.agents/skills/rt-attack-chain-builder/SKILL.md +476 -0
  19. package/packaged-assets/.agents/skills/rt-attack-chain-builder/workflow.md +68 -0
  20. package/packaged-assets/.agents/skills/rt-attack-surface-map/SKILL.md +1209 -0
  21. package/packaged-assets/.agents/skills/rt-attack-surface-map/template.md +62 -0
  22. package/packaged-assets/.agents/skills/rt-autodoc/SKILL.md +258 -0
  23. package/packaged-assets/.agents/skills/rt-c2-operations/SKILL.md +1072 -0
  24. package/packaged-assets/.agents/skills/rt-c2-operations/workflow.md +68 -0
  25. package/packaged-assets/.agents/skills/rt-compliance-mapper/SKILL.md +773 -0
  26. package/packaged-assets/.agents/skills/rt-create-sead/SKILL.md +74 -0
  27. package/packaged-assets/.agents/skills/rt-create-sead/template.md +89 -0
  28. package/packaged-assets/.agents/skills/rt-create-sead/workflow.md +68 -0
  29. package/packaged-assets/.agents/skills/rt-credential-access/SKILL.md +756 -0
  30. package/packaged-assets/.agents/skills/rt-credential-hunt/SKILL.md +856 -0
  31. package/packaged-assets/.agents/skills/rt-credential-hunt/workflow.md +68 -0
  32. package/packaged-assets/.agents/skills/rt-cvss-calculator/SKILL.md +542 -0
  33. package/packaged-assets/.agents/skills/rt-cvss-calculator/cvss4-matrix.csv +20 -0
  34. package/packaged-assets/.agents/skills/rt-data-exfiltration/SKILL.md +784 -0
  35. package/packaged-assets/.agents/skills/rt-defense-evasion/SKILL.md +987 -0
  36. package/packaged-assets/.agents/skills/rt-evidence-chain/SKILL.md +712 -0
  37. package/packaged-assets/.agents/skills/rt-evidence-chain/template.md +31 -0
  38. package/packaged-assets/.agents/skills/rt-executive-report/SKILL.md +718 -0
  39. package/packaged-assets/.agents/skills/rt-executive-report/template.md +38 -0
  40. package/packaged-assets/.agents/skills/rt-executive-report/workflow.md +68 -0
  41. package/packaged-assets/.agents/skills/rt-exploit-active-directory/SKILL.md +1078 -0
  42. package/packaged-assets/.agents/skills/rt-exploit-active-directory/ad-checklist.csv +12 -0
  43. package/packaged-assets/.agents/skills/rt-exploit-active-directory/workflow.md +68 -0
  44. package/packaged-assets/.agents/skills/rt-exploit-android/SKILL.md +1329 -0
  45. package/packaged-assets/.agents/skills/rt-exploit-android/masvs-checklist.csv +10 -0
  46. package/packaged-assets/.agents/skills/rt-exploit-android/workflow.md +68 -0
  47. package/packaged-assets/.agents/skills/rt-exploit-api/SKILL.md +1547 -0
  48. package/packaged-assets/.agents/skills/rt-exploit-api/workflow.md +68 -0
  49. package/packaged-assets/.agents/skills/rt-exploit-auth/SKILL.md +1949 -0
  50. package/packaged-assets/.agents/skills/rt-exploit-auth/workflow.md +68 -0
  51. package/packaged-assets/.agents/skills/rt-exploit-bec/SKILL.md +69 -0
  52. package/packaged-assets/.agents/skills/rt-exploit-cloud-aws/SKILL.md +865 -0
  53. package/packaged-assets/.agents/skills/rt-exploit-cloud-aws/workflow.md +68 -0
  54. package/packaged-assets/.agents/skills/rt-exploit-cloud-azure/SKILL.md +1258 -0
  55. package/packaged-assets/.agents/skills/rt-exploit-cloud-gcp/SKILL.md +981 -0
  56. package/packaged-assets/.agents/skills/rt-exploit-containers/SKILL.md +55 -0
  57. package/packaged-assets/.agents/skills/rt-exploit-databases/SKILL.md +1374 -0
  58. package/packaged-assets/.agents/skills/rt-exploit-desktop-mac/SKILL.md +834 -0
  59. package/packaged-assets/.agents/skills/rt-exploit-desktop-win/SKILL.md +903 -0
  60. package/packaged-assets/.agents/skills/rt-exploit-desktop-win/workflow.md +68 -0
  61. package/packaged-assets/.agents/skills/rt-exploit-dotnet/SKILL.md +945 -0
  62. package/packaged-assets/.agents/skills/rt-exploit-elasticsearch/SKILL.md +68 -0
  63. package/packaged-assets/.agents/skills/rt-exploit-electron/SKILL.md +1023 -0
  64. package/packaged-assets/.agents/skills/rt-exploit-electron/workflow.md +68 -0
  65. package/packaged-assets/.agents/skills/rt-exploit-file-upload/SKILL.md +1576 -0
  66. package/packaged-assets/.agents/skills/rt-exploit-file-upload/payloads/README.md +4 -0
  67. package/packaged-assets/.agents/skills/rt-exploit-file-upload/workflow.md +68 -0
  68. package/packaged-assets/.agents/skills/rt-exploit-firebase/SKILL.md +54 -0
  69. package/packaged-assets/.agents/skills/rt-exploit-frameworks/SKILL.md +967 -0
  70. package/packaged-assets/.agents/skills/rt-exploit-idor/SKILL.md +1693 -0
  71. package/packaged-assets/.agents/skills/rt-exploit-idor/workflow.md +68 -0
  72. package/packaged-assets/.agents/skills/rt-exploit-injection/SKILL.md +1860 -0
  73. package/packaged-assets/.agents/skills/rt-exploit-injection/payloads/sqlmap-tampers.txt +22 -0
  74. package/packaged-assets/.agents/skills/rt-exploit-injection/workflow.md +68 -0
  75. package/packaged-assets/.agents/skills/rt-exploit-ios/SKILL.md +1214 -0
  76. package/packaged-assets/.agents/skills/rt-exploit-ios/workflow.md +68 -0
  77. package/packaged-assets/.agents/skills/rt-exploit-iot/SKILL.md +91 -0
  78. package/packaged-assets/.agents/skills/rt-exploit-iot/workflow.md +68 -0
  79. package/packaged-assets/.agents/skills/rt-exploit-java/SKILL.md +1009 -0
  80. package/packaged-assets/.agents/skills/rt-exploit-jwt/SKILL.md +1327 -0
  81. package/packaged-assets/.agents/skills/rt-exploit-jwt/workflow.md +68 -0
  82. package/packaged-assets/.agents/skills/rt-exploit-mongodb/SKILL.md +67 -0
  83. package/packaged-assets/.agents/skills/rt-exploit-mssql/SKILL.md +52 -0
  84. package/packaged-assets/.agents/skills/rt-exploit-mysql/SKILL.md +53 -0
  85. package/packaged-assets/.agents/skills/rt-exploit-network/SKILL.md +118 -0
  86. package/packaged-assets/.agents/skills/rt-exploit-network/workflow.md +68 -0
  87. package/packaged-assets/.agents/skills/rt-exploit-nodejs/SKILL.md +852 -0
  88. package/packaged-assets/.agents/skills/rt-exploit-osticket/SKILL.md +63 -0
  89. package/packaged-assets/.agents/skills/rt-exploit-phishing/SKILL.md +173 -0
  90. package/packaged-assets/.agents/skills/rt-exploit-phishing/templates/README.md +4 -0
  91. package/packaged-assets/.agents/skills/rt-exploit-phishing/workflow.md +68 -0
  92. package/packaged-assets/.agents/skills/rt-exploit-php/SKILL.md +1119 -0
  93. package/packaged-assets/.agents/skills/rt-exploit-physical/SKILL.md +63 -0
  94. package/packaged-assets/.agents/skills/rt-exploit-physical/workflow.md +68 -0
  95. package/packaged-assets/.agents/skills/rt-exploit-postgresql/SKILL.md +67 -0
  96. package/packaged-assets/.agents/skills/rt-exploit-python/SKILL.md +986 -0
  97. package/packaged-assets/.agents/skills/rt-exploit-redis/SKILL.md +68 -0
  98. package/packaged-assets/.agents/skills/rt-exploit-ruby/SKILL.md +61 -0
  99. package/packaged-assets/.agents/skills/rt-exploit-scada/SKILL.md +1091 -0
  100. package/packaged-assets/.agents/skills/rt-exploit-ssrf/SKILL.md +1528 -0
  101. package/packaged-assets/.agents/skills/rt-exploit-ssrf/payloads.txt +23 -0
  102. package/packaged-assets/.agents/skills/rt-exploit-ssrf/workflow.md +68 -0
  103. package/packaged-assets/.agents/skills/rt-exploit-vishing/SKILL.md +121 -0
  104. package/packaged-assets/.agents/skills/rt-exploit-vishing/scripts.md +4 -0
  105. package/packaged-assets/.agents/skills/rt-exploit-web/SKILL.md +1902 -0
  106. package/packaged-assets/.agents/skills/rt-exploit-web/owasp-checklist.csv +14 -0
  107. package/packaged-assets/.agents/skills/rt-exploit-web/workflow.md +68 -0
  108. package/packaged-assets/.agents/skills/rt-exploit-wireless/SKILL.md +71 -0
  109. package/packaged-assets/.agents/skills/rt-exploit-wordpress/SKILL.md +1565 -0
  110. package/packaged-assets/.agents/skills/rt-exploit-wordpress/cves.csv +7 -0
  111. package/packaged-assets/.agents/skills/rt-exploit-wordpress/workflow.md +68 -0
  112. package/packaged-assets/.agents/skills/rt-exploit-xss/SKILL.md +1526 -0
  113. package/packaged-assets/.agents/skills/rt-exploit-xss/payloads.txt +18 -0
  114. package/packaged-assets/.agents/skills/rt-exploit-xss/workflow.md +68 -0
  115. package/packaged-assets/.agents/skills/rt-finding-document/SKILL.md +687 -0
  116. package/packaged-assets/.agents/skills/rt-finding-document/template.md +71 -0
  117. package/packaged-assets/.agents/skills/rt-finding-document/workflow.md +68 -0
  118. package/packaged-assets/.agents/skills/rt-finding-tracker/SKILL.md +216 -0
  119. package/packaged-assets/.agents/skills/rt-finding-tracker/workflow.md +68 -0
  120. package/packaged-assets/.agents/skills/rt-help/SKILL.md +292 -0
  121. package/packaged-assets/.agents/skills/rt-help/workflow.md +68 -0
  122. package/packaged-assets/.agents/skills/rt-js-analysis/SKILL.md +639 -0
  123. package/packaged-assets/.agents/skills/rt-js-analysis/patterns.txt +27 -0
  124. package/packaged-assets/.agents/skills/rt-js-analysis/workflow.md +68 -0
  125. package/packaged-assets/.agents/skills/rt-kill-chain-map/SKILL.md +393 -0
  126. package/packaged-assets/.agents/skills/rt-lateral-movement/SKILL.md +1032 -0
  127. package/packaged-assets/.agents/skills/rt-lateral-movement/workflow.md +68 -0
  128. package/packaged-assets/.agents/skills/rt-methodology-selector/SKILL.md +69 -0
  129. package/packaged-assets/.agents/skills/rt-methodology-selector/frameworks.csv +10 -0
  130. package/packaged-assets/.agents/skills/rt-methodology-selector/workflow.md +68 -0
  131. package/packaged-assets/.agents/skills/rt-mitre-map/SKILL.md +668 -0
  132. package/packaged-assets/.agents/skills/rt-mitre-map/tactics.csv +16 -0
  133. package/packaged-assets/.agents/skills/rt-mitre-map/workflow.md +68 -0
  134. package/packaged-assets/.agents/skills/rt-osint/SKILL.md +775 -0
  135. package/packaged-assets/.agents/skills/rt-osint/osint-sources.csv +12 -0
  136. package/packaged-assets/.agents/skills/rt-osint/workflow.md +68 -0
  137. package/packaged-assets/.agents/skills/rt-party-mode/SKILL.md +249 -0
  138. package/packaged-assets/.agents/skills/rt-party-mode/workflow.md +68 -0
  139. package/packaged-assets/.agents/skills/rt-persistence/SKILL.md +1146 -0
  140. package/packaged-assets/.agents/skills/rt-persistence/workflow.md +68 -0
  141. package/packaged-assets/.agents/skills/rt-poc-writer/SKILL.md +640 -0
  142. package/packaged-assets/.agents/skills/rt-post-exploitation/SKILL.md +998 -0
  143. package/packaged-assets/.agents/skills/rt-post-exploitation/linux-checklist.csv +10 -0
  144. package/packaged-assets/.agents/skills/rt-post-exploitation/windows-checklist.csv +10 -0
  145. package/packaged-assets/.agents/skills/rt-post-exploitation/workflow.md +68 -0
  146. package/packaged-assets/.agents/skills/rt-privilege-escalation/SKILL.md +1027 -0
  147. package/packaged-assets/.agents/skills/rt-privilege-escalation/linux-checklist.csv +10 -0
  148. package/packaged-assets/.agents/skills/rt-privilege-escalation/win-checklist.csv +10 -0
  149. package/packaged-assets/.agents/skills/rt-privilege-escalation/workflow.md +68 -0
  150. package/packaged-assets/.agents/skills/rt-remediation-roadmap/SKILL.md +665 -0
  151. package/packaged-assets/.agents/skills/rt-remediation-roadmap/template.md +28 -0
  152. package/packaged-assets/.agents/skills/rt-risk-matrix/SKILL.md +232 -0
  153. package/packaged-assets/.agents/skills/rt-rules-of-engagement/SKILL.md +62 -0
  154. package/packaged-assets/.agents/skills/rt-rules-of-engagement/workflow.md +68 -0
  155. package/packaged-assets/.agents/skills/rt-scenario-c001/SKILL.md +71 -0
  156. package/packaged-assets/.agents/skills/rt-scenario-c002/SKILL.md +69 -0
  157. package/packaged-assets/.agents/skills/rt-scenario-c003/SKILL.md +71 -0
  158. package/packaged-assets/.agents/skills/rt-scenario-c004/SKILL.md +71 -0
  159. package/packaged-assets/.agents/skills/rt-scenario-c005/SKILL.md +72 -0
  160. package/packaged-assets/.agents/skills/rt-scenario-d001/SKILL.md +378 -0
  161. package/packaged-assets/.agents/skills/rt-scenario-d002/SKILL.md +392 -0
  162. package/packaged-assets/.agents/skills/rt-scenario-d003/SKILL.md +522 -0
  163. package/packaged-assets/.agents/skills/rt-scenario-d004/SKILL.md +373 -0
  164. package/packaged-assets/.agents/skills/rt-scenario-d005/SKILL.md +458 -0
  165. package/packaged-assets/.agents/skills/rt-scenario-library/SKILL.md +292 -0
  166. package/packaged-assets/.agents/skills/rt-scenario-library/scenarios.csv +32 -0
  167. package/packaged-assets/.agents/skills/rt-scenario-m001/SKILL.md +796 -0
  168. package/packaged-assets/.agents/skills/rt-scenario-m002/SKILL.md +723 -0
  169. package/packaged-assets/.agents/skills/rt-scenario-m003/SKILL.md +463 -0
  170. package/packaged-assets/.agents/skills/rt-scenario-m004/SKILL.md +449 -0
  171. package/packaged-assets/.agents/skills/rt-scenario-m005/SKILL.md +505 -0
  172. package/packaged-assets/.agents/skills/rt-scenario-n001/SKILL.md +573 -0
  173. package/packaged-assets/.agents/skills/rt-scenario-n002/SKILL.md +112 -0
  174. package/packaged-assets/.agents/skills/rt-scenario-n003/SKILL.md +100 -0
  175. package/packaged-assets/.agents/skills/rt-scenario-n004/SKILL.md +90 -0
  176. package/packaged-assets/.agents/skills/rt-scenario-n005/SKILL.md +71 -0
  177. package/packaged-assets/.agents/skills/rt-scenario-w001/SKILL.md +635 -0
  178. package/packaged-assets/.agents/skills/rt-scenario-w002/SKILL.md +612 -0
  179. package/packaged-assets/.agents/skills/rt-scenario-w003/SKILL.md +449 -0
  180. package/packaged-assets/.agents/skills/rt-scenario-w004/SKILL.md +648 -0
  181. package/packaged-assets/.agents/skills/rt-scenario-w005/SKILL.md +479 -0
  182. package/packaged-assets/.agents/skills/rt-scenario-w006/SKILL.md +443 -0
  183. package/packaged-assets/.agents/skills/rt-scenario-w007/SKILL.md +494 -0
  184. package/packaged-assets/.agents/skills/rt-scenario-w008/SKILL.md +576 -0
  185. package/packaged-assets/.agents/skills/rt-scenario-w009/SKILL.md +518 -0
  186. package/packaged-assets/.agents/skills/rt-scenario-w010/SKILL.md +574 -0
  187. package/packaged-assets/.agents/skills/rt-scope-definition/SKILL.md +79 -0
  188. package/packaged-assets/.agents/skills/rt-scope-definition/workflow.md +68 -0
  189. package/packaged-assets/.agents/skills/rt-shodan-recon/SKILL.md +880 -0
  190. package/packaged-assets/.agents/skills/rt-status/SKILL.md +64 -0
  191. package/packaged-assets/.agents/skills/rt-subdomain-enum/SKILL.md +906 -0
  192. package/packaged-assets/.agents/skills/rt-subdomain-enum/workflow.md +68 -0
  193. package/packaged-assets/.agents/skills/rt-technical-report/SKILL.md +710 -0
  194. package/packaged-assets/.agents/skills/rt-technical-report/template.md +41 -0
  195. package/packaged-assets/.agents/skills/rt-technical-report/workflow.md +68 -0
  196. package/packaged-assets/.agents/skills/rt-threat-model/SKILL.md +59 -0
  197. package/packaged-assets/.agents/skills/rt-threat-model/template.md +32 -0
  198. package/packaged-assets/.agents/skills/rt-threat-model/workflow.md +68 -0
  199. package/packaged-assets/.agents/skills/rt-timeline/SKILL.md +338 -0
  200. package/packaged-assets/RTEXIT.md +127 -0
  201. package/tools/installer/commands/install.js +0 -1
  202. package/tools/installer/lib/asset-manifest.js +10 -5
  203. package/tools/installer/lib/banner.js +14 -6
  204. package/tools/installer/lib/copy-assets.js +5 -2
  205. package/tools/installer/lib/prompts.js +1 -11
  206. package/tools/installer/lib/write-config.js +8 -2
  207. /package/{_rtexit → packaged-assets/_rtexit}/config.toml +0 -0
  208. /package/{_rtexit → packaged-assets/_rtexit}/config.user.toml +0 -0
  209. /package/{_rtexit → packaged-assets/_rtexit}/custom/config.toml +0 -0
  210. /package/{_rtexit → packaged-assets/_rtexit}/scripts/autodoc_engine.py +0 -0
  211. /package/{_rtexit → packaged-assets/_rtexit}/scripts/finding_tracker.py +0 -0
  212. /package/{_rtexit → packaged-assets/_rtexit}/scripts/resolve_config.py +0 -0
  213. /package/{_rtexit → packaged-assets/_rtexit}/scripts/resolve_customization.py +0 -0
  214. /package/{resources → packaged-assets/resources}/certifications.md +0 -0
  215. /package/{resources → packaged-assets/resources}/payloads.md +0 -0
  216. /package/{resources → packaged-assets/resources}/tools.md +0 -0
  217. /package/{resources → packaged-assets/resources}/wordlists.md +0 -0
  218. /package/{templates → packaged-assets/templates}/attack-chain-template.md +0 -0
  219. /package/{templates → packaged-assets/templates}/executive-report-template.md +0 -0
  220. /package/{templates → packaged-assets/templates}/executive-report.md +0 -0
  221. /package/{templates → packaged-assets/templates}/finding-template.md +0 -0
  222. /package/{templates → packaged-assets/templates}/remediation-roadmap.md +0 -0
  223. /package/{templates → packaged-assets/templates}/sead-template.md +0 -0
  224. /package/{templates → packaged-assets/templates}/technical-report.md +0 -0
@@ -0,0 +1,12 @@
1
+ source,type,use_case,notes
2
+ Search engines,passive,Index discovery,Use scoped queries and document URLs
3
+ Certificate Transparency,passive,Subdomain and certificate history,crt.sh Censys Google CT
4
+ WHOIS/RDAP,passive,Registration and ownership metadata,Respect privacy and accuracy limits
5
+ DNS records,passive,MX TXT SPF DMARC NS discovery,Useful for email security and hosting
6
+ Git hosting,passive,Code endpoint and accidental secret leads,Validate before reporting
7
+ Package registries,passive,Technology and maintainer discovery,npm PyPI RubyGems NuGet
8
+ Job postings,passive,Technology stack clues,Do not overstate confidence
9
+ LinkedIn/company pages,passive,Department and role mapping,Follow engagement privacy rules
10
+ Cloud asset search,passive,Public buckets apps and endpoints,Only access approved resources
11
+ Breach corpuses,restricted,Credential exposure leads,Use only if authorized and redact
12
+
@@ -0,0 +1,68 @@
1
+ # Workflow - rt-osint
2
+
3
+ ## Purpose
4
+
5
+ This workflow standardizes how $skill is executed inside RTExit. It is designed for authorized engagements, evidence-first documentation, and consistent handoff into reporting.
6
+
7
+ ## Authorization Gate
8
+
9
+ Before execution, confirm:
10
+
11
+ - SEAD exists and explicitly covers the target asset or activity.
12
+ - Rules of Engagement define allowed techniques, rate limits, and stop conditions.
13
+ - The operator knows the evidence handling rules.
14
+ - Any active or sensitive validation has client approval.
15
+
16
+ If any item is unclear, pause and invoke
17
+
18
+ ## Required Inputs
19
+
20
+ | Input | Source | Notes |
21
+ |---|---|---|
22
+ | Engagement reference | _rtexit/config.toml or SEAD | Used in output names. |
23
+ | Target asset(s) | Scope document | Must be explicitly approved. |
24
+ | Operator name | Config/user context | Used in timeline entries. |
25
+ | Evidence directory | _rtexit-output/docs/evidence/ | Store logs, screenshots, and artifacts. |
26
+ | Finding tracker | _rtexit-output/docs/findings/ | Create/update findings when confirmed. |
27
+
28
+ ## Execution Steps
29
+
30
+ 1. Load current engagement configuration.
31
+ 2. Read scope, exclusions, and current findings.
32
+ 3. Build a small test plan for this skill with target, expected control, and evidence type.
33
+ 4. Run the lowest-risk validation first.
34
+ 5. Capture baseline behavior before proof behavior.
35
+ 6. Record exact timestamp, account/role used, and affected asset.
36
+ 7. Stop when evidence is sufficient; avoid unnecessary data access.
37
+ 8. Create or update findings through the RTExit finding tracker.
38
+ 9. Map remediation owner and recommended timeline.
39
+ 10. Add a timeline entry and evidence chain entry.
40
+
41
+ ## Evidence Requirements
42
+
43
+ | Evidence | Required? | Notes |
44
+ |---|---|---|
45
+ | Command or action summary | Yes | Redact secrets and tokens. |
46
+ | Screenshot or transcript | If useful | Store under evidence folder. |
47
+ | Request/response pair | For web/API | Redact cookies and bearer tokens. |
48
+ | Config excerpt | For cloud/infra | Include only relevant lines. |
49
+ | Business impact note | Yes | Explain why it matters. |
50
+
51
+ ## Autodoc Commands
52
+
53
+ `ash
54
+ python _rtexit/scripts/autodoc_engine.py log --skill rt-osint --phase auto --cmd "workflow execution" --output "summary"
55
+ python _rtexit/scripts/finding_tracker.py list
56
+ `
57
+
58
+ ## Completion Criteria
59
+
60
+ - Scope and authorization are referenced.
61
+ - Evidence is stored and redacted.
62
+ - Findings are added or explicitly marked as not found.
63
+ - Remediation guidance is actionable.
64
+ - Timeline and chain of custody are updated where applicable.
65
+
66
+ ## Handoff
67
+
68
+ Send confirmed findings to
@@ -0,0 +1,249 @@
1
+ ---
2
+ name: rt-party-mode
3
+ description: "Red Team War Gaming — spawn all 7 RTExit agents as independent subagents (not roleplay) to collaboratively analyze and plan attack strategy. Commander sets objectives, Scout reports recon gaps, Breaker identifies best vectors, Navigator covers mobile/desktop, Ghost plans post-exploitation, Phantom suggests social engineering, Scribe notes documentation needs. Real multi-agent consensus."
4
+ ---
5
+
6
+ # rt-party-mode
7
+
8
+ ## 1. Purpose and When to Use
9
+
10
+ rt-party-mode activates a full red team war-gaming session by spawning all 7 RTExit specialist agents as independent subagents. Each agent runs with genuine autonomy — not as roleplay by a single model — and contributes its domain expertise to produce a coordinated attack strategy.
11
+
12
+ **Use this skill when you need:**
13
+
14
+ - A full-scope assessment where multiple attack surfaces must be evaluated simultaneously
15
+ - Cross-domain consensus before committing to an engagement plan
16
+ - Sanity-checking a proposed attack path against specialists who may see blind spots
17
+ - Collaborative threat modeling for a new target profile
18
+ - Pre-engagement planning sessions where completeness matters more than speed
19
+ - Debriefs after a failed or partial engagement to identify what was missed
20
+
21
+ **Do not use for:**
22
+
23
+ - Quick single-vector checks (use the dedicated agent skill directly instead)
24
+ - Purely automated scan workflows (use RTExit scripts directly)
25
+ - Production systems without explicit written authorization
26
+
27
+ ---
28
+
29
+ ## 2. Agent Roster
30
+
31
+ | Agent | Role | Primary Focus |
32
+ |---|---|---|
33
+ | Commander | Engagement lead | Sets objectives, arbitrates conflicts, owns the final plan |
34
+ | Scout | Reconnaissance | Identifies recon gaps, OSINT coverage, attack surface inventory |
35
+ | Breaker | Exploitation | Identifies highest-confidence attack vectors, CVE mapping |
36
+ | Navigator | Client coverage | Mobile and desktop client-side vectors, browser/app surface |
37
+ | Ghost | Post-exploitation | Persistence, lateral movement, data exfil planning |
38
+ | Phantom | Social engineering | Pretexting, phishing, physical access vectors |
39
+ | Scribe | Documentation | Notes gaps, tracks findings, flags what needs writing up |
40
+
41
+ ---
42
+
43
+ ## 3. Step-by-Step Workflow
44
+
45
+ ### Step 1 — Invoke the skill
46
+
47
+ ```
48
+ /rt-party-mode
49
+ ```
50
+
51
+ Optionally pass a target context to focus the session:
52
+
53
+ ```
54
+ /rt-party-mode target: Acme Corp web app + mobile clients, scope: external perimeter only
55
+ ```
56
+
57
+ ### Step 2 — Commander opens the session
58
+
59
+ Commander receives the target context and sets engagement objectives. Output includes:
60
+
61
+ - Engagement goal statement (e.g., "achieve domain admin or exfiltrate PII")
62
+ - Scope boundaries
63
+ - Time-box for the planning session
64
+ - Questions to surface before proceeding
65
+
66
+ ### Step 3 — Scout reports recon status
67
+
68
+ Scout reviews available recon data (or notes what is missing) and produces:
69
+
70
+ - Known assets: domains, IPs, exposed services, employee data found
71
+ - Recon gaps: what intelligence is still needed before exploitation can begin
72
+ - Recommended recon tasks with tooling suggestions (e.g., amass, theHarvester, Shodan queries)
73
+
74
+ ### Step 4 — Breaker identifies attack vectors
75
+
76
+ Breaker analyzes the recon picture and proposes:
77
+
78
+ - Top 3-5 exploitation vectors ranked by confidence and impact
79
+ - CVE or technique references (MITRE ATT&CK mapped where applicable)
80
+ - Prerequisites each vector needs from Scout
81
+ - Estimated effort per vector
82
+
83
+ ### Step 5 — Navigator covers client-side surface
84
+
85
+ Navigator assesses mobile and desktop attack surface:
86
+
87
+ - Web application client-side issues (DOM XSS, client secrets, CORS misconfig)
88
+ - Mobile app attack surface (APK/IPA static analysis needs, deep link abuse, certificate pinning)
89
+ - Desktop client vectors if applicable
90
+ - Intersection with Breaker's vectors — what can be chained
91
+
92
+ ### Step 6 — Ghost plans post-exploitation
93
+
94
+ Ghost assumes a foothold and plans forward:
95
+
96
+ - Persistence mechanisms appropriate to the target environment
97
+ - Lateral movement paths based on known topology
98
+ - Data exfiltration routes and staging options
99
+ - Detection evasion considerations
100
+
101
+ ### Step 7 — Phantom adds social engineering layer
102
+
103
+ Phantom evaluates the human attack surface:
104
+
105
+ - Pretext scenarios ranked by plausibility
106
+ - Phishing campaign design (lure theme, delivery method, payload)
107
+ - Physical access vectors if in scope
108
+ - Which Breaker vectors can be enabled or accelerated by SE
109
+
110
+ ### Step 8 — Scribe produces session output
111
+
112
+ Scribe consolidates all agent contributions into a structured session record:
113
+
114
+ - Master finding list with agent attribution
115
+ - Open questions requiring follow-up
116
+ - Documentation gaps that must be filled before the engagement
117
+ - Recommended next skills or scripts to run
118
+
119
+ ### Step 9 — Commander issues final plan
120
+
121
+ Commander reviews all agent inputs and publishes:
122
+
123
+ - Prioritized attack plan (Phase 1 / Phase 2 / contingency)
124
+ - Agent assignments for execution phase
125
+ - Go/no-go decision with rationale
126
+ - Escalation triggers (conditions under which to pause and re-plan)
127
+
128
+ ---
129
+
130
+ ## 4. Integration with RTExit Scripts and Other Skills
131
+
132
+ ### Script integration
133
+
134
+ | Phase | RTExit Script | Triggering Agent |
135
+ |---|---|---|
136
+ | Recon | `rt-recon.sh`, `rt-osint.sh` | Scout |
137
+ | Exploitation | `rt-scan.sh`, `rt-exploit.sh` | Breaker |
138
+ | Client-side | `rt-mobile.sh`, `rt-webclient.sh` | Navigator |
139
+ | Post-exploitation | `rt-persist.sh`, `rt-lateral.sh` | Ghost |
140
+ | Phishing | `rt-phish.sh` | Phantom |
141
+ | Reporting | `rt-report.sh` | Scribe |
142
+
143
+ ### Skill integration
144
+
145
+ - Run `rt-recon` before invoking rt-party-mode to give Scout real data to work from
146
+ - After the session, use `rt-scribe` to expand Scribe's notes into a full engagement log
147
+ - Use `rt-breaker` in isolation when you only need vector analysis without full war-gaming overhead
148
+ - Chain into `rt-debrief` after an engagement to run a retrospective party-mode session
149
+
150
+ ### Passing context between agents
151
+
152
+ Each agent receives the full session context accumulated so far. Agents read prior outputs and explicitly reference them — Commander's objectives inform all subsequent agents, and Scribe's running notes are updated after each agent speaks.
153
+
154
+ ---
155
+
156
+ ## 5. Example Outputs and Interactions
157
+
158
+ ### Example — Commander opening
159
+
160
+ ```
161
+ COMMANDER — Engagement objectives set
162
+
163
+ Target: Acme Corp external perimeter
164
+ Goal: Achieve authenticated access to internal network or exfiltrate customer PII
165
+ Scope: External-facing web, mobile apps (iOS + Android), no physical access
166
+ Time-box: 14-day engagement, planning session today
167
+
168
+ Open questions before proceeding:
169
+ 1. Scout — do we have valid employee email format confirmed?
170
+ 2. Breaker — is the Acme VPN gateway in scope or explicitly excluded?
171
+ 3. Phantom — is vishing authorized or email-only?
172
+ ```
173
+
174
+ ### Example — Scout recon gap report
175
+
176
+ ```
177
+ SCOUT — Recon status
178
+
179
+ Confirmed assets:
180
+ - 3 subdomains: app.acme.com, api.acme.com, admin.acme.com
181
+ - LinkedIn: 47 employees identified, IT/DevOps team of 6 named
182
+ - Shodan: port 8443 open on 203.0.113.45, banner suggests Pulse Secure
183
+
184
+ Gaps — action required before Breaker can proceed:
185
+ - Email format unconfirmed (first.last vs flast vs f.last)
186
+ - No certificate transparency data pulled yet — may reveal more subdomains
187
+ - admin.acme.com returns 403 — need to determine if it is truly restricted or just redirect
188
+
189
+ Recommended: run rt-osint.sh --target acme.com --ct-logs before next session
190
+ ```
191
+
192
+ ### Example — Breaker vector ranking
193
+
194
+ ```
195
+ BREAKER — Attack vectors
196
+
197
+ 1. Pulse Secure CVE-2021-22893 (CVSS 10.0) — if unpatched, unauthenticated RCE
198
+ Confidence: medium (version not confirmed), Impact: critical
199
+ Needs Scout to confirm version via banner grab or Shodan history
200
+
201
+ 2. Credential stuffing against app.acme.com/login
202
+ Confidence: high (no MFA observed on login flow), Impact: high
203
+ Needs Scout to confirm email format, then Phantom to source wordlist
204
+
205
+ 3. API key leakage in mobile app
206
+ Confidence: medium (Navigator to confirm via APK static analysis), Impact: high
207
+
208
+ Recommended first path: confirm Pulse Secure version. If vulnerable, this is primary.
209
+ ```
210
+
211
+ ### Example — Scribe session summary
212
+
213
+ ```
214
+ SCRIBE — Session record v1
215
+
216
+ Open findings:
217
+ - [Scout] Email format TBD — blocks Phantom phishing and credential stuffing
218
+ - [Breaker] Pulse Secure version unconfirmed — blocks vector 1
219
+ - [Navigator] APK not yet extracted — blocks vector 3 assessment
220
+ - [Ghost] Lateral movement plan deferred pending foothold path decision
221
+ - [Phantom] Vishing authorization status unclear — Commander to confirm with client
222
+
223
+ Documentation gaps:
224
+ - Rules of engagement doc not reviewed in this session — Scribe to flag for Commander
225
+ - No evidence log template set up yet — recommend rt-scribe before execution begins
226
+
227
+ Next recommended actions:
228
+ 1. Run rt-osint.sh to close Scout gaps
229
+ 2. Commander confirms vishing scope with client
230
+ 3. Navigator pulls APK from Play Store and runs rt-mobile.sh
231
+ ```
232
+
233
+ ---
234
+
235
+ ## 6. Practical Usage Tips
236
+
237
+ **Give Scout real data first.** Running rt-party-mode on an empty recon picture produces speculative output. Even a basic `rt-recon.sh` run before the session gives Scout concrete gaps to report rather than generic recommendations.
238
+
239
+ **Let Commander arbitrate conflicts.** Agents will sometimes propose contradictory priorities — for example, Breaker may want to exploit immediately while Scout flags missing intelligence. Commander's role is to make the call. Do not override Commander decisions mid-session without restarting the objective-setting phase.
240
+
241
+ **Scribe output is the artifact.** The Scribe session record is the document you carry forward. After the session ends, pipe Scribe's output into `rt-scribe` for full write-up expansion before the engagement begins.
242
+
243
+ **Keep scope explicit.** Agents will expand their analysis to fill available scope. If physical access, vishing, or out-of-scope systems are not explicitly excluded in the Commander phase, agents will include them. Set hard boundaries at step 2.
244
+
245
+ **Run post-engagement party-mode as debrief.** Invoking rt-party-mode after an engagement — with findings as context — produces a structured retrospective. Ghost and Breaker will identify what was missed; Scribe will note documentation gaps; Commander will assess whether objectives were met.
246
+
247
+ **Subagents are independent.** Each agent runs as a real subagent, not a persona adopted by a single model instance. Expect genuine disagreement between agents. This is a feature — surface conflicts rather than suppressing them.
248
+
249
+ **Minimum viable session.** If time is constrained, run Commander + Scout + Breaker only, then skip to Scribe. Ghost, Phantom, and Navigator can run as follow-on sessions once a primary vector is selected.
@@ -0,0 +1,68 @@
1
+ # Workflow - rt-party-mode
2
+
3
+ ## Purpose
4
+
5
+ This workflow standardizes how $skill is executed inside RTExit. It is designed for authorized engagements, evidence-first documentation, and consistent handoff into reporting.
6
+
7
+ ## Authorization Gate
8
+
9
+ Before execution, confirm:
10
+
11
+ - SEAD exists and explicitly covers the target asset or activity.
12
+ - Rules of Engagement define allowed techniques, rate limits, and stop conditions.
13
+ - The operator knows the evidence handling rules.
14
+ - Any active or sensitive validation has client approval.
15
+
16
+ If any item is unclear, pause and invoke
17
+
18
+ ## Required Inputs
19
+
20
+ | Input | Source | Notes |
21
+ |---|---|---|
22
+ | Engagement reference | _rtexit/config.toml or SEAD | Used in output names. |
23
+ | Target asset(s) | Scope document | Must be explicitly approved. |
24
+ | Operator name | Config/user context | Used in timeline entries. |
25
+ | Evidence directory | _rtexit-output/docs/evidence/ | Store logs, screenshots, and artifacts. |
26
+ | Finding tracker | _rtexit-output/docs/findings/ | Create/update findings when confirmed. |
27
+
28
+ ## Execution Steps
29
+
30
+ 1. Load current engagement configuration.
31
+ 2. Read scope, exclusions, and current findings.
32
+ 3. Build a small test plan for this skill with target, expected control, and evidence type.
33
+ 4. Run the lowest-risk validation first.
34
+ 5. Capture baseline behavior before proof behavior.
35
+ 6. Record exact timestamp, account/role used, and affected asset.
36
+ 7. Stop when evidence is sufficient; avoid unnecessary data access.
37
+ 8. Create or update findings through the RTExit finding tracker.
38
+ 9. Map remediation owner and recommended timeline.
39
+ 10. Add a timeline entry and evidence chain entry.
40
+
41
+ ## Evidence Requirements
42
+
43
+ | Evidence | Required? | Notes |
44
+ |---|---|---|
45
+ | Command or action summary | Yes | Redact secrets and tokens. |
46
+ | Screenshot or transcript | If useful | Store under evidence folder. |
47
+ | Request/response pair | For web/API | Redact cookies and bearer tokens. |
48
+ | Config excerpt | For cloud/infra | Include only relevant lines. |
49
+ | Business impact note | Yes | Explain why it matters. |
50
+
51
+ ## Autodoc Commands
52
+
53
+ `ash
54
+ python _rtexit/scripts/autodoc_engine.py log --skill rt-party-mode --phase auto --cmd "workflow execution" --output "summary"
55
+ python _rtexit/scripts/finding_tracker.py list
56
+ `
57
+
58
+ ## Completion Criteria
59
+
60
+ - Scope and authorization are referenced.
61
+ - Evidence is stored and redacted.
62
+ - Findings are added or explicitly marked as not found.
63
+ - Remediation guidance is actionable.
64
+ - Timeline and chain of custody are updated where applicable.
65
+
66
+ ## Handoff
67
+
68
+ Send confirmed findings to