erosolar-cli 1.7.55 → 1.7.57

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/dist/shell/unifiedInputProcessor.d.ts +15 -12
  2. package/dist/shell/unifiedInputProcessor.d.ts.map +1 -1
  3. package/dist/shell/unifiedInputProcessor.js +45 -72
  4. package/dist/shell/unifiedInputProcessor.js.map +1 -1
  5. package/package.json +4 -4
  6. package/dist/active-stack-security.d.ts +0 -110
  7. package/dist/active-stack-security.js +0 -313
  8. package/dist/active-stack-security.js.map +0 -1
  9. package/dist/advanced-targeting.d.ts +0 -113
  10. package/dist/advanced-targeting.js +0 -252
  11. package/dist/advanced-targeting.js.map +0 -1
  12. package/dist/bin/adapters/node/index.js +0 -33
  13. package/dist/bin/adapters/types.js +0 -1
  14. package/dist/bin/alpha-zero/agentWrapper.js +0 -165
  15. package/dist/bin/alpha-zero/codeEvaluator.js +0 -272
  16. package/dist/bin/alpha-zero/competitiveRunner.js +0 -219
  17. package/dist/bin/alpha-zero/index.js +0 -98
  18. package/dist/bin/alpha-zero/introspection.js +0 -298
  19. package/dist/bin/alpha-zero/metricsTracker.js +0 -207
  20. package/dist/bin/alpha-zero/security/core.js +0 -269
  21. package/dist/bin/alpha-zero/security/google.js +0 -308
  22. package/dist/bin/alpha-zero/security/googleLoader.js +0 -40
  23. package/dist/bin/alpha-zero/security/index.js +0 -31
  24. package/dist/bin/alpha-zero/security/simulation.js +0 -274
  25. package/dist/bin/alpha-zero/selfModification.js +0 -231
  26. package/dist/bin/alpha-zero/types.js +0 -30
  27. package/dist/bin/bin/erosolar-optimized.js +0 -205
  28. package/dist/bin/capabilities/agentSpawningCapability.js +0 -116
  29. package/dist/bin/capabilities/bashCapability.js +0 -22
  30. package/dist/bin/capabilities/cloudCapability.js +0 -36
  31. package/dist/bin/capabilities/codeAnalysisCapability.js +0 -22
  32. package/dist/bin/capabilities/codeQualityCapability.js +0 -23
  33. package/dist/bin/capabilities/dependencySecurityCapability.js +0 -22
  34. package/dist/bin/capabilities/devCapability.js +0 -22
  35. package/dist/bin/capabilities/editCapability.js +0 -28
  36. package/dist/bin/capabilities/emailCapability.js +0 -20
  37. package/dist/bin/capabilities/enhancedGitCapability.js +0 -221
  38. package/dist/bin/capabilities/filesystemCapability.js +0 -22
  39. package/dist/bin/capabilities/globCapability.js +0 -28
  40. package/dist/bin/capabilities/interactionCapability.js +0 -20
  41. package/dist/bin/capabilities/learnCapability.js +0 -22
  42. package/dist/bin/capabilities/mcpCapability.js +0 -20
  43. package/dist/bin/capabilities/notebookCapability.js +0 -28
  44. package/dist/bin/capabilities/planningCapability.js +0 -27
  45. package/dist/bin/capabilities/refactoringCapability.js +0 -23
  46. package/dist/bin/capabilities/repoChecksCapability.js +0 -22
  47. package/dist/bin/capabilities/searchCapability.js +0 -22
  48. package/dist/bin/capabilities/skillCapability.js +0 -76
  49. package/dist/bin/capabilities/taskManagementCapability.js +0 -20
  50. package/dist/bin/capabilities/testingCapability.js +0 -23
  51. package/dist/bin/capabilities/toolManifest.js +0 -159
  52. package/dist/bin/capabilities/toolRegistry.js +0 -114
  53. package/dist/bin/capabilities/webCapability.js +0 -20
  54. package/dist/bin/config.js +0 -139
  55. package/dist/bin/contracts/v1/agent.js +0 -7
  56. package/dist/bin/contracts/v1/agentProfileManifest.js +0 -8
  57. package/dist/bin/contracts/v1/agentRules.js +0 -9
  58. package/dist/bin/contracts/v1/toolAccess.js +0 -8
  59. package/dist/bin/erosolar-optimized.d.ts +0 -12
  60. package/dist/bin/erosolar-optimized.d.ts.map +0 -1
  61. package/dist/bin/erosolar-optimized.js +0 -239
  62. package/dist/bin/erosolar-optimized.js.map +0 -1
  63. package/dist/bin/headless/headlessApp.js +0 -172
  64. package/dist/bin/mcp/config.js +0 -202
  65. package/dist/bin/mcp/stdioClient.js +0 -172
  66. package/dist/bin/mcp/toolBridge.js +0 -104
  67. package/dist/bin/mcp/types.js +0 -1
  68. package/dist/bin/plugins/index.js +0 -113
  69. package/dist/bin/plugins/providers/anthropic/index.js +0 -25
  70. package/dist/bin/plugins/providers/deepseek/index.js +0 -24
  71. package/dist/bin/plugins/providers/google/index.js +0 -26
  72. package/dist/bin/plugins/providers/index.js +0 -19
  73. package/dist/bin/plugins/providers/ollama/index.js +0 -59
  74. package/dist/bin/plugins/providers/openai/index.js +0 -26
  75. package/dist/bin/plugins/providers/xai/index.js +0 -24
  76. package/dist/bin/plugins/tools/agentSpawning/agentSpawningPlugin.js +0 -8
  77. package/dist/bin/plugins/tools/bash/localBashPlugin.js +0 -13
  78. package/dist/bin/plugins/tools/checks/localRepoChecksPlugin.js +0 -13
  79. package/dist/bin/plugins/tools/cloud/cloudPlugin.js +0 -13
  80. package/dist/bin/plugins/tools/codeAnalysis/codeAnalysisPlugin.js +0 -13
  81. package/dist/bin/plugins/tools/codeQuality/codeQualityPlugin.js +0 -13
  82. package/dist/bin/plugins/tools/dependency/dependencyPlugin.js +0 -11
  83. package/dist/bin/plugins/tools/development/devPlugin.js +0 -13
  84. package/dist/bin/plugins/tools/edit/editPlugin.js +0 -14
  85. package/dist/bin/plugins/tools/email/emailPlugin.js +0 -11
  86. package/dist/bin/plugins/tools/enhancedGit/enhancedGitPlugin.js +0 -8
  87. package/dist/bin/plugins/tools/filesystem/localFilesystemPlugin.js +0 -13
  88. package/dist/bin/plugins/tools/glob/globPlugin.js +0 -14
  89. package/dist/bin/plugins/tools/index.js +0 -2
  90. package/dist/bin/plugins/tools/interaction/interactionPlugin.js +0 -11
  91. package/dist/bin/plugins/tools/learn/learnPlugin.js +0 -13
  92. package/dist/bin/plugins/tools/mcp/mcpPlugin.js +0 -8
  93. package/dist/bin/plugins/tools/nodeDefaults.js +0 -56
  94. package/dist/bin/plugins/tools/notebook/notebookPlugin.js +0 -14
  95. package/dist/bin/plugins/tools/planning/planningPlugin.js +0 -14
  96. package/dist/bin/plugins/tools/refactoring/refactoringPlugin.js +0 -11
  97. package/dist/bin/plugins/tools/registry.js +0 -57
  98. package/dist/bin/plugins/tools/search/localSearchPlugin.js +0 -13
  99. package/dist/bin/plugins/tools/skills/skillPlugin.js +0 -8
  100. package/dist/bin/plugins/tools/taskManagement/taskManagementPlugin.js +0 -11
  101. package/dist/bin/plugins/tools/testing/testingPlugin.js +0 -11
  102. package/dist/bin/plugins/tools/web/webPlugin.js +0 -11
  103. package/dist/bin/providers/anthropicProvider.js +0 -329
  104. package/dist/bin/providers/googleProvider.js +0 -203
  105. package/dist/bin/providers/openaiChatCompletionsProvider.js +0 -208
  106. package/dist/bin/providers/openaiResponsesProvider.js +0 -249
  107. package/dist/bin/providers/providerFactory.js +0 -24
  108. package/dist/bin/runtime/agentController.js +0 -321
  109. package/dist/bin/runtime/agentHost.js +0 -153
  110. package/dist/bin/runtime/agentSession.js +0 -195
  111. package/dist/bin/runtime/node.js +0 -10
  112. package/dist/bin/runtime/universal.js +0 -28
  113. package/dist/bin/skills/skillRepository.js +0 -236
  114. package/dist/bin/skills/types.js +0 -1
  115. package/dist/bin/subagents/taskRunner.js +0 -269
  116. package/dist/bin/tools/backgroundBashTools.js +0 -211
  117. package/dist/bin/tools/bashTools.js +0 -159
  118. package/dist/bin/tools/cloudTools.js +0 -864
  119. package/dist/bin/tools/codeAnalysisTools.js +0 -641
  120. package/dist/bin/tools/codeQualityTools.js +0 -294
  121. package/dist/bin/tools/dependencyTools.js +0 -282
  122. package/dist/bin/tools/devTools.js +0 -238
  123. package/dist/bin/tools/diffUtils.js +0 -137
  124. package/dist/bin/tools/editTools.js +0 -134
  125. package/dist/bin/tools/emailTools.js +0 -448
  126. package/dist/bin/tools/fileTools.js +0 -282
  127. package/dist/bin/tools/globTools.js +0 -173
  128. package/dist/bin/tools/grepTools.js +0 -332
  129. package/dist/bin/tools/interactionTools.js +0 -170
  130. package/dist/bin/tools/learnTools.js +0 -1818
  131. package/dist/bin/tools/notebookEditTools.js +0 -196
  132. package/dist/bin/tools/planningTools.js +0 -46
  133. package/dist/bin/tools/refactoringTools.js +0 -293
  134. package/dist/bin/tools/repoChecksTools.js +0 -160
  135. package/dist/bin/tools/searchTools.js +0 -206
  136. package/dist/bin/tools/skillTools.js +0 -177
  137. package/dist/bin/tools/taskManagementTools.js +0 -156
  138. package/dist/bin/tools/testingTools.js +0 -232
  139. package/dist/bin/tools/webTools.js +0 -480
  140. package/dist/bin/workspace.js +0 -106
  141. package/dist/bin/workspace.validator.js +0 -213
  142. package/dist/capabilities/offensiveSecurityCapability.d.ts +0 -26
  143. package/dist/capabilities/offensiveSecurityCapability.d.ts.map +0 -1
  144. package/dist/capabilities/offensiveSecurityCapability.js +0 -58
  145. package/dist/capabilities/offensiveSecurityCapability.js.map +0 -1
  146. package/dist/capabilities/realSecurityCapability.d.ts +0 -26
  147. package/dist/capabilities/realSecurityCapability.d.ts.map +0 -1
  148. package/dist/capabilities/realSecurityCapability.js +0 -53
  149. package/dist/capabilities/realSecurityCapability.js.map +0 -1
  150. package/dist/capabilities/securityCapability.d.ts +0 -32
  151. package/dist/capabilities/securityCapability.d.ts.map +0 -1
  152. package/dist/capabilities/securityCapability.js +0 -57
  153. package/dist/capabilities/securityCapability.js.map +0 -1
  154. package/dist/capabilities/ultimateSecurityCapability.d.ts +0 -42
  155. package/dist/capabilities/ultimateSecurityCapability.d.ts.map +0 -1
  156. package/dist/capabilities/ultimateSecurityCapability.js +0 -96
  157. package/dist/capabilities/ultimateSecurityCapability.js.map +0 -1
  158. package/dist/core/designThoughtCheck.d.ts +0 -196
  159. package/dist/core/designThoughtCheck.d.ts.map +0 -1
  160. package/dist/core/designThoughtCheck.js +0 -287
  161. package/dist/core/designThoughtCheck.js.map +0 -1
  162. package/dist/core/designThoughtCheckEngine.d.ts +0 -58
  163. package/dist/core/designThoughtCheckEngine.d.ts.map +0 -1
  164. package/dist/core/designThoughtCheckEngine.js +0 -358
  165. package/dist/core/designThoughtCheckEngine.js.map +0 -1
  166. package/dist/core/designThoughtCheckIntegration.d.ts +0 -103
  167. package/dist/core/designThoughtCheckIntegration.d.ts.map +0 -1
  168. package/dist/core/designThoughtCheckIntegration.js +0 -207
  169. package/dist/core/designThoughtCheckIntegration.js.map +0 -1
  170. package/dist/core/intelligenceTools.d.ts +0 -19
  171. package/dist/core/intelligenceTools.d.ts.map +0 -1
  172. package/dist/core/intelligenceTools.js +0 -453
  173. package/dist/core/intelligenceTools.js.map +0 -1
  174. package/dist/core/operationalTools.d.ts +0 -19
  175. package/dist/core/operationalTools.d.ts.map +0 -1
  176. package/dist/core/operationalTools.js +0 -467
  177. package/dist/core/operationalTools.js.map +0 -1
  178. package/dist/offensive/core/offensive-engine.d.ts +0 -171
  179. package/dist/offensive/core/offensive-engine.d.ts.map +0 -1
  180. package/dist/offensive/core/offensive-engine.js +0 -345
  181. package/dist/offensive/core/offensive-engine.js.map +0 -1
  182. package/dist/offensive/core/offensive-integration.d.ts +0 -129
  183. package/dist/offensive/core/offensive-integration.d.ts.map +0 -1
  184. package/dist/offensive/core/offensive-integration.js +0 -364
  185. package/dist/offensive/core/offensive-integration.js.map +0 -1
  186. package/dist/offensive/core/offensive-tools.d.ts +0 -55
  187. package/dist/offensive/core/offensive-tools.d.ts.map +0 -1
  188. package/dist/offensive/core/offensive-tools.js +0 -438
  189. package/dist/offensive/core/offensive-tools.js.map +0 -1
  190. package/dist/offensive/offensive-cli.d.ts +0 -48
  191. package/dist/offensive/offensive-cli.d.ts.map +0 -1
  192. package/dist/offensive/offensive-cli.js +0 -233
  193. package/dist/offensive/offensive-cli.js.map +0 -1
  194. package/dist/security/apt-simulation-cli.d.ts +0 -57
  195. package/dist/security/apt-simulation-cli.d.ts.map +0 -1
  196. package/dist/security/apt-simulation-cli.js +0 -278
  197. package/dist/security/apt-simulation-cli.js.map +0 -1
  198. package/dist/security/apt-simulation-engine-complete.d.ts +0 -97
  199. package/dist/security/apt-simulation-engine-complete.d.ts.map +0 -1
  200. package/dist/security/apt-simulation-engine-complete.js +0 -441
  201. package/dist/security/apt-simulation-engine-complete.js.map +0 -1
  202. package/dist/security/apt-simulation-engine.d.ts +0 -97
  203. package/dist/security/apt-simulation-engine.d.ts.map +0 -1
  204. package/dist/security/apt-simulation-engine.js +0 -441
  205. package/dist/security/apt-simulation-engine.js.map +0 -1
  206. package/dist/security/authorization.d.ts +0 -45
  207. package/dist/security/authorization.d.ts.map +0 -1
  208. package/dist/security/authorization.js +0 -128
  209. package/dist/security/authorization.js.map +0 -1
  210. package/dist/security/comprehensive-security-research.d.ts +0 -84
  211. package/dist/security/comprehensive-security-research.d.ts.map +0 -1
  212. package/dist/security/comprehensive-security-research.js +0 -211
  213. package/dist/security/comprehensive-security-research.js.map +0 -1
  214. package/dist/security/offensive/exploitationEngine.d.ts +0 -54
  215. package/dist/security/offensive/exploitationEngine.d.ts.map +0 -1
  216. package/dist/security/offensive/exploitationEngine.js +0 -263
  217. package/dist/security/offensive/exploitationEngine.js.map +0 -1
  218. package/dist/security/real/networkExploitation.d.ts +0 -92
  219. package/dist/security/real/networkExploitation.d.ts.map +0 -1
  220. package/dist/security/real/networkExploitation.js +0 -316
  221. package/dist/security/real/networkExploitation.js.map +0 -1
  222. package/dist/security/real/persistenceImplementation.d.ts +0 -62
  223. package/dist/security/real/persistenceImplementation.d.ts.map +0 -1
  224. package/dist/security/real/persistenceImplementation.js +0 -323
  225. package/dist/security/real/persistenceImplementation.js.map +0 -1
  226. package/dist/security/real/vulnerabilityScanner.d.ts +0 -73
  227. package/dist/security/real/vulnerabilityScanner.d.ts.map +0 -1
  228. package/dist/security/real/vulnerabilityScanner.js +0 -341
  229. package/dist/security/real/vulnerabilityScanner.js.map +0 -1
  230. package/dist/shell/capturePastePatch.d.ts +0 -9
  231. package/dist/shell/capturePastePatch.d.ts.map +0 -1
  232. package/dist/shell/capturePastePatch.js +0 -98
  233. package/dist/shell/capturePastePatch.js.map +0 -1
  234. package/dist/shell/enhancedInteractiveShell.d.ts +0 -90
  235. package/dist/shell/enhancedInteractiveShell.d.ts.map +0 -1
  236. package/dist/shell/enhancedInteractiveShell.js +0 -248
  237. package/dist/shell/enhancedInteractiveShell.js.map +0 -1
  238. package/dist/shell/inputProcessor.d.ts +0 -56
  239. package/dist/shell/inputProcessor.d.ts.map +0 -1
  240. package/dist/shell/inputProcessor.js +0 -172
  241. package/dist/shell/inputProcessor.js.map +0 -1
  242. package/dist/shell/interactiveShell-patch.d.ts +0 -27
  243. package/dist/shell/interactiveShell-patch.d.ts.map +0 -1
  244. package/dist/shell/interactiveShell-patch.js +0 -38
  245. package/dist/shell/interactiveShell-patch.js.map +0 -1
  246. package/dist/shell/interactiveShell-robust.d.ts +0 -26
  247. package/dist/shell/interactiveShell-robust.d.ts.map +0 -1
  248. package/dist/shell/interactiveShell-robust.js +0 -34
  249. package/dist/shell/interactiveShell-robust.js.map +0 -1
  250. package/dist/shell/multiLinePasteManager.d.ts +0 -106
  251. package/dist/shell/multiLinePasteManager.d.ts.map +0 -1
  252. package/dist/shell/multiLinePasteManager.js +0 -308
  253. package/dist/shell/multiLinePasteManager.js.map +0 -1
  254. package/dist/shell/processInputBlockPatch.d.ts +0 -8
  255. package/dist/shell/processInputBlockPatch.d.ts.map +0 -1
  256. package/dist/shell/processInputBlockPatch.js +0 -133
  257. package/dist/shell/processInputBlockPatch.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,453 +0,0 @@
