zilmate 1.3.5 → 1.6.0
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.
- package/.env.example +2 -0
- package/dist/agents/automation-planner.agent.d.ts +108 -0
- package/dist/agents/automation-planner.agent.d.ts.map +1 -1
- package/dist/agents/automation-planner.agent.js +13 -4
- package/dist/agents/automation-planner.agent.js.map +1 -1
- package/dist/agents/coding.agent.d.ts +352 -0
- package/dist/agents/coding.agent.d.ts.map +1 -0
- package/dist/agents/coding.agent.js +34 -0
- package/dist/agents/coding.agent.js.map +1 -0
- package/dist/agents/goal-manager.agent.d.ts +125 -0
- package/dist/agents/goal-manager.agent.d.ts.map +1 -0
- package/dist/agents/goal-manager.agent.js +32 -0
- package/dist/agents/goal-manager.agent.js.map +1 -0
- package/dist/agents/manager.d.ts +378 -0
- package/dist/agents/manager.d.ts.map +1 -1
- package/dist/agents/manager.js +113 -18
- package/dist/agents/manager.js.map +1 -1
- package/dist/agents/security.agent.d.ts +340 -0
- package/dist/agents/security.agent.d.ts.map +1 -0
- package/dist/agents/security.agent.js +76 -0
- package/dist/agents/security.agent.js.map +1 -0
- package/dist/cli/ask.d.ts +5 -0
- package/dist/cli/ask.d.ts.map +1 -0
- package/dist/cli/ask.js +33 -0
- package/dist/cli/ask.js.map +1 -0
- package/dist/cli/confirm.d.ts.map +1 -1
- package/dist/cli/confirm.js +8 -14
- package/dist/cli/confirm.js.map +1 -1
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/doctor.js +61 -1
- package/dist/cli/doctor.js.map +1 -1
- package/dist/cli/format.d.ts +1 -0
- package/dist/cli/format.d.ts.map +1 -1
- package/dist/cli/format.js +41 -2
- package/dist/cli/format.js.map +1 -1
- package/dist/cli/interactive.d.ts.map +1 -1
- package/dist/cli/interactive.js +6 -2
- package/dist/cli/interactive.js.map +1 -1
- package/dist/cli/jobs.d.ts +4 -0
- package/dist/cli/jobs.d.ts.map +1 -1
- package/dist/cli/jobs.js +26 -0
- package/dist/cli/jobs.js.map +1 -1
- package/dist/cli/prompt.d.ts +9 -0
- package/dist/cli/prompt.d.ts.map +1 -0
- package/dist/cli/prompt.js +116 -0
- package/dist/cli/prompt.js.map +1 -0
- package/dist/cli/setup.d.ts.map +1 -1
- package/dist/cli/setup.js +95 -20
- package/dist/cli/setup.js.map +1 -1
- package/dist/cli/spinner.d.ts +6 -0
- package/dist/cli/spinner.d.ts.map +1 -0
- package/dist/cli/spinner.js +39 -0
- package/dist/cli/spinner.js.map +1 -0
- package/dist/cli/triggers.d.ts.map +1 -1
- package/dist/cli/triggers.js +12 -4
- package/dist/cli/triggers.js.map +1 -1
- package/dist/cli/tunnel.d.ts +12 -0
- package/dist/cli/tunnel.d.ts.map +1 -0
- package/dist/cli/tunnel.js +64 -0
- package/dist/cli/tunnel.js.map +1 -0
- package/dist/cli/voice.d.ts.map +1 -1
- package/dist/cli/voice.js +13 -2
- package/dist/cli/voice.js.map +1 -1
- package/dist/config/env.d.ts +5 -0
- package/dist/config/env.d.ts.map +1 -1
- package/dist/config/env.js +7 -2
- package/dist/config/env.js.map +1 -1
- package/dist/config/models.d.ts +1 -0
- package/dist/config/models.d.ts.map +1 -1
- package/dist/config/models.js +1 -0
- package/dist/config/models.js.map +1 -1
- package/dist/documents/pdf.d.ts +11 -0
- package/dist/documents/pdf.d.ts.map +1 -0
- package/dist/documents/pdf.js +64 -0
- package/dist/documents/pdf.js.map +1 -0
- package/dist/documents/slides.d.ts +13 -0
- package/dist/documents/slides.d.ts.map +1 -0
- package/dist/documents/slides.js +82 -0
- package/dist/documents/slides.js.map +1 -0
- package/dist/index.js +72 -3
- package/dist/index.js.map +1 -1
- package/dist/jobs/anomaly.d.ts +10 -0
- package/dist/jobs/anomaly.d.ts.map +1 -0
- package/dist/jobs/anomaly.js +52 -0
- package/dist/jobs/anomaly.js.map +1 -0
- package/dist/jobs/runner.d.ts.map +1 -1
- package/dist/jobs/runner.js +6 -0
- package/dist/jobs/runner.js.map +1 -1
- package/dist/jobs/trigger-orchestrator.d.ts +26 -0
- package/dist/jobs/trigger-orchestrator.d.ts.map +1 -0
- package/dist/jobs/trigger-orchestrator.js +252 -0
- package/dist/jobs/trigger-orchestrator.js.map +1 -0
- package/dist/jobs/trigger-policies.d.ts +36 -0
- package/dist/jobs/trigger-policies.d.ts.map +1 -0
- package/dist/jobs/trigger-policies.js +68 -0
- package/dist/jobs/trigger-policies.js.map +1 -0
- package/dist/jobs/trigger-router.d.ts +14 -0
- package/dist/jobs/trigger-router.d.ts.map +1 -0
- package/dist/jobs/trigger-router.js +114 -0
- package/dist/jobs/trigger-router.js.map +1 -0
- package/dist/jobs/webhook-server.d.ts +7 -0
- package/dist/jobs/webhook-server.d.ts.map +1 -0
- package/dist/jobs/webhook-server.js +56 -0
- package/dist/jobs/webhook-server.js.map +1 -0
- package/dist/jobs/workflows.d.ts +4 -1
- package/dist/jobs/workflows.d.ts.map +1 -1
- package/dist/jobs/workflows.js +18 -42
- package/dist/jobs/workflows.js.map +1 -1
- package/dist/memory/heal.d.ts +19 -0
- package/dist/memory/heal.d.ts.map +1 -0
- package/dist/memory/heal.js +253 -0
- package/dist/memory/heal.js.map +1 -0
- package/dist/memory/knowledge-graph.d.ts +32 -0
- package/dist/memory/knowledge-graph.d.ts.map +1 -0
- package/dist/memory/knowledge-graph.js +103 -0
- package/dist/memory/knowledge-graph.js.map +1 -0
- package/dist/memory/local-store.d.ts +1 -0
- package/dist/memory/local-store.d.ts.map +1 -1
- package/dist/memory/local-store.js +41 -8
- package/dist/memory/local-store.js.map +1 -1
- package/dist/memory/notebook.d.ts +29 -0
- package/dist/memory/notebook.d.ts.map +1 -0
- package/dist/memory/notebook.js +64 -0
- package/dist/memory/notebook.js.map +1 -0
- package/dist/memory/personal-context.d.ts +45 -0
- package/dist/memory/personal-context.d.ts.map +1 -0
- package/dist/memory/personal-context.js +103 -0
- package/dist/memory/personal-context.js.map +1 -0
- package/dist/memory/scratchpad.d.ts.map +1 -1
- package/dist/memory/scratchpad.js +30 -4
- package/dist/memory/scratchpad.js.map +1 -1
- package/dist/runtime/ask.d.ts +15 -0
- package/dist/runtime/ask.d.ts.map +1 -0
- package/dist/runtime/ask.js +23 -0
- package/dist/runtime/ask.js.map +1 -0
- package/dist/runtime/confirm.d.ts +3 -0
- package/dist/runtime/confirm.d.ts.map +1 -1
- package/dist/runtime/confirm.js +38 -12
- package/dist/runtime/confirm.js.map +1 -1
- package/dist/runtime/progress.d.ts +2 -1
- package/dist/runtime/progress.d.ts.map +1 -1
- package/dist/runtime/progress.js +3 -0
- package/dist/runtime/progress.js.map +1 -1
- package/dist/runtime/voice-confirm.d.ts +8 -0
- package/dist/runtime/voice-confirm.d.ts.map +1 -0
- package/dist/runtime/voice-confirm.js +67 -0
- package/dist/runtime/voice-confirm.js.map +1 -0
- package/dist/safety/trust-log.d.ts +23 -0
- package/dist/safety/trust-log.d.ts.map +1 -0
- package/dist/safety/trust-log.js +57 -0
- package/dist/safety/trust-log.js.map +1 -0
- package/dist/server.d.ts +2 -0
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +2 -0
- package/dist/server.js.map +1 -1
- package/dist/skills/loader.d.ts +14 -0
- package/dist/skills/loader.d.ts.map +1 -0
- package/dist/skills/loader.js +108 -0
- package/dist/skills/loader.js.map +1 -0
- package/dist/skills/registry.d.ts +22 -0
- package/dist/skills/registry.d.ts.map +1 -0
- package/dist/skills/registry.js +120 -0
- package/dist/skills/registry.js.map +1 -0
- package/dist/tools/ask.tool.d.ts +23 -0
- package/dist/tools/ask.tool.d.ts.map +1 -0
- package/dist/tools/ask.tool.js +47 -0
- package/dist/tools/ask.tool.js.map +1 -0
- package/dist/tools/cli-runner.d.ts +13 -0
- package/dist/tools/cli-runner.d.ts.map +1 -0
- package/dist/tools/cli-runner.js +75 -0
- package/dist/tools/cli-runner.js.map +1 -0
- package/dist/tools/computer-use.tool.d.ts +159 -0
- package/dist/tools/computer-use.tool.d.ts.map +1 -0
- package/dist/tools/computer-use.tool.js +357 -0
- package/dist/tools/computer-use.tool.js.map +1 -0
- package/dist/tools/desktop.tool.d.ts.map +1 -1
- package/dist/tools/desktop.tool.js +3 -2
- package/dist/tools/desktop.tool.js.map +1 -1
- package/dist/tools/documents.tool.d.ts +31 -0
- package/dist/tools/documents.tool.d.ts.map +1 -0
- package/dist/tools/documents.tool.js +62 -0
- package/dist/tools/documents.tool.js.map +1 -0
- package/dist/tools/git.tool.d.ts +77 -0
- package/dist/tools/git.tool.d.ts.map +1 -0
- package/dist/tools/git.tool.js +189 -0
- package/dist/tools/git.tool.js.map +1 -0
- package/dist/tools/heal.tool.d.ts +13 -0
- package/dist/tools/heal.tool.d.ts.map +1 -0
- package/dist/tools/heal.tool.js +34 -0
- package/dist/tools/heal.tool.js.map +1 -0
- package/dist/tools/image-generate.tool.d.ts.map +1 -1
- package/dist/tools/image-generate.tool.js +2 -1
- package/dist/tools/image-generate.tool.js.map +1 -1
- package/dist/tools/knowledge.tool.d.ts +24 -0
- package/dist/tools/knowledge.tool.d.ts.map +1 -0
- package/dist/tools/knowledge.tool.js +52 -0
- package/dist/tools/knowledge.tool.js.map +1 -0
- package/dist/tools/notebook.tool.d.ts +32 -0
- package/dist/tools/notebook.tool.d.ts.map +1 -0
- package/dist/tools/notebook.tool.js +50 -0
- package/dist/tools/notebook.tool.js.map +1 -0
- package/dist/tools/notify.tool.d.ts +26 -0
- package/dist/tools/notify.tool.d.ts.map +1 -0
- package/dist/tools/notify.tool.js +65 -0
- package/dist/tools/notify.tool.js.map +1 -0
- package/dist/tools/orchestration.tool.d.ts +83 -0
- package/dist/tools/orchestration.tool.d.ts.map +1 -0
- package/dist/tools/orchestration.tool.js +154 -0
- package/dist/tools/orchestration.tool.js.map +1 -0
- package/dist/tools/osint-install.tool.d.ts +35 -0
- package/dist/tools/osint-install.tool.d.ts.map +1 -0
- package/dist/tools/osint-install.tool.js +334 -0
- package/dist/tools/osint-install.tool.js.map +1 -0
- package/dist/tools/osint.tool.d.ts +445 -0
- package/dist/tools/osint.tool.d.ts.map +1 -0
- package/dist/tools/osint.tool.js +633 -0
- package/dist/tools/osint.tool.js.map +1 -0
- package/dist/tools/pentest-install.tool.d.ts +32 -0
- package/dist/tools/pentest-install.tool.d.ts.map +1 -0
- package/dist/tools/pentest-install.tool.js +201 -0
- package/dist/tools/pentest-install.tool.js.map +1 -0
- package/dist/tools/pentest.tool.d.ts +595 -0
- package/dist/tools/pentest.tool.d.ts.map +1 -0
- package/dist/tools/pentest.tool.js +844 -0
- package/dist/tools/pentest.tool.js.map +1 -0
- package/dist/tools/personal-context.tool.d.ts +32 -0
- package/dist/tools/personal-context.tool.d.ts.map +1 -0
- package/dist/tools/personal-context.tool.js +76 -0
- package/dist/tools/personal-context.tool.js.map +1 -0
- package/dist/tools/setup-assistant.tool.d.ts +49 -0
- package/dist/tools/setup-assistant.tool.d.ts.map +1 -0
- package/dist/tools/setup-assistant.tool.js +139 -0
- package/dist/tools/setup-assistant.tool.js.map +1 -0
- package/dist/tools/skills.tool.d.ts +38 -0
- package/dist/tools/skills.tool.d.ts.map +1 -0
- package/dist/tools/skills.tool.js +77 -0
- package/dist/tools/skills.tool.js.map +1 -0
- package/dist/tools/trust.tool.d.ts +16 -0
- package/dist/tools/trust.tool.d.ts.map +1 -0
- package/dist/tools/trust.tool.js +34 -0
- package/dist/tools/trust.tool.js.map +1 -0
- package/dist/tools/update.tool.d.ts +25 -0
- package/dist/tools/update.tool.d.ts.map +1 -0
- package/dist/tools/update.tool.js +64 -0
- package/dist/tools/update.tool.js.map +1 -0
- package/dist/tools/workspace.tool.d.ts +24 -0
- package/dist/tools/workspace.tool.d.ts.map +1 -0
- package/dist/tools/workspace.tool.js +64 -0
- package/dist/tools/workspace.tool.js.map +1 -0
- package/dist/voice/cascade.d.ts.map +1 -1
- package/dist/voice/cascade.js +75 -24
- package/dist/voice/cascade.js.map +1 -1
- package/dist/voice/deepgram.d.ts.map +1 -1
- package/dist/voice/deepgram.js +8 -1
- package/dist/voice/deepgram.js.map +1 -1
- package/dist/voice/types.d.ts +4 -0
- package/dist/voice/types.d.ts.map +1 -1
- package/dist/workspace/init.d.ts +3 -0
- package/dist/workspace/init.d.ts.map +1 -0
- package/dist/workspace/init.js +75 -0
- package/dist/workspace/init.js.map +1 -0
- package/dist/workspace/output-paths.d.ts +3 -0
- package/dist/workspace/output-paths.d.ts.map +1 -0
- package/dist/workspace/output-paths.js +18 -0
- package/dist/workspace/output-paths.js.map +1 -0
- package/dist/workspace/paths.d.ts +26 -0
- package/dist/workspace/paths.d.ts.map +1 -0
- package/dist/workspace/paths.js +48 -0
- package/dist/workspace/paths.js.map +1 -0
- package/package.json +5 -1
|
@@ -0,0 +1,445 @@
|
|
|
1
|
+
export declare const usernameTools: {
|
|
2
|
+
/**
|
|
3
|
+
* Sherlock: sherlock [--timeout N] [--print-found] [--csv] [--xlsx]
|
|
4
|
+
* --folderoutput <dir> for multiple usernames
|
|
5
|
+
* --output <file> for a single username
|
|
6
|
+
* Docs: https://sherlockproject.xyz/usage
|
|
7
|
+
*/
|
|
8
|
+
runSherlock: import("ai").Tool<{
|
|
9
|
+
username: string;
|
|
10
|
+
timeout: number;
|
|
11
|
+
csv: boolean;
|
|
12
|
+
xlsx: boolean;
|
|
13
|
+
printFoundOnly: boolean;
|
|
14
|
+
}, {
|
|
15
|
+
username: string;
|
|
16
|
+
found: string[];
|
|
17
|
+
foundCount: number;
|
|
18
|
+
outputFile: string;
|
|
19
|
+
raw: string;
|
|
20
|
+
}>;
|
|
21
|
+
/**
|
|
22
|
+
* Maigret: maigret <username> [--top-sites N] [-a] [--pdf] [--html] [--csv] [--json]
|
|
23
|
+
* --no-extracting skip metadata extraction
|
|
24
|
+
* --permute generate username variants
|
|
25
|
+
* Docs: https://github.com/soxoj/maigret
|
|
26
|
+
*/
|
|
27
|
+
runMaigret: import("ai").Tool<{
|
|
28
|
+
username: string;
|
|
29
|
+
allSites: boolean;
|
|
30
|
+
permute: boolean;
|
|
31
|
+
format: "csv" | "json" | "pdf" | "html" | "txt";
|
|
32
|
+
tags?: string | undefined;
|
|
33
|
+
}, {
|
|
34
|
+
username: string;
|
|
35
|
+
outputDir: string;
|
|
36
|
+
format: "csv" | "json" | "pdf" | "html" | "txt";
|
|
37
|
+
raw: string;
|
|
38
|
+
}>;
|
|
39
|
+
/**
|
|
40
|
+
* Blackbird (p1ngul1n0): python3 blackbird.py -u <username> -e <email> [--pdf] [--csv]
|
|
41
|
+
* Docs: https://github.com/p1ngul1n0/blackbird
|
|
42
|
+
* Note: installed as `blackbird` CLI via pip install blackbird-osint
|
|
43
|
+
*/
|
|
44
|
+
runBlackbird: import("ai").Tool<{
|
|
45
|
+
pdf: boolean;
|
|
46
|
+
csv: boolean;
|
|
47
|
+
username?: string | undefined;
|
|
48
|
+
email?: string | undefined;
|
|
49
|
+
}, {
|
|
50
|
+
username: string | undefined;
|
|
51
|
+
email: string | undefined;
|
|
52
|
+
outputFile: string;
|
|
53
|
+
raw: string;
|
|
54
|
+
}>;
|
|
55
|
+
/**
|
|
56
|
+
* Naminter: naminter <username>
|
|
57
|
+
* Uses TLS browser impersonation — bypasses Cloudflare bot detection
|
|
58
|
+
* Docs: https://github.com/soxoj/naminter
|
|
59
|
+
*/
|
|
60
|
+
runNaminter: import("ai").Tool<{
|
|
61
|
+
username: string;
|
|
62
|
+
}, {
|
|
63
|
+
username: string;
|
|
64
|
+
outputFile: string;
|
|
65
|
+
raw: string;
|
|
66
|
+
}>;
|
|
67
|
+
/**
|
|
68
|
+
* Linkook: linkook --url <profile_url> [--depth N]
|
|
69
|
+
* Recursively scrapes linked profiles to find alternate usernames
|
|
70
|
+
* Docs: https://github.com/soxoj/linkook
|
|
71
|
+
*/
|
|
72
|
+
runLinkook: import("ai").Tool<{
|
|
73
|
+
profileUrl: string;
|
|
74
|
+
depth: number;
|
|
75
|
+
}, {
|
|
76
|
+
profileUrl: string;
|
|
77
|
+
depth: number;
|
|
78
|
+
outputFile: string;
|
|
79
|
+
raw: string;
|
|
80
|
+
}>;
|
|
81
|
+
};
|
|
82
|
+
export declare const emailTools: {
|
|
83
|
+
/**
|
|
84
|
+
* Holehe: holehe [--only-used] [--no-color] <email>
|
|
85
|
+
* Output markers: [+] = found, [-] = not found, [x] = rate limit, [!] = error
|
|
86
|
+
* Docs: https://github.com/megadose/holehe
|
|
87
|
+
*/
|
|
88
|
+
runHolehe: import("ai").Tool<{
|
|
89
|
+
email: string;
|
|
90
|
+
}, {
|
|
91
|
+
email: string;
|
|
92
|
+
found: string[];
|
|
93
|
+
foundCount: number;
|
|
94
|
+
rateLimited: string[];
|
|
95
|
+
outputFile: string;
|
|
96
|
+
raw: string;
|
|
97
|
+
}>;
|
|
98
|
+
/**
|
|
99
|
+
* Epieos: epieos <email> [--api-key KEY]
|
|
100
|
+
* Reverse email → Google ID, profile pic, Calendar events, Maps reviews
|
|
101
|
+
* Docs: https://epieos.com
|
|
102
|
+
*/
|
|
103
|
+
runEpieos: import("ai").Tool<{
|
|
104
|
+
email: string;
|
|
105
|
+
apiKey?: string | undefined;
|
|
106
|
+
}, {
|
|
107
|
+
email: string;
|
|
108
|
+
outputFile: string;
|
|
109
|
+
raw: string;
|
|
110
|
+
}>;
|
|
111
|
+
};
|
|
112
|
+
export declare const phoneTools: {
|
|
113
|
+
/**
|
|
114
|
+
* PhoneInfoga: phoneinfoga scan -n <number> [--disable scanner1,scanner2]
|
|
115
|
+
* Scanners: local, numverify (needs NUMVERIFY_API_KEY), googlesearch, ovh
|
|
116
|
+
* Exact flag: -n or --number (not --number as a positional)
|
|
117
|
+
* Docs: https://sundowndev.github.io/phoneinfoga/getting-started/usage/
|
|
118
|
+
*/
|
|
119
|
+
runPhoneInfoga: import("ai").Tool<{
|
|
120
|
+
phoneNumber: string;
|
|
121
|
+
disableScanners?: ("numverify" | "googlesearch" | "ovh")[] | undefined;
|
|
122
|
+
}, {
|
|
123
|
+
phoneNumber: string;
|
|
124
|
+
outputFile: string;
|
|
125
|
+
raw: string;
|
|
126
|
+
}>;
|
|
127
|
+
};
|
|
128
|
+
export declare const domainTools: {
|
|
129
|
+
/**
|
|
130
|
+
* theHarvester: theHarvester -d <domain> -b <sources> -l <limit> [-f <output>] [-v] [-c] [-n]
|
|
131
|
+
* Sources: google, bing, yahoo, duckduckgo, crtsh, dnsdumpster, hackertarget,
|
|
132
|
+
* hunter, securityTrails, shodan, virustotal, certspotter, github-code, linkedin, all
|
|
133
|
+
* -v verify hosts via DNS
|
|
134
|
+
* -c DNS brute force
|
|
135
|
+
* -n DNS reverse query on ranges
|
|
136
|
+
* Docs: https://github.com/laramies/theHarvester
|
|
137
|
+
*/
|
|
138
|
+
runTheHarvester: import("ai").Tool<{
|
|
139
|
+
domain: string;
|
|
140
|
+
sources: ("google" | "baidu" | "bing" | "certspotter" | "crtsh" | "dnsdumpster" | "duckduckgo" | "github-code" | "hackertarget" | "hunter" | "linkedin" | "otx" | "securityTrails" | "shodan" | "urlscan" | "virustotal" | "yahoo" | "all")[];
|
|
141
|
+
limit: number;
|
|
142
|
+
verifyDns: boolean;
|
|
143
|
+
bruteForceDns: boolean;
|
|
144
|
+
}, {
|
|
145
|
+
domain: string;
|
|
146
|
+
emails: string[];
|
|
147
|
+
hosts: string[];
|
|
148
|
+
emailCount: number;
|
|
149
|
+
hostCount: number;
|
|
150
|
+
outputFiles: {
|
|
151
|
+
xml: string;
|
|
152
|
+
json: string;
|
|
153
|
+
};
|
|
154
|
+
raw: string;
|
|
155
|
+
}>;
|
|
156
|
+
/**
|
|
157
|
+
* SpiderFoot: python3 -m spiderfoot -s <target> -o json -R <output>
|
|
158
|
+
* Or spiderfoot CLI if installed globally
|
|
159
|
+
* Docs: https://github.com/smicallef/spiderfoot
|
|
160
|
+
*/
|
|
161
|
+
runSpiderFoot: import("ai").Tool<{
|
|
162
|
+
target: string;
|
|
163
|
+
maxRuntime: number;
|
|
164
|
+
modules?: string[] | undefined;
|
|
165
|
+
}, {
|
|
166
|
+
target: string;
|
|
167
|
+
outputFile: string;
|
|
168
|
+
raw: string;
|
|
169
|
+
}>;
|
|
170
|
+
};
|
|
171
|
+
export declare const forensicsTools: {
|
|
172
|
+
/**
|
|
173
|
+
* ExifTool: exiftool [-json] [-csv] [-GPS*] <file>
|
|
174
|
+
* -json structured JSON output (one object per file)
|
|
175
|
+
* -GPS* extract only GPS fields
|
|
176
|
+
* -fast skip tail-of-file scan (faster on large files)
|
|
177
|
+
* Docs: https://exiftool.org
|
|
178
|
+
*/
|
|
179
|
+
runExifTool: import("ai").Tool<{
|
|
180
|
+
filePath: string;
|
|
181
|
+
gpsOnly: boolean;
|
|
182
|
+
}, {
|
|
183
|
+
filePath: string;
|
|
184
|
+
metadata: Record<string, unknown> | null;
|
|
185
|
+
outputFile: string;
|
|
186
|
+
}>;
|
|
187
|
+
/**
|
|
188
|
+
* Shodan CLI: shodan host <ip> | shodan domain <domain> | shodan search <query>
|
|
189
|
+
* Requires SHODAN_API_KEY env var (free tier works for basic host lookups)
|
|
190
|
+
* Docs: https://cli.shodan.io
|
|
191
|
+
*/
|
|
192
|
+
runShodan: import("ai").Tool<{
|
|
193
|
+
target: string;
|
|
194
|
+
type: "search" | "host" | "domain";
|
|
195
|
+
query?: string | undefined;
|
|
196
|
+
}, {
|
|
197
|
+
target: string;
|
|
198
|
+
type: "search" | "host" | "domain";
|
|
199
|
+
outputFile: string;
|
|
200
|
+
raw: string;
|
|
201
|
+
}>;
|
|
202
|
+
};
|
|
203
|
+
export declare const orchestrationTools: {
|
|
204
|
+
/**
|
|
205
|
+
* Master investigation entry point — chains the right tools based on what identifiers are known.
|
|
206
|
+
*
|
|
207
|
+
* Chain logic by depth:
|
|
208
|
+
* quick → Sherlock, Holehe, PhoneInfoga, theHarvester (fastest single-source per input type)
|
|
209
|
+
* standard → all quick + Blackbird, ExifTool
|
|
210
|
+
* deep → all standard + Maigret, Linkook, SpiderFoot (thorough, slow)
|
|
211
|
+
*/
|
|
212
|
+
osintInvestigation: import("ai").Tool<{
|
|
213
|
+
depth: "quick" | "standard" | "deep";
|
|
214
|
+
username?: string | undefined;
|
|
215
|
+
email?: string | undefined;
|
|
216
|
+
phone?: string | undefined;
|
|
217
|
+
domain?: string | undefined;
|
|
218
|
+
filePath?: string | undefined;
|
|
219
|
+
profileUrl?: string | undefined;
|
|
220
|
+
}, {
|
|
221
|
+
identifiers: string[];
|
|
222
|
+
depth: "quick" | "standard" | "deep";
|
|
223
|
+
toolsRun: string[];
|
|
224
|
+
outputFile: string;
|
|
225
|
+
results: Record<string, unknown>;
|
|
226
|
+
}>;
|
|
227
|
+
};
|
|
228
|
+
export declare const osintTools: {
|
|
229
|
+
/**
|
|
230
|
+
* Master investigation entry point — chains the right tools based on what identifiers are known.
|
|
231
|
+
*
|
|
232
|
+
* Chain logic by depth:
|
|
233
|
+
* quick → Sherlock, Holehe, PhoneInfoga, theHarvester (fastest single-source per input type)
|
|
234
|
+
* standard → all quick + Blackbird, ExifTool
|
|
235
|
+
* deep → all standard + Maigret, Linkook, SpiderFoot (thorough, slow)
|
|
236
|
+
*/
|
|
237
|
+
osintInvestigation: import("ai").Tool<{
|
|
238
|
+
depth: "quick" | "standard" | "deep";
|
|
239
|
+
username?: string | undefined;
|
|
240
|
+
email?: string | undefined;
|
|
241
|
+
phone?: string | undefined;
|
|
242
|
+
domain?: string | undefined;
|
|
243
|
+
filePath?: string | undefined;
|
|
244
|
+
profileUrl?: string | undefined;
|
|
245
|
+
}, {
|
|
246
|
+
identifiers: string[];
|
|
247
|
+
depth: "quick" | "standard" | "deep";
|
|
248
|
+
toolsRun: string[];
|
|
249
|
+
outputFile: string;
|
|
250
|
+
results: Record<string, unknown>;
|
|
251
|
+
}>;
|
|
252
|
+
/**
|
|
253
|
+
* ExifTool: exiftool [-json] [-csv] [-GPS*] <file>
|
|
254
|
+
* -json structured JSON output (one object per file)
|
|
255
|
+
* -GPS* extract only GPS fields
|
|
256
|
+
* -fast skip tail-of-file scan (faster on large files)
|
|
257
|
+
* Docs: https://exiftool.org
|
|
258
|
+
*/
|
|
259
|
+
runExifTool: import("ai").Tool<{
|
|
260
|
+
filePath: string;
|
|
261
|
+
gpsOnly: boolean;
|
|
262
|
+
}, {
|
|
263
|
+
filePath: string;
|
|
264
|
+
metadata: Record<string, unknown> | null;
|
|
265
|
+
outputFile: string;
|
|
266
|
+
}>;
|
|
267
|
+
/**
|
|
268
|
+
* Shodan CLI: shodan host <ip> | shodan domain <domain> | shodan search <query>
|
|
269
|
+
* Requires SHODAN_API_KEY env var (free tier works for basic host lookups)
|
|
270
|
+
* Docs: https://cli.shodan.io
|
|
271
|
+
*/
|
|
272
|
+
runShodan: import("ai").Tool<{
|
|
273
|
+
target: string;
|
|
274
|
+
type: "search" | "host" | "domain";
|
|
275
|
+
query?: string | undefined;
|
|
276
|
+
}, {
|
|
277
|
+
target: string;
|
|
278
|
+
type: "search" | "host" | "domain";
|
|
279
|
+
outputFile: string;
|
|
280
|
+
raw: string;
|
|
281
|
+
}>;
|
|
282
|
+
/**
|
|
283
|
+
* theHarvester: theHarvester -d <domain> -b <sources> -l <limit> [-f <output>] [-v] [-c] [-n]
|
|
284
|
+
* Sources: google, bing, yahoo, duckduckgo, crtsh, dnsdumpster, hackertarget,
|
|
285
|
+
* hunter, securityTrails, shodan, virustotal, certspotter, github-code, linkedin, all
|
|
286
|
+
* -v verify hosts via DNS
|
|
287
|
+
* -c DNS brute force
|
|
288
|
+
* -n DNS reverse query on ranges
|
|
289
|
+
* Docs: https://github.com/laramies/theHarvester
|
|
290
|
+
*/
|
|
291
|
+
runTheHarvester: import("ai").Tool<{
|
|
292
|
+
domain: string;
|
|
293
|
+
sources: ("google" | "baidu" | "bing" | "certspotter" | "crtsh" | "dnsdumpster" | "duckduckgo" | "github-code" | "hackertarget" | "hunter" | "linkedin" | "otx" | "securityTrails" | "shodan" | "urlscan" | "virustotal" | "yahoo" | "all")[];
|
|
294
|
+
limit: number;
|
|
295
|
+
verifyDns: boolean;
|
|
296
|
+
bruteForceDns: boolean;
|
|
297
|
+
}, {
|
|
298
|
+
domain: string;
|
|
299
|
+
emails: string[];
|
|
300
|
+
hosts: string[];
|
|
301
|
+
emailCount: number;
|
|
302
|
+
hostCount: number;
|
|
303
|
+
outputFiles: {
|
|
304
|
+
xml: string;
|
|
305
|
+
json: string;
|
|
306
|
+
};
|
|
307
|
+
raw: string;
|
|
308
|
+
}>;
|
|
309
|
+
/**
|
|
310
|
+
* SpiderFoot: python3 -m spiderfoot -s <target> -o json -R <output>
|
|
311
|
+
* Or spiderfoot CLI if installed globally
|
|
312
|
+
* Docs: https://github.com/smicallef/spiderfoot
|
|
313
|
+
*/
|
|
314
|
+
runSpiderFoot: import("ai").Tool<{
|
|
315
|
+
target: string;
|
|
316
|
+
maxRuntime: number;
|
|
317
|
+
modules?: string[] | undefined;
|
|
318
|
+
}, {
|
|
319
|
+
target: string;
|
|
320
|
+
outputFile: string;
|
|
321
|
+
raw: string;
|
|
322
|
+
}>;
|
|
323
|
+
/**
|
|
324
|
+
* PhoneInfoga: phoneinfoga scan -n <number> [--disable scanner1,scanner2]
|
|
325
|
+
* Scanners: local, numverify (needs NUMVERIFY_API_KEY), googlesearch, ovh
|
|
326
|
+
* Exact flag: -n or --number (not --number as a positional)
|
|
327
|
+
* Docs: https://sundowndev.github.io/phoneinfoga/getting-started/usage/
|
|
328
|
+
*/
|
|
329
|
+
runPhoneInfoga: import("ai").Tool<{
|
|
330
|
+
phoneNumber: string;
|
|
331
|
+
disableScanners?: ("numverify" | "googlesearch" | "ovh")[] | undefined;
|
|
332
|
+
}, {
|
|
333
|
+
phoneNumber: string;
|
|
334
|
+
outputFile: string;
|
|
335
|
+
raw: string;
|
|
336
|
+
}>;
|
|
337
|
+
/**
|
|
338
|
+
* Holehe: holehe [--only-used] [--no-color] <email>
|
|
339
|
+
* Output markers: [+] = found, [-] = not found, [x] = rate limit, [!] = error
|
|
340
|
+
* Docs: https://github.com/megadose/holehe
|
|
341
|
+
*/
|
|
342
|
+
runHolehe: import("ai").Tool<{
|
|
343
|
+
email: string;
|
|
344
|
+
}, {
|
|
345
|
+
email: string;
|
|
346
|
+
found: string[];
|
|
347
|
+
foundCount: number;
|
|
348
|
+
rateLimited: string[];
|
|
349
|
+
outputFile: string;
|
|
350
|
+
raw: string;
|
|
351
|
+
}>;
|
|
352
|
+
/**
|
|
353
|
+
* Epieos: epieos <email> [--api-key KEY]
|
|
354
|
+
* Reverse email → Google ID, profile pic, Calendar events, Maps reviews
|
|
355
|
+
* Docs: https://epieos.com
|
|
356
|
+
*/
|
|
357
|
+
runEpieos: import("ai").Tool<{
|
|
358
|
+
email: string;
|
|
359
|
+
apiKey?: string | undefined;
|
|
360
|
+
}, {
|
|
361
|
+
email: string;
|
|
362
|
+
outputFile: string;
|
|
363
|
+
raw: string;
|
|
364
|
+
}>;
|
|
365
|
+
/**
|
|
366
|
+
* Sherlock: sherlock [--timeout N] [--print-found] [--csv] [--xlsx]
|
|
367
|
+
* --folderoutput <dir> for multiple usernames
|
|
368
|
+
* --output <file> for a single username
|
|
369
|
+
* Docs: https://sherlockproject.xyz/usage
|
|
370
|
+
*/
|
|
371
|
+
runSherlock: import("ai").Tool<{
|
|
372
|
+
username: string;
|
|
373
|
+
timeout: number;
|
|
374
|
+
csv: boolean;
|
|
375
|
+
xlsx: boolean;
|
|
376
|
+
printFoundOnly: boolean;
|
|
377
|
+
}, {
|
|
378
|
+
username: string;
|
|
379
|
+
found: string[];
|
|
380
|
+
foundCount: number;
|
|
381
|
+
outputFile: string;
|
|
382
|
+
raw: string;
|
|
383
|
+
}>;
|
|
384
|
+
/**
|
|
385
|
+
* Maigret: maigret <username> [--top-sites N] [-a] [--pdf] [--html] [--csv] [--json]
|
|
386
|
+
* --no-extracting skip metadata extraction
|
|
387
|
+
* --permute generate username variants
|
|
388
|
+
* Docs: https://github.com/soxoj/maigret
|
|
389
|
+
*/
|
|
390
|
+
runMaigret: import("ai").Tool<{
|
|
391
|
+
username: string;
|
|
392
|
+
allSites: boolean;
|
|
393
|
+
permute: boolean;
|
|
394
|
+
format: "csv" | "json" | "pdf" | "html" | "txt";
|
|
395
|
+
tags?: string | undefined;
|
|
396
|
+
}, {
|
|
397
|
+
username: string;
|
|
398
|
+
outputDir: string;
|
|
399
|
+
format: "csv" | "json" | "pdf" | "html" | "txt";
|
|
400
|
+
raw: string;
|
|
401
|
+
}>;
|
|
402
|
+
/**
|
|
403
|
+
* Blackbird (p1ngul1n0): python3 blackbird.py -u <username> -e <email> [--pdf] [--csv]
|
|
404
|
+
* Docs: https://github.com/p1ngul1n0/blackbird
|
|
405
|
+
* Note: installed as `blackbird` CLI via pip install blackbird-osint
|
|
406
|
+
*/
|
|
407
|
+
runBlackbird: import("ai").Tool<{
|
|
408
|
+
pdf: boolean;
|
|
409
|
+
csv: boolean;
|
|
410
|
+
username?: string | undefined;
|
|
411
|
+
email?: string | undefined;
|
|
412
|
+
}, {
|
|
413
|
+
username: string | undefined;
|
|
414
|
+
email: string | undefined;
|
|
415
|
+
outputFile: string;
|
|
416
|
+
raw: string;
|
|
417
|
+
}>;
|
|
418
|
+
/**
|
|
419
|
+
* Naminter: naminter <username>
|
|
420
|
+
* Uses TLS browser impersonation — bypasses Cloudflare bot detection
|
|
421
|
+
* Docs: https://github.com/soxoj/naminter
|
|
422
|
+
*/
|
|
423
|
+
runNaminter: import("ai").Tool<{
|
|
424
|
+
username: string;
|
|
425
|
+
}, {
|
|
426
|
+
username: string;
|
|
427
|
+
outputFile: string;
|
|
428
|
+
raw: string;
|
|
429
|
+
}>;
|
|
430
|
+
/**
|
|
431
|
+
* Linkook: linkook --url <profile_url> [--depth N]
|
|
432
|
+
* Recursively scrapes linked profiles to find alternate usernames
|
|
433
|
+
* Docs: https://github.com/soxoj/linkook
|
|
434
|
+
*/
|
|
435
|
+
runLinkook: import("ai").Tool<{
|
|
436
|
+
profileUrl: string;
|
|
437
|
+
depth: number;
|
|
438
|
+
}, {
|
|
439
|
+
profileUrl: string;
|
|
440
|
+
depth: number;
|
|
441
|
+
outputFile: string;
|
|
442
|
+
raw: string;
|
|
443
|
+
}>;
|
|
444
|
+
};
|
|
445
|
+
//# sourceMappingURL=osint.tool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"osint.tool.d.ts","sourceRoot":"","sources":["../../src/tools/osint.tool.ts"],"names":[],"mappings":"AA2DA,eAAO,MAAM,aAAa;IACxB;;;;;OAKG;;;;;;;;;;;;;;IAwCH;;;;;OAKG;;;;;;;;;;;;;IAyCH;;;;OAIG;;;;;;;;;;;;IAsCH;;;;OAIG;;;;;;;;IAsBH;;;;OAIG;;;;;;;;;;CAwBJ,CAAC;AAIF,eAAO,MAAM,UAAU;IACrB;;;;OAIG;;;;;;;;;;;IAiCH;;;;OAIG;;;;;;;;;CAwBJ,CAAC;AAIF,eAAO,MAAM,UAAU;IACrB;;;;;OAKG;;;;;;;;;CAmCJ,CAAC;AAIF,eAAO,MAAM,WAAW;IACtB;;;;;;;;OAQG;;;;;;;;;;;;;;;;;;;IAqEH;;;;OAIG;;;;;;;;;;CAiCJ,CAAC;AAIF,eAAO,MAAM,cAAc;IACzB;;;;;;OAMG;;;;;;;;;IAqCH;;;;OAIG;;;;;;;;;;;CA2CJ,CAAC;AAIF,eAAO,MAAM,kBAAkB;IAC7B;;;;;;;OAOG;;;;;;;;;;;;;;;;CA0GJ,CAAC;AAIF,eAAO,MAAM,UAAU;IArHrB;;;;;;;OAOG;;;;;;;;;;;;;;;;IAtGH;;;;;;OAMG;;;;;;;;;IAqCH;;;;OAIG;;;;;;;;;;;IAtKH;;;;;;;;OAQG;;;;;;;;;;;;;;;;;;;IAqEH;;;;OAIG;;;;;;;;;;IA9HH;;;;;OAKG;;;;;;;;;IA3EH;;;;OAIG;;;;;;;;;;;IAiCH;;;;OAIG;;;;;;;;;IAzOH;;;;;OAKG;;;;;;;;;;;;;;IAwCH;;;;;OAKG;;;;;;;;;;;;;IAyCH;;;;OAIG;;;;;;;;;;;;IAsCH;;;;OAIG;;;;;;;;IAsBH;;;;OAIG;;;;;;;;;;CAkeJ,CAAC"}
|