erosolar-cli 1.7.55 → 1.7.56

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 (273) hide show
  1. package/package.json +1 -1
  2. package/dist/active-stack-security.d.ts +0 -110
  3. package/dist/active-stack-security.js +0 -313
  4. package/dist/active-stack-security.js.map +0 -1
  5. package/dist/advanced-targeting.d.ts +0 -113
  6. package/dist/advanced-targeting.js +0 -252
  7. package/dist/advanced-targeting.js.map +0 -1
  8. package/dist/bin/adapters/node/index.js +0 -33
  9. package/dist/bin/adapters/types.js +0 -1
  10. package/dist/bin/alpha-zero/agentWrapper.js +0 -165
  11. package/dist/bin/alpha-zero/codeEvaluator.js +0 -272
  12. package/dist/bin/alpha-zero/competitiveRunner.js +0 -219
  13. package/dist/bin/alpha-zero/index.js +0 -98
  14. package/dist/bin/alpha-zero/introspection.js +0 -298
  15. package/dist/bin/alpha-zero/metricsTracker.js +0 -207
  16. package/dist/bin/alpha-zero/security/core.js +0 -269
  17. package/dist/bin/alpha-zero/security/google.js +0 -308
  18. package/dist/bin/alpha-zero/security/googleLoader.js +0 -40
  19. package/dist/bin/alpha-zero/security/index.js +0 -31
  20. package/dist/bin/alpha-zero/security/simulation.js +0 -274
  21. package/dist/bin/alpha-zero/selfModification.js +0 -231
  22. package/dist/bin/alpha-zero/types.js +0 -30
  23. package/dist/bin/bin/erosolar-optimized.js +0 -205
  24. package/dist/bin/capabilities/agentSpawningCapability.js +0 -116
  25. package/dist/bin/capabilities/bashCapability.js +0 -22
  26. package/dist/bin/capabilities/cloudCapability.js +0 -36
  27. package/dist/bin/capabilities/codeAnalysisCapability.js +0 -22
  28. package/dist/bin/capabilities/codeQualityCapability.js +0 -23
  29. package/dist/bin/capabilities/dependencySecurityCapability.js +0 -22
  30. package/dist/bin/capabilities/devCapability.js +0 -22
  31. package/dist/bin/capabilities/editCapability.js +0 -28
  32. package/dist/bin/capabilities/emailCapability.js +0 -20
  33. package/dist/bin/capabilities/enhancedGitCapability.js +0 -221
  34. package/dist/bin/capabilities/filesystemCapability.js +0 -22
  35. package/dist/bin/capabilities/globCapability.js +0 -28
  36. package/dist/bin/capabilities/interactionCapability.js +0 -20
  37. package/dist/bin/capabilities/learnCapability.js +0 -22
  38. package/dist/bin/capabilities/mcpCapability.js +0 -20
  39. package/dist/bin/capabilities/notebookCapability.js +0 -28
  40. package/dist/bin/capabilities/planningCapability.js +0 -27
  41. package/dist/bin/capabilities/refactoringCapability.js +0 -23
  42. package/dist/bin/capabilities/repoChecksCapability.js +0 -22
  43. package/dist/bin/capabilities/searchCapability.js +0 -22
  44. package/dist/bin/capabilities/skillCapability.js +0 -76
  45. package/dist/bin/capabilities/taskManagementCapability.js +0 -20
  46. package/dist/bin/capabilities/testingCapability.js +0 -23
  47. package/dist/bin/capabilities/toolManifest.js +0 -159
  48. package/dist/bin/capabilities/toolRegistry.js +0 -114
  49. package/dist/bin/capabilities/webCapability.js +0 -20
  50. package/dist/bin/config.js +0 -139
  51. package/dist/bin/contracts/v1/agent.js +0 -7
  52. package/dist/bin/contracts/v1/agentProfileManifest.js +0 -8
  53. package/dist/bin/contracts/v1/agentRules.js +0 -9
  54. package/dist/bin/contracts/v1/toolAccess.js +0 -8
  55. package/dist/bin/erosolar-optimized.d.ts +0 -12
  56. package/dist/bin/erosolar-optimized.d.ts.map +0 -1
  57. package/dist/bin/erosolar-optimized.js +0 -239
  58. package/dist/bin/erosolar-optimized.js.map +0 -1
  59. package/dist/bin/headless/headlessApp.js +0 -172
  60. package/dist/bin/mcp/config.js +0 -202
  61. package/dist/bin/mcp/stdioClient.js +0 -172
  62. package/dist/bin/mcp/toolBridge.js +0 -104
  63. package/dist/bin/mcp/types.js +0 -1
  64. package/dist/bin/plugins/index.js +0 -113
  65. package/dist/bin/plugins/providers/anthropic/index.js +0 -25
  66. package/dist/bin/plugins/providers/deepseek/index.js +0 -24
  67. package/dist/bin/plugins/providers/google/index.js +0 -26
  68. package/dist/bin/plugins/providers/index.js +0 -19
  69. package/dist/bin/plugins/providers/ollama/index.js +0 -59
  70. package/dist/bin/plugins/providers/openai/index.js +0 -26
  71. package/dist/bin/plugins/providers/xai/index.js +0 -24
  72. package/dist/bin/plugins/tools/agentSpawning/agentSpawningPlugin.js +0 -8
  73. package/dist/bin/plugins/tools/bash/localBashPlugin.js +0 -13
  74. package/dist/bin/plugins/tools/checks/localRepoChecksPlugin.js +0 -13
  75. package/dist/bin/plugins/tools/cloud/cloudPlugin.js +0 -13
  76. package/dist/bin/plugins/tools/codeAnalysis/codeAnalysisPlugin.js +0 -13
  77. package/dist/bin/plugins/tools/codeQuality/codeQualityPlugin.js +0 -13
  78. package/dist/bin/plugins/tools/dependency/dependencyPlugin.js +0 -11
  79. package/dist/bin/plugins/tools/development/devPlugin.js +0 -13
  80. package/dist/bin/plugins/tools/edit/editPlugin.js +0 -14
  81. package/dist/bin/plugins/tools/email/emailPlugin.js +0 -11
  82. package/dist/bin/plugins/tools/enhancedGit/enhancedGitPlugin.js +0 -8
  83. package/dist/bin/plugins/tools/filesystem/localFilesystemPlugin.js +0 -13
  84. package/dist/bin/plugins/tools/glob/globPlugin.js +0 -14
  85. package/dist/bin/plugins/tools/index.js +0 -2
  86. package/dist/bin/plugins/tools/interaction/interactionPlugin.js +0 -11
  87. package/dist/bin/plugins/tools/learn/learnPlugin.js +0 -13
  88. package/dist/bin/plugins/tools/mcp/mcpPlugin.js +0 -8
  89. package/dist/bin/plugins/tools/nodeDefaults.js +0 -56
  90. package/dist/bin/plugins/tools/notebook/notebookPlugin.js +0 -14
  91. package/dist/bin/plugins/tools/planning/planningPlugin.js +0 -14
  92. package/dist/bin/plugins/tools/refactoring/refactoringPlugin.js +0 -11
  93. package/dist/bin/plugins/tools/registry.js +0 -57
  94. package/dist/bin/plugins/tools/search/localSearchPlugin.js +0 -13
  95. package/dist/bin/plugins/tools/skills/skillPlugin.js +0 -8
  96. package/dist/bin/plugins/tools/taskManagement/taskManagementPlugin.js +0 -11
  97. package/dist/bin/plugins/tools/testing/testingPlugin.js +0 -11
  98. package/dist/bin/plugins/tools/web/webPlugin.js +0 -11
  99. package/dist/bin/providers/anthropicProvider.js +0 -329
  100. package/dist/bin/providers/googleProvider.js +0 -203
  101. package/dist/bin/providers/openaiChatCompletionsProvider.js +0 -208
  102. package/dist/bin/providers/openaiResponsesProvider.js +0 -249
  103. package/dist/bin/providers/providerFactory.js +0 -24
  104. package/dist/bin/runtime/agentController.js +0 -321
  105. package/dist/bin/runtime/agentHost.js +0 -153
  106. package/dist/bin/runtime/agentSession.js +0 -195
  107. package/dist/bin/runtime/node.js +0 -10
  108. package/dist/bin/runtime/universal.js +0 -28
  109. package/dist/bin/skills/skillRepository.js +0 -236
  110. package/dist/bin/skills/types.js +0 -1
  111. package/dist/bin/subagents/taskRunner.js +0 -269
  112. package/dist/bin/tools/backgroundBashTools.js +0 -211
  113. package/dist/bin/tools/bashTools.js +0 -159
  114. package/dist/bin/tools/cloudTools.js +0 -864
  115. package/dist/bin/tools/codeAnalysisTools.js +0 -641
  116. package/dist/bin/tools/codeQualityTools.js +0 -294
  117. package/dist/bin/tools/dependencyTools.js +0 -282
  118. package/dist/bin/tools/devTools.js +0 -238
  119. package/dist/bin/tools/diffUtils.js +0 -137
  120. package/dist/bin/tools/editTools.js +0 -134
  121. package/dist/bin/tools/emailTools.js +0 -448
  122. package/dist/bin/tools/fileTools.js +0 -282
  123. package/dist/bin/tools/globTools.js +0 -173
  124. package/dist/bin/tools/grepTools.js +0 -332
  125. package/dist/bin/tools/interactionTools.js +0 -170
  126. package/dist/bin/tools/learnTools.js +0 -1818
  127. package/dist/bin/tools/notebookEditTools.js +0 -196
  128. package/dist/bin/tools/planningTools.js +0 -46
  129. package/dist/bin/tools/refactoringTools.js +0 -293
  130. package/dist/bin/tools/repoChecksTools.js +0 -160
  131. package/dist/bin/tools/searchTools.js +0 -206
  132. package/dist/bin/tools/skillTools.js +0 -177
  133. package/dist/bin/tools/taskManagementTools.js +0 -156
  134. package/dist/bin/tools/testingTools.js +0 -232
  135. package/dist/bin/tools/webTools.js +0 -480
  136. package/dist/bin/workspace.js +0 -106
  137. package/dist/bin/workspace.validator.js +0 -213
  138. package/dist/capabilities/offensiveSecurityCapability.d.ts +0 -26
  139. package/dist/capabilities/offensiveSecurityCapability.d.ts.map +0 -1
  140. package/dist/capabilities/offensiveSecurityCapability.js +0 -58
  141. package/dist/capabilities/offensiveSecurityCapability.js.map +0 -1
  142. package/dist/capabilities/realSecurityCapability.d.ts +0 -26
  143. package/dist/capabilities/realSecurityCapability.d.ts.map +0 -1
  144. package/dist/capabilities/realSecurityCapability.js +0 -53
  145. package/dist/capabilities/realSecurityCapability.js.map +0 -1
  146. package/dist/capabilities/securityCapability.d.ts +0 -32
  147. package/dist/capabilities/securityCapability.d.ts.map +0 -1
  148. package/dist/capabilities/securityCapability.js +0 -57
  149. package/dist/capabilities/securityCapability.js.map +0 -1
  150. package/dist/capabilities/ultimateSecurityCapability.d.ts +0 -42
  151. package/dist/capabilities/ultimateSecurityCapability.d.ts.map +0 -1
  152. package/dist/capabilities/ultimateSecurityCapability.js +0 -96
  153. package/dist/capabilities/ultimateSecurityCapability.js.map +0 -1
  154. package/dist/core/designThoughtCheck.d.ts +0 -196
  155. package/dist/core/designThoughtCheck.d.ts.map +0 -1
  156. package/dist/core/designThoughtCheck.js +0 -287
  157. package/dist/core/designThoughtCheck.js.map +0 -1
  158. package/dist/core/designThoughtCheckEngine.d.ts +0 -58
  159. package/dist/core/designThoughtCheckEngine.d.ts.map +0 -1
  160. package/dist/core/designThoughtCheckEngine.js +0 -358
  161. package/dist/core/designThoughtCheckEngine.js.map +0 -1
  162. package/dist/core/designThoughtCheckIntegration.d.ts +0 -103
  163. package/dist/core/designThoughtCheckIntegration.d.ts.map +0 -1
  164. package/dist/core/designThoughtCheckIntegration.js +0 -207
  165. package/dist/core/designThoughtCheckIntegration.js.map +0 -1
  166. package/dist/core/intelligenceTools.d.ts +0 -19
  167. package/dist/core/intelligenceTools.d.ts.map +0 -1
  168. package/dist/core/intelligenceTools.js +0 -453
  169. package/dist/core/intelligenceTools.js.map +0 -1
  170. package/dist/core/operationalTools.d.ts +0 -19
  171. package/dist/core/operationalTools.d.ts.map +0 -1
  172. package/dist/core/operationalTools.js +0 -467
  173. package/dist/core/operationalTools.js.map +0 -1
  174. package/dist/offensive/core/offensive-engine.d.ts +0 -171
  175. package/dist/offensive/core/offensive-engine.d.ts.map +0 -1
  176. package/dist/offensive/core/offensive-engine.js +0 -345
  177. package/dist/offensive/core/offensive-engine.js.map +0 -1
  178. package/dist/offensive/core/offensive-integration.d.ts +0 -129
  179. package/dist/offensive/core/offensive-integration.d.ts.map +0 -1
  180. package/dist/offensive/core/offensive-integration.js +0 -364
  181. package/dist/offensive/core/offensive-integration.js.map +0 -1
  182. package/dist/offensive/core/offensive-tools.d.ts +0 -55
  183. package/dist/offensive/core/offensive-tools.d.ts.map +0 -1
  184. package/dist/offensive/core/offensive-tools.js +0 -438
  185. package/dist/offensive/core/offensive-tools.js.map +0 -1
  186. package/dist/offensive/offensive-cli.d.ts +0 -48
  187. package/dist/offensive/offensive-cli.d.ts.map +0 -1
  188. package/dist/offensive/offensive-cli.js +0 -233
  189. package/dist/offensive/offensive-cli.js.map +0 -1
  190. package/dist/security/apt-simulation-cli.d.ts +0 -57
  191. package/dist/security/apt-simulation-cli.d.ts.map +0 -1
  192. package/dist/security/apt-simulation-cli.js +0 -278
  193. package/dist/security/apt-simulation-cli.js.map +0 -1
  194. package/dist/security/apt-simulation-engine-complete.d.ts +0 -97
  195. package/dist/security/apt-simulation-engine-complete.d.ts.map +0 -1
  196. package/dist/security/apt-simulation-engine-complete.js +0 -441
  197. package/dist/security/apt-simulation-engine-complete.js.map +0 -1
  198. package/dist/security/apt-simulation-engine.d.ts +0 -97
  199. package/dist/security/apt-simulation-engine.d.ts.map +0 -1
  200. package/dist/security/apt-simulation-engine.js +0 -441
  201. package/dist/security/apt-simulation-engine.js.map +0 -1
  202. package/dist/security/authorization.d.ts +0 -45
  203. package/dist/security/authorization.d.ts.map +0 -1
  204. package/dist/security/authorization.js +0 -128
  205. package/dist/security/authorization.js.map +0 -1
  206. package/dist/security/comprehensive-security-research.d.ts +0 -84
  207. package/dist/security/comprehensive-security-research.d.ts.map +0 -1
  208. package/dist/security/comprehensive-security-research.js +0 -211
  209. package/dist/security/comprehensive-security-research.js.map +0 -1
  210. package/dist/security/offensive/exploitationEngine.d.ts +0 -54
  211. package/dist/security/offensive/exploitationEngine.d.ts.map +0 -1
  212. package/dist/security/offensive/exploitationEngine.js +0 -263
  213. package/dist/security/offensive/exploitationEngine.js.map +0 -1
  214. package/dist/security/real/networkExploitation.d.ts +0 -92
  215. package/dist/security/real/networkExploitation.d.ts.map +0 -1
  216. package/dist/security/real/networkExploitation.js +0 -316
  217. package/dist/security/real/networkExploitation.js.map +0 -1
  218. package/dist/security/real/persistenceImplementation.d.ts +0 -62
  219. package/dist/security/real/persistenceImplementation.d.ts.map +0 -1
  220. package/dist/security/real/persistenceImplementation.js +0 -323
  221. package/dist/security/real/persistenceImplementation.js.map +0 -1
  222. package/dist/security/real/vulnerabilityScanner.d.ts +0 -73
  223. package/dist/security/real/vulnerabilityScanner.d.ts.map +0 -1
  224. package/dist/security/real/vulnerabilityScanner.js +0 -341
  225. package/dist/security/real/vulnerabilityScanner.js.map +0 -1
  226. package/dist/shell/capturePastePatch.d.ts +0 -9
  227. package/dist/shell/capturePastePatch.d.ts.map +0 -1
  228. package/dist/shell/capturePastePatch.js +0 -98
  229. package/dist/shell/capturePastePatch.js.map +0 -1
  230. package/dist/shell/enhancedInteractiveShell.d.ts +0 -90
  231. package/dist/shell/enhancedInteractiveShell.d.ts.map +0 -1
  232. package/dist/shell/enhancedInteractiveShell.js +0 -248
  233. package/dist/shell/enhancedInteractiveShell.js.map +0 -1
  234. package/dist/shell/inputProcessor.d.ts +0 -56
  235. package/dist/shell/inputProcessor.d.ts.map +0 -1
  236. package/dist/shell/inputProcessor.js +0 -172
  237. package/dist/shell/inputProcessor.js.map +0 -1
  238. package/dist/shell/interactiveShell-patch.d.ts +0 -27
  239. package/dist/shell/interactiveShell-patch.d.ts.map +0 -1
  240. package/dist/shell/interactiveShell-patch.js +0 -38
  241. package/dist/shell/interactiveShell-patch.js.map +0 -1
  242. package/dist/shell/interactiveShell-robust.d.ts +0 -26
  243. package/dist/shell/interactiveShell-robust.d.ts.map +0 -1
  244. package/dist/shell/interactiveShell-robust.js +0 -34
  245. package/dist/shell/interactiveShell-robust.js.map +0 -1
  246. package/dist/shell/multiLinePasteManager.d.ts +0 -106
  247. package/dist/shell/multiLinePasteManager.d.ts.map +0 -1
  248. package/dist/shell/multiLinePasteManager.js +0 -308
  249. package/dist/shell/multiLinePasteManager.js.map +0 -1
  250. package/dist/shell/processInputBlockPatch.d.ts +0 -8
  251. package/dist/shell/processInputBlockPatch.d.ts.map +0 -1
  252. package/dist/shell/processInputBlockPatch.js +0 -133
  253. package/dist/shell/processInputBlockPatch.js.map +0 -1
  254. package/dist/shell/unifiedInputProcessor.d.ts +0 -23
  255. package/dist/shell/unifiedInputProcessor.d.ts.map +0 -1
  256. package/dist/shell/unifiedInputProcessor.js +0 -92
  257. package/dist/shell/unifiedInputProcessor.js.map +0 -1
  258. package/dist/tools/enhancedSecurityTools.d.ts +0 -19
  259. package/dist/tools/enhancedSecurityTools.d.ts.map +0 -1
  260. package/dist/tools/enhancedSecurityTools.js +0 -215
  261. package/dist/tools/enhancedSecurityTools.js.map +0 -1
  262. package/dist/tools/offensiveSecurityTools.d.ts +0 -16
  263. package/dist/tools/offensiveSecurityTools.d.ts.map +0 -1
  264. package/dist/tools/offensiveSecurityTools.js +0 -285
  265. package/dist/tools/offensiveSecurityTools.js.map +0 -1
  266. package/dist/tools/realSecurityTools.d.ts +0 -18
  267. package/dist/tools/realSecurityTools.d.ts.map +0 -1
  268. package/dist/tools/realSecurityTools.js +0 -468
  269. package/dist/tools/realSecurityTools.js.map +0 -1
  270. package/dist/tools/securityTools.d.ts +0 -20
  271. package/dist/tools/securityTools.d.ts.map +0 -1
  272. package/dist/tools/securityTools.js +0 -449
  273. package/dist/tools/securityTools.js.map +0 -1