1
- /**
2
- * Intelligence-Grade Security Tools
3
- *
4
- * Advanced capabilities for intelligence operations and security testing.
5
- * These tools provide sophisticated techniques used by intelligence agencies.
6
- *
7
- * LEGAL NOTICE: For authorized security research and testing only.
8
- */
9
- /**
10
- * Create intelligence-grade security tools
11
- */
12
- export function createIntelligenceTools(workingDir, options = {}) {
13
- const tools = [];
14
- // Advanced reconnaissance tools
15
- tools.push(createAdvancedNetworkReconnaissanceTool(options));
16
- tools.push(createTargetProfilingTool(options));
17
- tools.push(createDigitalFootprintAnalysisTool(options));
18
- // Covert communication tools
19
- tools.push(createSteganographyTool(options));
20
- tools.push(createCovertChannelTool(options));
21
- tools.push(createDeadDropTool(options));
22
- // Advanced persistence tools
23
- tools.push(createAdvancedPersistenceTool(options));
24
- tools.push(createMemoryResidentTool(options));
25
- tools.push(createBootkitTool(options));
26
- // Evasion and anti-forensics tools
27
- tools.push(createAntiForensicsTool(options));
28
- tools.push(createProcessHollowingTool(options));
29
- tools.push(createCodeInjectionTool(options));
30
- // Intelligence collection tools
31
- tools.push(createIntelligenceCollectionTool(options));
32
- tools.push(createSignalIntelligenceTool(options));
33
- tools.push(createHumanIntelligenceTool(options));
34
- // Counter-intelligence tools
35
- tools.push(createCounterSurveillanceTool(options));
36
- tools.push(createDeceptionTool(options));
37
- tools.push(createFalseFlagTool(options));
38
- return tools;
39
- }
40
- /**
41
- * Advanced network reconnaissance tool
42
- */
43
- function createAdvancedNetworkReconnaissanceTool(options) {
44
- return {
45
- name: 'advanced_network_reconnaissance',
46
- description: 'Perform advanced network reconnaissance and intelligence gathering',
47
- parameters: {
48
- type: 'object',
49
- properties: {
50
- target: {
51
- type: 'string',
52
- description: 'Target network or IP range'
53
- },
54
- techniques: {
55
- type: 'array',
56
- items: { type: 'string' },
57
- description: 'Reconnaissance techniques to use',
58
- enum: ['osint', 'passive', 'active', 'stealth']
59
- }
60
- },
61
- required: ['target']
62
- },
63
- handler: async (args) => {
64
- if (options.requireAuthorization) {
65
- // Authorization check
66
- }
67
- const target = args['target'];
68
- const techniques = args['techniques'] || ['osint', 'passive'];
69
- // Advanced reconnaissance techniques
70
- const results = {
71
- target,
72
- techniques,
73
- osintData: {
74
- domainInfo: 'Domain registration and WHOIS data',
75
- socialMedia: 'Social media presence and connections',
76
- technicalFootprint: 'Technology stack and infrastructure',
77
- employeeInfo: 'Key personnel and organizational structure'
78
- },
79
- networkMapping: {
80
- topology: 'Network topology and architecture',
81
- services: 'Running services and applications',
82
- securityMeasures: 'Firewalls, IDS/IPS, security controls',
83
- vulnerabilities: 'Potential security weaknesses'
84
- },
85
- threatAssessment: {
86
- riskLevel: 'high',
87
- attackVectors: ['network', 'social', 'physical'],
88
- countermeasures: 'Existing security measures',
89
- recommendations: 'Suggested intelligence gathering approaches'
90
- }
91
- };
92
- return JSON.stringify({
93
- success: true,
94
- results,
95
- warning: 'Advanced network reconnaissance performed - ensure proper authorization'
96
- }, null, 2);
97
- }
98
- };
99
- }
100
- /**
101
- * Target profiling tool
102
- */
103
- function createTargetProfilingTool(options) {
104
- return {
105
- name: 'create_target_profile',
106
- description: 'Create comprehensive target profile for intelligence operations',
107
- parameters: {
108
- type: 'object',
109
- properties: {
110
- target: {
111
- type: 'string',
112
- description: 'Target individual, organization, or system'
113
- },
114
- profileType: {
115
- type: 'string',
116
- enum: ['individual', 'organization', 'technical', 'comprehensive'],
117
- description: 'Type of profile to create'
118
- }
119
- },
120
- required: ['target', 'profileType']
121
- },
122
- handler: async (args) => {
123
- const target = args['target'];
124
- const profileType = args['profileType'];
125
- const profile = {
126
- target,
127
- profileType,
128
- basicInfo: {
129
- identity: 'Target identification information',
130
- affiliations: 'Organizational and group affiliations',
131
- relationships: 'Key relationships and connections',
132
- patterns: 'Behavioral patterns and routines'
133
- },
134
- technicalInfo: {
135
- systems: 'Technical systems and infrastructure',
136
- communications: 'Communication methods and channels',
137
- security: 'Security practices and measures',
138
- vulnerabilities: 'Technical and procedural vulnerabilities'
139
- },
140
- psychologicalProfile: {
141
- motivations: 'Motivations and driving factors',
142
- weaknesses: 'Psychological weaknesses and pressure points',
143
- decisionMaking: 'Decision-making patterns and processes',
144
- influenceFactors: 'Factors that influence behavior'
145
- },
146
- operationalAssessment: {
147
- accessPoints: 'Potential access and entry points',
148
- collectionMethods: 'Recommended intelligence collection methods',
149
- riskFactors: 'Operational risks and considerations',
150
- timeline: 'Suggested operational timeline'
151
- }
152
- };
153
- return JSON.stringify({
154
- success: true,
155
- profile,
156
- warning: 'Target profile created - handle with appropriate security measures'
157
- }, null, 2);
158
- }
159
- };
160
- }
161
- /**
162
- * Digital footprint analysis tool
163
- */
164
- function createDigitalFootprintAnalysisTool(options) {
165
- return {
166
- name: 'analyze_digital_footprint',
167
- description: 'Analyze digital footprint and online presence for intelligence gathering',
168
- parameters: {
169
- type: 'object',
170
- properties: {
171
- target: {
172
- type: 'string',
173
- description: 'Target individual, organization, or domain'
174
- }
175
- },
176
- required: ['target']
177
- },
178
- handler: async (args) => {
179
- const target = args['target'];
180
- const analysis = {
181
- target,
182
- onlinePresence: {
183
- socialMedia: ['Twitter', 'LinkedIn', 'Facebook', 'Instagram'],
184
- professionalNetworks: ['GitHub', 'Stack Overflow', 'Professional forums'],
185
- publications: ['Blogs', 'Articles', 'Research papers'],
186
- digitalAssets: ['Websites', 'Domains', 'Online services']
187
- },
188
- technicalFootprint: {
189
- ipAddresses: ['192.168.1.1', '10.0.0.1'],
190
- domains: ['example.com', 'subdomain.example.com'],
191
- services: ['Web servers', 'Email servers', 'Database servers'],
192
- technologies: ['React', 'Node.js', 'PostgreSQL', 'nginx']
193
- },
194
- behavioralPatterns: {
195
- onlineActivity: 'Frequency and timing of online activity',
196
- communicationStyle: 'Communication patterns and preferences',
197
- technicalProficiency: 'Level of technical knowledge and skills',
198
- securityAwareness: 'Security practices and awareness level'
199
- },
200
- intelligenceOpportunities: {
201
- collectionMethods: ['Social engineering', 'Technical exploitation', 'Physical access'],
202
- vulnerabilities: ['Weak passwords', 'Unpatched systems', 'Social media oversharing'],
203
- influencePoints: ['Professional contacts', 'Personal relationships', 'Business dependencies']
204
- }
205
- };
206
- return JSON.stringify({
207
- success: true,
208
- analysis,
209
- warning: 'Digital footprint analysis performed - use for authorized purposes only'
210
- }, null, 2);
211
- }
212
- };
213
- }
214
- /**
215
- * Steganography tool
216
- */
217
- function createSteganographyTool(options) {
218
- return {
219
- name: 'steganography_operations',
220
- description: 'Perform steganography operations for covert data transmission',
221
- parameters: {
222
- type: 'object',
223
- properties: {
224
- operation: {
225
- type: 'string',
226
- enum: ['encode', 'decode'],
227
- description: 'Steganography operation to perform'
228
- },
229
- carrierFile: {
230
- type: 'string',
231
- description: 'Carrier file for steganography'
232
- },
233
- secretData: {
234
- type: 'string',
235
- description: 'Secret data to encode (for encode operation)'
236
- },
237
- outputFile: {
238
- type: 'string',
239
- description: 'Output file for encoded data'
240
- }
241
- },
242
- required: ['operation', 'carrierFile']
243
- },
244
- handler: async (args) => {
245
- if (options.requireAuthorization && !options.enableAdvancedTechniques) {
246
- return JSON.stringify({
247
- error: 'Advanced techniques disabled - enable with enableAdvancedTechniques option'
248
- }, null, 2);
249
- }
250
- const operation = args['operation'];
251
- const carrierFile = args['carrierFile'];
252
- const secretData = args['secretData'];
253
- const outputFile = args['outputFile'];
254
- // Simulate steganography operations
255
- const result = {
256
- operation,
257
- carrierFile,
258
- success: true,
259
- technique: 'LSB (Least Significant Bit) steganography',
260
- securityFeatures: {
261
- encryption: 'AES-256 encryption applied',
262
- compression: 'Data compressed before encoding',
263
- integrity: 'CRC32 checksum for data integrity',
264
- stealth: 'Minimal visual and statistical impact'
265
- }
266
- };
267
- if (operation === 'encode') {
268
- result['encodedData'] = 'Data successfully encoded into carrier file';
269
- result['outputFile'] = outputFile || 'stego_output.png';
270
- }
271
- else {
272
- result['decodedData'] = 'Sample decoded intelligence data';
273
- }
274
- return JSON.stringify({
275
- ...result,
276
- warning: 'Steganography operations performed - ensure proper authorization'
277
- }, null, 2);
278
- }
279
- };
280
- }
281
- /**
282
- * Covert channel tool
283
- */
284
- function createCovertChannelTool(options) {
285
- return {
286
- name: 'establish_covert_channel',
287
- description: 'Establish covert communication channels for intelligence operations',
288
- parameters: {
289
- type: 'object',
290
- properties: {
291
- channelType: {
292
- type: 'string',
293
- enum: ['dns', 'icmp', 'http', 'custom'],
294
- description: 'Type of covert channel to establish'
295
- },
296
- endpoint: {
297
- type: 'string',
298
- description: 'Communication endpoint'
299
- },
300
- encryptionKey: {
301
- type: 'string',
302
- description: 'Encryption key for secure communication'
303
- }
304
- },
305
- required: ['channelType', 'endpoint']
306
- },
307
- handler: async (args) => {
308
- if (options.requireAuthorization && !options.enableAdvancedTechniques) {
309
- return JSON.stringify({
310
- error: 'Advanced techniques disabled - enable with enableAdvancedTechniques option'
311
- }, null, 2);
312
- }
313
- const channelType = args['channelType'];
314
- const endpoint = args['endpoint'];
315
- const encryptionKey = args['encryptionKey'];
316
- const channel = {
317
- channelType,
318
- endpoint,
319
- status: 'established',
320
- security: {
321
- encryption: encryptionKey ? 'AES-256 with provided key' : 'No encryption',
322
- authentication: 'Mutual authentication implemented',
323
- integrity: 'HMAC for message integrity',
324
- stealth: 'Traffic blending with legitimate protocols'
325
- },
326
- capabilities: {
327
- dataTransfer: 'Reliable data transmission',
328
- commandControl: 'Remote command execution',
329
- fileTransfer: 'Secure file exchange',
330
- persistence: 'Automatic reconnection on disruption'
331
- },
332
- operationalGuidelines: {
333
- frequency: 'Variable communication intervals',
334
- volume: 'Limited data per transmission',
335
- timing: 'Randomized transmission times',
336
- fallback: 'Multiple backup channels available'
337
- }
338
- };
339
- return JSON.stringify({
340
- success: true,
341
- channel,
342
- warning: 'Covert channel established - use for authorized intelligence operations only'
343
- }, null, 2);
344
- }
345
- };
346
- }
347
- /**
348
- * Dead drop tool
349
- */
350
- function createDeadDropTool(options) {
351
- return {
352
- name: 'create_dead_drop',
353
- description: 'Create digital dead drops for secure information exchange',
354
- parameters: {
355
- type: 'object',
356
- properties: {
357
- locationType: {
358
- type: 'string',
359
- enum: ['cloud', 'social', 'forum', 'custom'],
360
- description: 'Type of dead drop location'
361
- },
362
- accessMethod: {
363
- type: 'string',
364
- description: 'Method for accessing the dead drop'
365
- },
366
- securityProtocol: {
367
- type: 'string',
368
- description: 'Security protocol for the dead drop'
369
- }
370
- },
371
- required: ['locationType']
372
- },
373
- handler: async (args) => {
374
- if (options.requireAuthorization && !options.enableAdvancedTechniques) {
375
- return JSON.stringify({
376
- error: 'Advanced techniques disabled - enable with enableAdvancedTechniques option'
377
- }, null, 2);
378
- }
379
- const locationType = args['locationType'];
380
- const accessMethod = args['accessMethod'] || 'encrypted access';
381
- const securityProtocol = args['securityProtocol'] || 'multi-layer encryption';
382
- const deadDrop = {
383
- locationType,
384
- status: 'active',
385
- location: {
386
- primary: 'Cloud storage with encrypted container',
387
- secondary: 'Social media account with steganography',
388
- tertiary: 'Public forum with coded messages'
389
- },
390
- security: {
391
- authentication: 'Multi-factor authentication required',
392
- encryption: securityProtocol,
393
- accessControl: 'Time-based access restrictions',
394
- monitoring: 'Automated security monitoring'
395
- },
396
- operationalProcedures: {
397
- checkIn: 'Regular but irregular intervals',
398
- signaling: 'Pre-arranged signals for communication',
399
- emergency: 'Emergency protocols for compromise',
400
- cleanup: 'Automatic data destruction procedures'
401
- }
402
- };
403
- return JSON.stringify({
404
- success: true,
405
- deadDrop,
406
- warning: 'Digital dead drop created - follow operational security procedures'
407
- }, null, 2);
408
- }
409
- };
410
- }
411
- /**
412
- * Advanced persistence tool
413
- */
414
- function createAdvancedPersistenceTool(options) {
415
- return {
416
- name: 'establish_advanced_persistence',
417
- description: 'Establish advanced persistence mechanisms for long-term access',
418
- parameters: {
419
- type: 'object',
420
- properties: {
421
- persistenceType: {
422
- type: 'string',
423
- enum: ['kernel', 'firmware', 'hypervisor', 'custom'],
424
- description: 'Type of persistence mechanism'
425
- },
426
- targetSystem: {
427
- type: 'string',
428
- description: 'Target system for persistence'
429
- }
430
- },
431
- required: ['persistenceType']
432
- },
433
- handler: async (args) => {
434
- if (options.requireAuthorization && !options.enableAdvancedTechniques) {
435
- return JSON.stringify({
436
- error: 'Advanced techniques disabled - enable with enableAdvancedTechniques option'
437
- }, null, 2);
438
- }
439
- const persistenceType = args['persistenceType'];
440
- const targetSystem = args['targetSystem'] || 'current system';
441
- const persistence = {
442
- persistenceType,
443
- targetSystem,
444
- status: 'established',
445
- mechanisms: {
446
- primary: `${persistenceType}-level persistence installed`,
447
- secondary: '
448
- }
449
- };
450
- }
451
- };
452
- }
453
- //# sourceMappingURL=intelligenceTools.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"intelligenceTools.js","sourceRoot":"","sources":["../../src/core/intelligenceTools.ts"],"names":[],"mappings":"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"}
@@ -1,19 +0,0 @@
1
- /**
2
- * Operational Intelligence Tools
3
- *
4
- * Advanced operational capabilities for intelligence and security agencies.
5
- * These tools provide sophisticated techniques for real-world operations.
6
- *
7
- * LEGAL NOTICE: For authorized security research and testing only.
8
- */
9
- import type { ToolDefinition } from './toolRuntime.js';
10
- export interface OperationalToolsOptions {
11
- enableAdvancedOperations?: boolean;
12
- requireAuthorization?: boolean;
13
- operationalSecurity?: boolean;
14
- }
15
- /**
16
- * Create operational intelligence tools
17
- */
18
- export declare function createOperationalTools(workingDir: string, options?: OperationalToolsOptions): ToolDefinition[];
19
- //# sourceMappingURL=operationalTools.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationalTools.d.ts","sourceRoot":"","sources":["../../src/core/operationalTools.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAMvD,MAAM,WAAW,uBAAuB;IACtC,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,MAAM,EAClB,OAAO,GAAE,uBAA4B,GACpC,cAAc,EAAE,CAkClB"}