@@ -1,92 +0,0 @@
1
- export class UnifiedInputProcessor {
2
- rl;
3
- MAX_INLINE_LINES = 3;
4
- MAX_SUMMARY_LENGTH = 80;
5
- pasteBuffer = [];
6
- isPasting = false;
7
- constructor(rl) {
8
- this.rl = rl;
9
- this.setupPasteListeners();
10
- }
11
- setupPasteListeners() {
12
- this.rl.input.on('paste-start', () => {
13
- this.isPasting = true;
14
- this.pasteBuffer = [];
15
- });
16
- this.rl.input.on('paste-end', () => {
17
- this.isPasting = false;
18
- const pastedText = this.pasteBuffer.join('\\n');
19
- this.rl.write(pastedText);
20
- this.pasteBuffer = [];
21
- });
22
- }
23
- processInput(input) {
24
- const trimmed = input.trim();
25
- const lines = trimmed.split('\\n').filter(line => line.trim().length > 0);
26
- const lineCount = lines.length;
27
- if (lineCount === 0) {
28
- return {
29
- content: '',
30
- isMultiLine: false,
31
- lineCount: 0,
32
- displayFormat: 'inline'
33
- };
34
- }
35
- const displayFormat = this.determineDisplayFormat(trimmed, lineCount);
36
- const summary = this.generateSummary(lines, displayFormat);
37
- return {
38
- content: trimmed,
39
- isMultiLine: lineCount > 1,
40
- lineCount,
41
- displayFormat,
42
- summary
43
- };
44
- }
45
- determineDisplayFormat(content, lineCount) {
46
- if (lineCount <= this.MAX_INLINE_LINES) {
47
- return 'inline';
48
- }
49
- if (lineCount > 10) {
50
- return 'paste-chip';
51
- }
52
- return 'block';
53
- }
54
- generateSummary(lines, displayFormat) {
55
- if (displayFormat !== 'paste-chip') {
56
- return undefined;
57
- }
58
- const firstLine = lines[0] || '';
59
- const truncated = firstLine.length > this.MAX_SUMMARY_LENGTH
60
- ? `${firstLine.slice(0, this.MAX_SUMMARY_LENGTH - 3)}...`
61
- : firstLine;
62
- const contentType = this.getContentType(lines);
63
- return `[Pasted ${lines.length} lines of ${contentType}]: ${truncated}`;
64
- }
65
- getContentType(lines) {
66
- const content = lines.join('\\n');
67
- if (content.includes('import ') || content.includes('export ') || content.includes('function ') || content.includes('class ')) {
68
- return 'code';
69
- }
70
- if (content.includes('SELECT ') && content.includes('FROM ')) {
71
- return 'SQL';
72
- }
73
- if (content.startsWith('{') || content.startsWith('[')) {
74
- return 'JSON';
75
- }
76
- return 'text';
77
- }
78
- formatForDisplay(result) {
79
- const { content, displayFormat, summary } = result;
80
- switch (displayFormat) {
81
- case 'inline':
82
- return content.replace(/\\n/g, ' ↵ ');
83
- case 'block':
84
- return content;
85
- case 'paste-chip':
86
- return summary || `[Pasted ${result.lineCount} lines]`;
87
- default:
88
- return content;
89
- }
90
- }
91
- }
92
- //# sourceMappingURL=unifiedInputProcessor.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"unifiedInputProcessor.js","sourceRoot":"","sources":["../../src/shell/unifiedInputProcessor.ts"],"names":[],"mappings":"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"}
@@ -1,19 +0,0 @@
1
- /**
2
- * Enhanced Security Tools with Authorization
3
- *
4
- * Security testing tools with integrated authorization framework.
5
- */
6
- import type { ToolDefinition } from '../core/toolRuntime.js';
7
- import { AuthorizationManager } from '../security/authorization.js';
8
- export interface EnhancedSecurityToolsOptions {
9
- enableExploitation?: boolean;
10
- enableAdvancedExploitation?: boolean;
11
- enablePayloadGeneration?: boolean;
12
- requireAuthorization?: boolean;
13
- authorizationManager?: AuthorizationManager;
14
- }
15
- /**
16
- * Create enhanced security tools with authorization
17
- */
18
- export declare function createEnhancedSecurityTools(workingDir: string, options?: EnhancedSecurityToolsOptions): ToolDefinition[];
19
- //# sourceMappingURL=enhancedSecurityTools.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"enhancedSecurityTools.d.ts","sourceRoot":"","sources":["../../src/tools/enhancedSecurityTools.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,oBAAoB,EAAsB,MAAM,8BAA8B,CAAC;AAIxF,MAAM,WAAW,4BAA4B;IAC3C,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;CAC7C;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,MAAM,EAClB,OAAO,GAAE,4BAAiC,GACzC,cAAc,EAAE,CAiClB"}
@@ -1,215 +0,0 @@
1
- /**
2
- * Enhanced Security Tools with Authorization
3
- *
4
- * Security testing tools with integrated authorization framework.
5
- */
6
- import { AuthorizationManager } from '../security/authorization.js';
7
- import { createRealSecurityTools } from './realSecurityTools.js';
8
- import { createOffensiveSecurityTools } from './offensiveSecurityTools.js';
9
- /**
10
- * Create enhanced security tools with authorization
11
- */
12
- export function createEnhancedSecurityTools(workingDir, options = {}) {
13
- const tools = [];
14
- const authManager = options.authorizationManager || new AuthorizationManager();
15
- // Add authorization management tools
16
- tools.push(createAuthorizationTool(authManager));
17
- tools.push(createAuthorizationStatusTool(authManager));
18
- tools.push(createAuthorizationReportTool(authManager));
19
- // Add real security tools with authorization
20
- const realSecurityTools = createRealSecurityTools(workingDir, {
21
- enableExploitation: options.enableExploitation,
22
- requireAuthorization: options.requireAuthorization
23
- });
24
- // Wrap real security tools with authorization checks
25
- realSecurityTools.forEach(tool => {
26
- tools.push(wrapToolWithAuthorization(tool, authManager));
27
- });
28
- // Add offensive security tools with authorization
29
- const offensiveSecurityTools = createOffensiveSecurityTools(workingDir, {
30
- enableAdvancedExploitation: options.enableAdvancedExploitation,
31
- enablePayloadGeneration: options.enablePayloadGeneration,
32
- requireAuthorization: options.requireAuthorization
33
- });
34
- // Wrap offensive security tools with authorization checks
35
- offensiveSecurityTools.forEach(tool => {
36
- tools.push(wrapToolWithAuthorization(tool, authManager));
37
- });
38
- return tools;
39
- }
40
- /**
41
- * Create authorization request tool
42
- */
43
- function createAuthorizationTool(authManager) {
44
- return {
45
- name: 'request_security_authorization',
46
- description: 'Request authorization for security testing operations',
47
- parameters: {
48
- type: 'object',
49
- properties: {
50
- targets: {
51
- type: 'array',
52
- items: { type: 'string' },
53
- description: 'Authorized targets (IPs, domains, or * for all)'
54
- },
55
- techniques: {
56
- type: 'array',
57
- items: { type: 'string' },
58
- description: 'Authorized techniques (or * for all)'
59
- },
60
- durationHours: {
61
- type: 'number',
62
- description: 'Authorization duration in hours'
63
- },
64
- authorizedBy: {
65
- type: 'string',
66
- description: 'Name of authorizing person/entity'
67
- },
68
- contactInfo: {
69
- type: 'string',
70
- description: 'Contact information for authorization'
71
- },
72
- authorizationToken: {
73
- type: 'string',
74
- description: 'Authorization token (optional if set in environment)'
75
- }
76
- },
77
- required: ['targets', 'techniques', 'durationHours', 'authorizedBy', 'contactInfo']
78
- },
79
- handler: async (args) => {
80
- const targets = args['targets'];
81
- const techniques = args['techniques'];
82
- const durationHours = args['durationHours'];
83
- const authorizedBy = args['authorizedBy'];
84
- const contactInfo = args['contactInfo'];
85
- const authorizationToken = args['authorizationToken'];
86
- const startTime = new Date();
87
- const endTime = new Date(startTime.getTime() + durationHours * 60 * 60 * 1000);
88
- const scope = {
89
- targets,
90
- techniques,
91
- startTime,
92
- endTime,
93
- authorizedBy,
94
- contactInfo
95
- };
96
- const result = authManager.requestAuthorization(scope, authorizationToken);
97
- return JSON.stringify({
98
- authorized: result.authorized,
99
- reason: result.reason,
100
- scope: result.scope ? {
101
- targets: result.scope.targets,
102
- techniques: result.scope.techniques,
103
- startTime: result.scope.startTime.toISOString(),
104
- endTime: result.scope.endTime.toISOString(),
105
- authorizedBy: result.scope.authorizedBy
106
- } : undefined
107
- }, null, 2);
108
- }
109
- };
110
- }
111
- /**
112
- * Create authorization status tool
113
- */
114
- function createAuthorizationStatusTool(authManager) {
115
- return {
116
- name: 'get_authorization_status',
117
- description: 'Get current authorization status',
118
- parameters: {
119
- type: 'object',
120
- properties: {}
121
- },
122
- handler: async (args) => {
123
- const result = authManager.getAuthorizationStatus();
124
- return JSON.stringify({
125
- authorized: result.authorized,
126
- reason: result.reason,
127
- scope: result.scope ? {
128
- targets: result.scope.targets,
129
- techniques: result.scope.techniques,
130
- startTime: result.scope.startTime.toISOString(),
131
- endTime: result.scope.endTime.toISOString(),
132
- authorizedBy: result.scope.authorizedBy
133
- } : undefined
134
- }, null, 2);
135
- }
136
- };
137
- }
138
- /**
139
- * Create authorization report tool
140
- */
141
- function createAuthorizationReportTool(authManager) {
142
- return {
143
- name: 'generate_authorization_report',
144
- description: 'Generate authorization report',
145
- parameters: {
146
- type: 'object',
147
- properties: {}
148
- },
149
- handler: async (args) => {
150
- const report = authManager.generateAuthorizationReport();
151
- return JSON.stringify({
152
- report
153
- }, null, 2);
154
- }
155
- };
156
- }
157
- /**
158
- * Wrap a tool with authorization checks
159
- */
160
- function wrapToolWithAuthorization(originalTool, authManager) {
161
- return {
162
- name: originalTool.name,
163
- description: originalTool.description,
164
- parameters: originalTool.parameters,
165
- handler: async (args) => {
166
- // Extract target and technique from parameters
167
- let target = '';
168
- let technique = originalTool.name;
169
- // Map tool names to techniques for authorization
170
- const techniqueMap = {
171
- 'real_scan_network': 'network-scanning',
172
- 'real_exploit_ssh': 'ssh-exploitation',
173
- 'real_exploit_ftp': 'ftp-exploitation',
174
- 'real_exploit_smb': 'smb-exploitation',
175
- 'real_scan_vulnerabilities': 'vulnerability-scanning',
176
- 'real_exploit_sql_injection': 'sql-injection-exploitation',
177
- 'real_exploit_xss': 'xss-exploitation',
178
- 'real_implement_persistence': 'persistence-implementation',
179
- 'real_detect_persistence': 'persistence-detection',
180
- 'real_remove_persistence': 'persistence-removal',
181
- 'generate_reverse_shell': 'payload-generation',
182
- 'create_fileless_persistence': 'fileless-persistence',
183
- 'deploy_web_shell': 'web-shell-deployment',
184
- 'create_scheduled_persistence': 'scheduled-persistence',
185
- 'generate_obfuscated_payloads': 'payload-obfuscation',
186
- 'setup_dns_tunneling': 'dns-tunneling',
187
- 'generate_phishing_templates': 'phishing-templates',
188
- 'create_backdoor_user': 'backdoor-user-creation'
189
- };
190
- technique = techniqueMap[originalTool.name] || originalTool.name;
191
- // Extract target from parameters
192
- if (args['target']) {
193
- target = args['target'];
194
- }
195
- else if (args['targetPath']) {
196
- target = args['targetPath'];
197
- }
198
- else if (args['domain']) {
199
- target = args['domain'];
200
- }
201
- // Validate authorization
202
- const authResult = authManager.validateOperation(target, technique);
203
- if (!authResult.authorized) {
204
- return JSON.stringify({
205
- error: 'Authorization required',
206
- reason: authResult.reason,
207
- requiredAction: 'Use request_security_authorization tool first'
208
- }, null, 2);
209
- }
210
- // Execute original tool handler
211
- return await originalTool.handler(args);
212
- }
213
- };
214
- }
215
- //# sourceMappingURL=enhancedSecurityTools.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"enhancedSecurityTools.js","sourceRoot":"","sources":["../../src/tools/enhancedSecurityTools.ts"],"names":[],"mappings":"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"}
@@ -1,16 +0,0 @@
1
- /**
2
- * Offensive Security Tools
3
- *
4
- * Advanced offensive security capabilities for authorized testing.
5
- */
6
- import type { ToolDefinition } from '../core/toolRuntime.js';
7
- export interface OffensiveSecurityToolsOptions {
8
- enableAdvancedExploitation?: boolean;
9
- requireAuthorization?: boolean;
10
- enablePayloadGeneration?: boolean;
11
- }
12
- /**
13
- * Create offensive security tools
14
- */
15
- export declare function createOffensiveSecurityTools(workingDir: string, options?: OffensiveSecurityToolsOptions): ToolDefinition[];
16
- //# sourceMappingURL=offensiveSecurityTools.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"offensiveSecurityTools.d.ts","sourceRoot":"","sources":["../../src/tools/offensiveSecurityTools.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAG7D,MAAM,WAAW,6BAA6B;IAC5C,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC;AAED;;GAEG;AACH,wBAAgB,4BAA4B,CAC1C,UAAU,EAAE,MAAM,EAClB,OAAO,GAAE,6BAAkC,GAC1C,cAAc,EAAE,CAelB"}
@@ -1,285 +0,0 @@
1
- /**
2
- * Offensive Security Tools
3
- *
4
- * Advanced offensive security capabilities for authorized testing.
5
- */
6
- import { OffensiveExploitationEngine } from '../security/offensive/exploitationEngine.js';
7
- /**
8
- * Create offensive security tools
9
- */
10
- export function createOffensiveSecurityTools(workingDir, options = {}) {
11
- const tools = [];
12
- const exploitationEngine = new OffensiveExploitationEngine();
13
- // Advanced exploitation tools
14
- tools.push(createReverseShellTool(exploitationEngine, options));
15
- tools.push(createFilelessPersistenceTool(exploitationEngine, options));
16
- tools.push(createWebShellTool(exploitationEngine, options));
17
- tools.push(createScheduledPersistenceTool(exploitationEngine, options));
18
- tools.push(createObfuscatedPayloadTool(exploitationEngine, options));
19
- tools.push(createDnsTunnelingTool(exploitationEngine, options));
20
- tools.push(createPhishingTemplateTool(exploitationEngine, options));
21
- tools.push(createBackdoorUserTool(exploitationEngine, options));
22
- return tools;
23
- }
24
- /**
25
- * Create reverse shell payload tool
26
- */
27
- function createReverseShellTool(exploitationEngine, options) {
28
- return {
29
- name: 'generate_reverse_shell',
30
- description: 'Generate reverse shell payloads for various platforms',
31
- parameters: {
32
- type: 'object',
33
- properties: {
34
- target: {
35
- type: 'string',
36
- description: 'Target IP address for reverse connection'
37
- },
38
- port: {
39
- type: 'number',
40
- description: 'Target port for reverse connection'
41
- }
42
- },
43
- required: ['target', 'port']
44
- },
45
- handler: async (args) => {
46
- if (options.requireAuthorization) {
47
- // Authorization check
48
- }
49
- const target = args['target'];
50
- const port = args['port'];
51
- const payloads = exploitationEngine.generateReverseShell(target, port);
52
- return JSON.stringify({
53
- target,
54
- port,
55
- payloads,
56
- warning: 'Reverse shell payloads generated - use responsibly'
57
- }, null, 2);
58
- }
59
- };
60
- }
61
- /**
62
- * Create fileless persistence tool
63
- */
64
- function createFilelessPersistenceTool(exploitationEngine, options) {
65
- return {
66
- name: 'create_fileless_persistence',
67
- description: 'Create fileless persistence mechanisms',
68
- parameters: {
69
- type: 'object',
70
- properties: {}
71
- },
72
- handler: async (args) => {
73
- if (options.requireAuthorization && !options.enableAdvancedExploitation) {
74
- return JSON.stringify({
75
- error: 'Advanced exploitation disabled - enable with enableAdvancedExploitation option'
76
- }, null, 2);
77
- }
78
- const result = await exploitationEngine.createFilelessPersistence();
79
- return JSON.stringify({
80
- technique: result.technique,
81
- success: result.success,
82
- output: result.output,
83
- evidence: result.evidence,
84
- warning: 'Fileless persistence created - ensure proper authorization'
85
- }, null, 2);
86
- }
87
- };
88
- }
89
- /**
90
- * Create web shell deployment tool
91
- */
92
- function createWebShellTool(exploitationEngine, options) {
93
- return {
94
- name: 'deploy_web_shell',
95
- description: 'Deploy web shells for backdoor access',
96
- parameters: {
97
- type: 'object',
98
- properties: {
99
- targetPath: {
100
- type: 'string',
101
- description: 'Target directory to deploy web shells'
102
- },
103
- password: {
104
- type: 'string',
105
- description: 'Password for web shell access'
106
- }
107
- },
108
- required: ['targetPath']
109
- },
110
- handler: async (args) => {
111
- if (options.requireAuthorization && !options.enableAdvancedExploitation) {
112
- return JSON.stringify({
113
- error: 'Advanced exploitation disabled - enable with enableAdvancedExploitation option'
114
- }, null, 2);
115
- }
116
- const targetPath = args['targetPath'];
117
- const password = args['password'] || 'pass123';
118
- const result = await exploitationEngine.deployWebShell(targetPath, password);
119
- return JSON.stringify({
120
- targetPath,
121
- technique: result.technique,
122
- success: result.success,
123
- output: result.output,
124
- evidence: result.evidence,
125
- warning: 'Web shells deployed - ensure proper authorization'
126
- }, null, 2);
127
- }
128
- };
129
- }
130
- /**
131
- * Create scheduled persistence tool
132
- */
133
- function createScheduledPersistenceTool(exploitationEngine, options) {
134
- return {
135
- name: 'create_scheduled_persistence',
136
- description: 'Create persistence via scheduled tasks/jobs',
137
- parameters: {
138
- type: 'object',
139
- properties: {}
140
- },
141
- handler: async (args) => {
142
- if (options.requireAuthorization && !options.enableAdvancedExploitation) {
143
- return JSON.stringify({
144
- error: 'Advanced exploitation disabled - enable with enableAdvancedExploitation option'
145
- }, null, 2);
146
- }
147
- const result = await exploitationEngine.createScheduledPersistence();
148
- return JSON.stringify({
149
- technique: result.technique,
150
- success: result.success,
151
- output: result.output,
152
- evidence: result.evidence,
153
- warning: 'Scheduled persistence created - ensure proper authorization'
154
- }, null, 2);
155
- }
156
- };
157
- }
158
- /**
159
- * Create obfuscated payload tool
160
- */
161
- function createObfuscatedPayloadTool(exploitationEngine, options) {
162
- return {
163
- name: 'generate_obfuscated_payloads',
164
- description: 'Generate obfuscated payloads for evasion',
165
- parameters: {
166
- type: 'object',
167
- properties: {}
168
- },
169
- handler: async (args) => {
170
- if (options.requireAuthorization && !options.enablePayloadGeneration) {
171
- return JSON.stringify({
172
- error: 'Payload generation disabled - enable with enablePayloadGeneration option'
173
- }, null, 2);
174
- }
175
- const payloads = exploitationEngine.generateObfuscatedPayloads();
176
- return JSON.stringify({
177
- payloads,
178
- warning: 'Obfuscated payloads generated - use responsibly'
179
- }, null, 2);
180
- }
181
- };
182
- }
183
- /**
184
- * Create DNS tunneling tool
185
- */
186
- function createDnsTunnelingTool(exploitationEngine, options) {
187
- return {
188
- name: 'setup_dns_tunneling',
189
- description: 'Setup DNS tunneling for covert communication',
190
- parameters: {
191
- type: 'object',
192
- properties: {
193
- domain: {
194
- type: 'string',
195
- description: 'Domain for DNS tunneling'
196
- }
197
- },
198
- required: ['domain']
199
- },
200
- handler: async (args) => {
201
- if (options.requireAuthorization && !options.enableAdvancedExploitation) {
202
- return JSON.stringify({
203
- error: 'Advanced exploitation disabled - enable with enableAdvancedExploitation option'
204
- }, null, 2);
205
- }
206
- const domain = args['domain'];
207
- const result = await exploitationEngine.setupDnsTunneling(domain);
208
- return JSON.stringify({
209
- domain,
210
- technique: result.technique,
211
- success: result.success,
212
- output: result.output,
213
- evidence: result.evidence,
214
- warning: 'DNS tunneling setup - ensure proper authorization'
215
- }, null, 2);
216
- }
217
- };
218
- }
219
- /**
220
- * Create phishing template tool
221
- */
222
- function createPhishingTemplateTool(exploitationEngine, options) {
223
- return {
224
- name: 'generate_phishing_templates',
225
- description: 'Generate phishing email templates',
226
- parameters: {
227
- type: 'object',
228
- properties: {}
229
- },
230
- handler: async (args) => {
231
- if (options.requireAuthorization && !options.enablePayloadGeneration) {
232
- return JSON.stringify({
233
- error: 'Payload generation disabled - enable with enablePayloadGeneration option'
234
- }, null, 2);
235
- }
236
- const templates = exploitationEngine.generatePhishingTemplates();
237
- return JSON.stringify({
238
- templates,
239
- warning: 'Phishing templates generated - use only for authorized testing'
240
- }, null, 2);
241
- }
242
- };
243
- }
244
- /**
245
- * Create backdoor user tool
246
- */
247
- function createBackdoorUserTool(exploitationEngine, options) {
248
- return {
249
- name: 'create_backdoor_user',
250
- description: 'Create backdoor user account with elevated privileges',
251
- parameters: {
252
- type: 'object',
253
- properties: {
254
- username: {
255
- type: 'string',
256
- description: 'Username for backdoor account'
257
- },
258
- password: {
259
- type: 'string',
260
- description: 'Password for backdoor account'
261
- }
262
- },
263
- required: ['username', 'password']
264
- },
265
- handler: async (args) => {
266
- if (options.requireAuthorization && !options.enableAdvancedExploitation) {
267
- return JSON.stringify({
268
- error: 'Advanced exploitation disabled - enable with enableAdvancedExploitation option'
269
- }, null, 2);
270
- }
271
- const username = args['username'];
272
- const password = args['password'];
273
- const result = await exploitationEngine.createBackdoorUser(username, password);
274
- return JSON.stringify({
275
- username,
276
- technique: result.technique,
277
- success: result.success,
278
- output: result.output,
279
- evidence: result.evidence,
280
- warning: 'Backdoor user created - ensure proper authorization'
281
- }, null, 2);
282
- }
283
- };
284
- }
285
- //# sourceMappingURL=offensiveSecurityTools.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"offensiveSecurityTools.js","sourceRoot":"","sources":["../../src/tools/offensiveSecurityTools.ts"],"names":[],"mappings":"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"}