@remnux/mcp-server 0.1.43 → 0.1.45

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.
@@ -0,0 +1,1567 @@
1
+ {
2
+ "version": "1.0.0",
3
+ "updated": "2026-02-27",
4
+ "tools": [
5
+ {
6
+ "command": "1768",
7
+ "name": "1768.py",
8
+ "category": "Examine Static Properties: Deobfuscation",
9
+ "description": "Analyze Cobalt Strike beacons.",
10
+ "website": "https://blog.didierstevens.com/2021/05/22/update-1768-py-version-0-0-6/"
11
+ },
12
+ {
13
+ "command": "7-zip",
14
+ "name": "7-Zip",
15
+ "category": "General Utilities",
16
+ "description": "Compress and decompress files using a variety of algorithms.",
17
+ "website": "https://www.7-zip.org"
18
+ },
19
+ {
20
+ "command": "accept-all-ips",
21
+ "name": "accept-all-ips",
22
+ "category": "Explore Network Interactions: Services",
23
+ "description": "Accept connections to all IPv4 and IPv6 addresses and redirect it to the corresponding local port.",
24
+ "website": "https://github.com/REMnux/distro/blob/master/files/accept-all-ips"
25
+ },
26
+ {
27
+ "command": "aeskeyfinder",
28
+ "name": "AESKeyFinder",
29
+ "category": "Perform Memory Forensics",
30
+ "description": "Find 128-bit and 256-bit AES keys in a memory image.",
31
+ "website": "https://citp.princeton.edu/our-work/memory/"
32
+ },
33
+ {
34
+ "command": "androguard",
35
+ "name": "androguard",
36
+ "category": "Statically Analyze Code: Android",
37
+ "description": "Examine Android files.",
38
+ "website": "https://github.com/androguard/androguard"
39
+ },
40
+ {
41
+ "command": "androidprojectcreator",
42
+ "name": "AndroidProjectCreator",
43
+ "category": "Statically Analyze Code: Android",
44
+ "description": "Convert an Android APK application file into an Android Studio project for easier analysis.",
45
+ "website": "https://maxkersten.nl/projects/androidprojectcreator"
46
+ },
47
+ {
48
+ "command": "anomy",
49
+ "name": "Anomy",
50
+ "category": "Explore Network Interactions: Connecting",
51
+ "description": "A wrapper around wget, ssh, sftp, ftp, and telnet to route these connections through Tor to anonymize your traffic.",
52
+ "website": "https://github.com/izm1chael/Anomy"
53
+ },
54
+ {
55
+ "command": "apkid",
56
+ "name": "APKiD",
57
+ "category": "Statically Analyze Code: Android",
58
+ "description": "Identify compilers, packers, and obfuscators used to protect Android APK and DEX files.",
59
+ "website": "https://github.com/rednaga/APKiD"
60
+ },
61
+ {
62
+ "command": "apktool",
63
+ "name": "apktool",
64
+ "category": "Statically Analyze Code: Android",
65
+ "description": "Reverse-engineer Android APK files.",
66
+ "website": "https://ibotpeaches.github.io/Apktool/"
67
+ },
68
+ {
69
+ "command": "autoit-ripper",
70
+ "name": "AutoIt-Ripper",
71
+ "category": "Statically Analyze Code: Scripts",
72
+ "description": "Extract AutoIt scripts embedded in PE binaries.",
73
+ "website": "https://github.com/nazywam/AutoIt-Ripper"
74
+ },
75
+ {
76
+ "command": "baksmali",
77
+ "name": "baksmali",
78
+ "category": "Statically Analyze Code: Android",
79
+ "description": "Disassembler for the dex format used by Dalvik, Android's Java VM implementation.",
80
+ "website": "https://bitbucket.org/JesusFreke/smali"
81
+ },
82
+ {
83
+ "command": "balbuzard",
84
+ "name": "Balbuzard",
85
+ "category": "Examine Static Properties: Deobfuscation",
86
+ "description": "Extract and deobfuscate patterns from suspicious files.",
87
+ "website": "https://github.com/digitalsleuth/balbuzard"
88
+ },
89
+ {
90
+ "command": "base64dump",
91
+ "name": "base64dump.py",
92
+ "category": "Examine Static Properties: Deobfuscation",
93
+ "description": "Locate and decode strings encoded in Base64 and other common encodings.",
94
+ "website": "https://blog.didierstevens.com/2020/07/03/update-base64dump-py-version-0-0-12/"
95
+ },
96
+ {
97
+ "command": "bearparser",
98
+ "name": "bearparser",
99
+ "category": "Examine Static Properties: PE Files",
100
+ "description": "Parse PE file contents.",
101
+ "website": "https://github.com/hasherezade/bearparser/wiki"
102
+ },
103
+ {
104
+ "command": "binee-binary-emulation-environment",
105
+ "name": "binee (Binary Emulation Environment)",
106
+ "category": "Statically Analyze Code: PE Files",
107
+ "description": "Analyze I/O operations of a suspicious PE file by emulating its execution.",
108
+ "website": "https://github.com/carbonblack/binee"
109
+ },
110
+ {
111
+ "command": "binwalk",
112
+ "name": "binwalk",
113
+ "category": "Examine Static Properties: General",
114
+ "description": "Extract and analyze firmware images.",
115
+ "website": "https://github.com/ReFirmLabs/binwalk"
116
+ },
117
+ {
118
+ "command": "box-js",
119
+ "name": "box-js",
120
+ "category": "Dynamically Reverse-Engineer Code: Scripts",
121
+ "description": "Analyze suspicious JavaScript scripts.",
122
+ "website": "https://github.com/CapacitorSet/box-js"
123
+ },
124
+ {
125
+ "command": "brxorpy",
126
+ "name": "brxor.py",
127
+ "category": "Examine Static Properties: Deobfuscation",
128
+ "description": "Bruteforce XOR'ed strings to find those that are English words.",
129
+ "website": "https://github.com/REMnux/distro/blob/master/files/brxor.py"
130
+ },
131
+ {
132
+ "command": "bulkextractor",
133
+ "name": "bulk_extractor",
134
+ "category": "Examine Static Properties: General",
135
+ "description": "Extract interesting strings from binary files.",
136
+ "website": "https://github.com/simsong/bulk_extractor/"
137
+ },
138
+ {
139
+ "command": "burp-suite-community-edition",
140
+ "name": "Burp Suite Community Edition",
141
+ "category": "Explore Network Interactions: Monitoring",
142
+ "description": "Investigate website interactions using this web proxy.",
143
+ "website": "https://portswigger.net"
144
+ },
145
+ {
146
+ "command": "bytehist",
147
+ "name": "Bytehist",
148
+ "category": "Statically Analyze Code: Unpacking",
149
+ "description": "Generate byte-usage-histograms for all types of files with a focus on PE files.",
150
+ "website": "https://www.cert.at/downloads/software/bytehist_en.html"
151
+ },
152
+ {
153
+ "command": "cabextract",
154
+ "name": "cabextract",
155
+ "category": "General Utilities",
156
+ "description": "Extract Microsoft cabinet (cab) files.",
157
+ "website": "https://www.cabextract.org.uk"
158
+ },
159
+ {
160
+ "command": "capa",
161
+ "name": "capa",
162
+ "category": "Statically Analyze Code: PE Files",
163
+ "description": "Detect suspicious capabilities in PE files.",
164
+ "website": "https://github.com/mandiant/capa"
165
+ },
166
+ {
167
+ "command": "cast",
168
+ "name": "Cast",
169
+ "category": "General Utilities",
170
+ "description": "Install and manage SaltStack-based Linux distributions, including REMnux.",
171
+ "website": "https://github.com/ekristen/cast"
172
+ },
173
+ {
174
+ "command": "cfr",
175
+ "name": "cfr",
176
+ "category": "Statically Analyze Code: Java",
177
+ "description": "Java decompiler.",
178
+ "website": "https://www.benf.org/other/cfr/"
179
+ },
180
+ {
181
+ "command": "chepy",
182
+ "name": "Chepy",
183
+ "category": "Examine Static Properties: Deobfuscation",
184
+ "description": "Decode and otherwise analyze data using this command-line tool and Python library.",
185
+ "website": "https://github.com/securisec/chepy"
186
+ },
187
+ {
188
+ "command": "clamav",
189
+ "name": "ClamAV",
190
+ "category": "Examine Static Properties: General",
191
+ "description": "Scan files for malware signatures.",
192
+ "website": "https://www.clamav.net"
193
+ },
194
+ {
195
+ "command": "cobalt-strike-configuration-extractor-csce-and-parser",
196
+ "name": "Cobalt Strike Configuration Extractor (CSCE) and Parser",
197
+ "category": "Examine Static Properties: Deobfuscation",
198
+ "description": "Analyze Cobalt Strike beacons.",
199
+ "website": "https://github.com/strozfriedberg/cobaltstrike-config-extractor"
200
+ },
201
+ {
202
+ "command": "cs-analyze-processdump",
203
+ "name": "cs-analyze-processdump.py",
204
+ "category": "Examine Static Properties: Deobfuscation",
205
+ "description": "Analyze Cobalt Strike beacon process dumps to detect sleep mask encoding.",
206
+ "website": "https://blog.didierstevens.com/2021/11/25/new-tool-cs-analyze-processdump-py/"
207
+ },
208
+ {
209
+ "command": "cs-decrypt-metadata",
210
+ "name": "cs-decrypt-metadata.py",
211
+ "category": "Examine Static Properties: Deobfuscation",
212
+ "description": "Decrypt Cobalt Strike metadata.",
213
+ "website": "https://blog.didierstevens.com/2021/11/12/update-cs-decrypt-metadata-py-version-0-0-2/"
214
+ },
215
+ {
216
+ "command": "cs-extract-key",
217
+ "name": "cs-extract-key.py",
218
+ "category": "Examine Static Properties: Deobfuscation",
219
+ "description": "Extract AES and HMAC keys from Cobalt Strike beacon process memory.",
220
+ "website": "https://blog.didierstevens.com/2021/11/03/new-tool-cs-extract-key-py/"
221
+ },
222
+ {
223
+ "command": "cs-parse-traffic",
224
+ "name": "cs-parse-traffic.py",
225
+ "category": "Explore Network Interactions: Monitoring",
226
+ "description": "Decrypt and parse Cobalt Strike beacon network traffic.",
227
+ "website": "https://blog.didierstevens.com/2021/11/29/new-tool-cs-parse-traffic-py/"
228
+ },
229
+ {
230
+ "command": "curl",
231
+ "name": "cURL",
232
+ "category": "General Utilities",
233
+ "description": "Interact with servers via supported protocols, including HTTP, HTTPS, FTP, IMAP, etc. using this command-line tool.",
234
+ "website": "https://curl.se"
235
+ },
236
+ {
237
+ "command": "cut-bytes",
238
+ "name": "cut-bytes.py",
239
+ "category": "Examine Static Properties: Deobfuscation",
240
+ "description": "Cut out a part of a data stream.",
241
+ "website": "https://blog.didierstevens.com/2015/10/14/cut-bytes-py/"
242
+ },
243
+ {
244
+ "command": "cutter",
245
+ "name": "Cutter",
246
+ "category": "Statically Analyze Code: General",
247
+ "description": "Reverse engineering platform powered by Rizin.",
248
+ "website": "https://cutter.re"
249
+ },
250
+ {
251
+ "command": "cyberchef",
252
+ "name": "CyberChef",
253
+ "category": "Examine Static Properties: Deobfuscation",
254
+ "description": "Decode and otherwise analyze data using this browser app.",
255
+ "website": "https://github.com/gchq/CyberChef/"
256
+ },
257
+ {
258
+ "command": "dc3-mwcp",
259
+ "name": "DC3-MWCP",
260
+ "category": "Examine Static Properties: Deobfuscation",
261
+ "description": "Parsing configuration information from malware.",
262
+ "website": "https://github.com/Defense-Cyber-Crime-Center/DC3-mwcp"
263
+ },
264
+ {
265
+ "command": "debloat",
266
+ "name": "debloat",
267
+ "category": "Examine Static Properties: PE Files",
268
+ "description": "Remove junk contents from bloated Windows executables.",
269
+ "website": "https://github.com/Squiblydoo/debloat"
270
+ },
271
+ {
272
+ "command": "decode-vbe",
273
+ "name": "decode-vbe.py",
274
+ "category": "Statically Analyze Code: Scripts",
275
+ "description": "Decode encoded VBS scripts (VBE).",
276
+ "website": "https://blog.didierstevens.com/2016/03/29/decoding-vbe/"
277
+ },
278
+ {
279
+ "command": "decompyle",
280
+ "name": "Decompyle++",
281
+ "category": "Statically Analyze Code: Python",
282
+ "description": "Python bytecode disassembler and decompiler.",
283
+ "website": "https://github.com/zrax/pycdc"
284
+ },
285
+ {
286
+ "command": "detect-it-easy",
287
+ "name": "Detect-It-Easy",
288
+ "category": "Examine Static Properties: General",
289
+ "description": "Determine types of files and examine file properties.",
290
+ "website": "https://github.com/horsicq/Detect-It-Easy"
291
+ },
292
+ {
293
+ "command": "dex2jar",
294
+ "name": "dex2jar",
295
+ "category": "Statically Analyze Code: Android",
296
+ "description": "Examine Dalvik Executable (dex) files.",
297
+ "website": "https://github.com/pxb1988/dex2jar"
298
+ },
299
+ {
300
+ "command": "dexray",
301
+ "name": "DeXRAY",
302
+ "category": "Gather and Analyze Data",
303
+ "description": "Extract and decode data from antivirus quarantine files.",
304
+ "website": "https://www.hexacorn.com/blog/category/software-releases/dexray/"
305
+ },
306
+ {
307
+ "command": "didier-stevens-scripts",
308
+ "name": "Didier Stevens Scripts",
309
+ "category": "Examine Static Properties: Deobfuscation",
310
+ "description": "A collection of Python scripts for analyzing suspicious files and data from Didier Stevens.",
311
+ "website": "https://blog.didierstevens.com"
312
+ },
313
+ {
314
+ "command": "disitool",
315
+ "name": "disitool.py",
316
+ "category": "Examine Static Properties: PE Files",
317
+ "description": "Extract, delete, copy, and inject digital signatures in PE files.",
318
+ "website": "https://blog.didierstevens.com/programs/disitool/"
319
+ },
320
+ {
321
+ "command": "dissect",
322
+ "name": "dissect",
323
+ "category": "Gather and Analyze Data",
324
+ "description": "Perform a variety of forensics and incident response tasks using this DFIR framework and toolset.",
325
+ "website": "https://github.com/fox-it/dissect"
326
+ },
327
+ {
328
+ "command": "dllcharacteristicspy",
329
+ "name": "dllcharacteristics.py",
330
+ "category": "Examine Static Properties: PE Files",
331
+ "description": "Read and set DLL characteristics of a PE file.",
332
+ "website": "https://github.com/accidentalrebel/dllcharacteristics.py"
333
+ },
334
+ {
335
+ "command": "dnfile",
336
+ "name": "dnfile",
337
+ "category": "Examine Static Properties: .NET",
338
+ "description": "Analyze static properties of .NET files.",
339
+ "website": "https://github.com/malwarefrank/dnfile"
340
+ },
341
+ {
342
+ "command": "dnslib",
343
+ "name": "dnslib",
344
+ "category": "Gather and Analyze Data",
345
+ "description": "Python library to encode/decode DNS wire-format packets.",
346
+ "website": "https://github.com/paulc/dnslib"
347
+ },
348
+ {
349
+ "command": "dnsresolver",
350
+ "name": "dnsresolver.py",
351
+ "category": "Explore Network Interactions: Services",
352
+ "description": "DNS resolver tool for dynamic analysis with wildcard and tracking support.",
353
+ "website": "https://blog.didierstevens.com/2021/07/15/new-tool-dnsresolver-py/"
354
+ },
355
+ {
356
+ "command": "docker",
357
+ "name": "Docker",
358
+ "category": "General Utilities",
359
+ "description": "Run and manage containers.",
360
+ "website": "https://www.docker.com"
361
+ },
362
+ {
363
+ "command": "dos2unix",
364
+ "name": "dos2unix",
365
+ "category": "View or Edit Files",
366
+ "description": "Convert text files with Windows or macOS line breaks to Unix line breaks and vice versa.",
367
+ "website": "https://waterlan.home.xs4all.nl/dos2unix.html"
368
+ },
369
+ {
370
+ "command": "dotnetfile",
371
+ "name": "dotnetfile",
372
+ "category": "Examine Static Properties: .NET",
373
+ "description": "Analyze static properties of .NET files.",
374
+ "website": "https://github.com/pan-unit42/dotnetfile"
375
+ },
376
+ {
377
+ "command": "droidlysis",
378
+ "name": "DroidLysis",
379
+ "category": "Statically Analyze Code: Android",
380
+ "description": "Perform static analysis of Android applications.",
381
+ "website": "https://github.com/cryptax/droidlysis"
382
+ },
383
+ {
384
+ "command": "edb",
385
+ "name": "edb",
386
+ "category": "Dynamically Reverse-Engineer Code: ELF Files",
387
+ "description": "An AArch32/x86/x86-64 debugger, well suited for debugging ELF files.",
388
+ "website": "https://github.com/eteran/edb-debugger"
389
+ },
390
+ {
391
+ "command": "emldump",
392
+ "name": "emldump.py",
393
+ "category": "Analyze Documents: Email Messages",
394
+ "description": "Parse and analyze EML files.",
395
+ "website": "https://blog.didierstevens.com/2020/11/29/update-emldump-py-version-0-0-11/"
396
+ },
397
+ {
398
+ "command": "epic-irc-client",
399
+ "name": "EPIC IRC Client",
400
+ "category": "Explore Network Interactions: Connecting",
401
+ "description": "Examine IRC activities with this IRC client.",
402
+ "website": "https://www.epicsol.org/"
403
+ },
404
+ {
405
+ "command": "evilclippy",
406
+ "name": "EvilClippy",
407
+ "category": "Analyze Documents: Microsoft Office",
408
+ "description": "Modify aspects of Microsoft Office documents.",
409
+ "website": "https://github.com/outflanknl/EvilClippy"
410
+ },
411
+ {
412
+ "command": "evince",
413
+ "name": "Evince",
414
+ "category": "View or Edit Files",
415
+ "description": "View documents in a variety of formats, including PDF.",
416
+ "website": "https://wiki.gnome.org/Apps/Evince"
417
+ },
418
+ {
419
+ "command": "exiftool",
420
+ "name": "ExifTool",
421
+ "category": "Examine Static Properties: General",
422
+ "description": "Tool to read from, write to, and edit EXIF metadata of various file types.",
423
+ "website": "https://exiftool.org/"
424
+ },
425
+ {
426
+ "command": "expexorpy",
427
+ "name": "ex_pe_xor.py",
428
+ "category": "Examine Static Properties: Deobfuscation",
429
+ "description": "Search an XOR'ed file for indications of executable binaries.",
430
+ "website": "https://hooked-on-mnemonics.blogspot.com/2014/04/expexorpy.html"
431
+ },
432
+ {
433
+ "command": "fakedns",
434
+ "name": "fakedns",
435
+ "category": "Explore Network Interactions: Services",
436
+ "description": "Respond to DNS queries with the specified IP address.",
437
+ "website": "https://github.com/SocialExploits/fakedns/blob/main/fakedns.py"
438
+ },
439
+ {
440
+ "command": "fakemail",
441
+ "name": "fakemail",
442
+ "category": "Explore Network Interactions: Services",
443
+ "description": "Intercept and examine SMTP email activity with this fake SMTP server.",
444
+ "website": "https://hg.sr.ht/~olly/fakemail"
445
+ },
446
+ {
447
+ "command": "fakenet-ng",
448
+ "name": "FakeNet-NG",
449
+ "category": "Explore Network Interactions: Services",
450
+ "description": "Emulate common network services and interact with malware.",
451
+ "website": "https://github.com/mandiant/flare-fakenet-ng"
452
+ },
453
+ {
454
+ "command": "feh",
455
+ "name": "feh",
456
+ "category": "View or Edit Files",
457
+ "description": "View images.",
458
+ "website": "https://feh.finalrewind.org"
459
+ },
460
+ {
461
+ "command": "file",
462
+ "name": "file",
463
+ "category": "Examine Static Properties: General",
464
+ "description": "Identify file type using \"magic\" numbers.",
465
+ "website": "https://github.com/file/file"
466
+ },
467
+ {
468
+ "command": "file-magic",
469
+ "name": "file-magic.py",
470
+ "category": "Examine Static Properties: General",
471
+ "description": "Identify file types using the Python magic module.",
472
+ "website": "https://blog.didierstevens.com/2018/07/11/new-tool-file-magic-py/"
473
+ },
474
+ {
475
+ "command": "firefox",
476
+ "name": "Firefox",
477
+ "category": "General Utilities",
478
+ "description": "Web browser.",
479
+ "website": "https://www.mozilla.org/firefox/"
480
+ },
481
+ {
482
+ "command": "floss",
483
+ "name": "FLOSS",
484
+ "category": "Examine Static Properties: Deobfuscation",
485
+ "description": "Extract and deobfuscate strings from PE executables.",
486
+ "website": "https://github.com/mandiant/flare-floss"
487
+ },
488
+ {
489
+ "command": "format-bytes",
490
+ "name": "format-bytes.py",
491
+ "category": "Examine Static Properties: Deobfuscation",
492
+ "description": "Decompose structured binary data with format strings.",
493
+ "website": "https://blog.didierstevens.com/2020/02/17/update-format-bytes-py-version-0-0-13/"
494
+ },
495
+ {
496
+ "command": "frida",
497
+ "name": "Frida",
498
+ "category": "Dynamically Reverse-Engineer Code: General",
499
+ "description": "Trace the execution of a process to analyze its behavior.",
500
+ "website": "https://frida.re"
501
+ },
502
+ {
503
+ "command": "ghidra",
504
+ "name": "Ghidra",
505
+ "category": "Statically Analyze Code: General",
506
+ "description": "Software reverse engineering tool suite.",
507
+ "website": "https://ghidra-sre.org"
508
+ },
509
+ {
510
+ "command": "ghidrassistmcp",
511
+ "name": "GhidrAssistMCP",
512
+ "category": "Use Artificial Intelligence",
513
+ "description": "MCP server for AI-assisted reverse engineering in Ghidra.",
514
+ "website": "https://github.com/jtang613/GhidrAssistMCP"
515
+ },
516
+ {
517
+ "command": "gnome-calculator",
518
+ "name": "GNOME Calculator",
519
+ "category": "General Utilities",
520
+ "description": "Calculator.",
521
+ "website": "https://wiki.gnome.org/Apps/Calculator"
522
+ },
523
+ {
524
+ "command": "gnu-project-debugger",
525
+ "name": "GNU Project Debugger",
526
+ "category": "Dynamically Reverse-Engineer Code: ELF Files",
527
+ "description": "Multi-language debugger.",
528
+ "website": "https://www.sourceware.org/gdb/"
529
+ },
530
+ {
531
+ "command": "gnu-wget",
532
+ "name": "GNU Wget",
533
+ "category": "Explore Network Interactions: Connecting",
534
+ "description": "Interact with servers via HTTP, HTTPS, FTP, and FTPS using this command-line tool.",
535
+ "website": "https://www.gnu.org/software/wget/"
536
+ },
537
+ {
538
+ "command": "goresym",
539
+ "name": "GoReSym",
540
+ "category": "Examine Static Properties: Go",
541
+ "description": "Extract metadata and symbols from Go binaries, including stripped ones.",
542
+ "website": "https://github.com/mandiant/GoReSym"
543
+ },
544
+ {
545
+ "command": "hachoir",
546
+ "name": "Hachoir",
547
+ "category": "Examine Static Properties: General",
548
+ "description": "View, edit, and carve contents of various binary file types.",
549
+ "website": "https://github.com/vstinner/hachoir"
550
+ },
551
+ {
552
+ "command": "hex-to-bin",
553
+ "name": "hex-to-bin.py",
554
+ "category": "Examine Static Properties: Deobfuscation",
555
+ "description": "Convert hexadecimal text dumps to binary data.",
556
+ "website": "https://blog.didierstevens.com/2020/04/19/update-hex-to-bin-py-version-0-0-5/"
557
+ },
558
+ {
559
+ "command": "ibus",
560
+ "name": "IBus",
561
+ "category": "General Utilities",
562
+ "description": "Adjust input methods for the GUI.",
563
+ "website": "https://github.com/ibus/ibus"
564
+ },
565
+ {
566
+ "command": "ilspy",
567
+ "name": "ILSpy",
568
+ "category": "Statically Analyze Code: .NET",
569
+ "description": "Examine and decompile .NET programs.",
570
+ "website": "https://github.com/icsharpcode/ILSpy"
571
+ },
572
+ {
573
+ "command": "imagemagick",
574
+ "name": "ImageMagick",
575
+ "category": "View or Edit Files",
576
+ "description": "View and manipulate image and related files.",
577
+ "website": "https://imagemagick.org/"
578
+ },
579
+ {
580
+ "command": "inetsim",
581
+ "name": "INetSim",
582
+ "category": "Explore Network Interactions: Services",
583
+ "description": "Emulate common network services and interact with malware.",
584
+ "website": "https://www.inetsim.org/"
585
+ },
586
+ {
587
+ "command": "info-zip",
588
+ "name": "Info-ZIP",
589
+ "category": "General Utilities",
590
+ "description": "Compress and decompress files using the zip algorithm.",
591
+ "website": "http://infozip.sourceforge.net"
592
+ },
593
+ {
594
+ "command": "inspircd-3",
595
+ "name": "inspircd 3",
596
+ "category": "Explore Network Interactions: Services",
597
+ "description": "Examine IRC activity with this IRC server.",
598
+ "website": "https://www.inspircd.org/"
599
+ },
600
+ {
601
+ "command": "iocparser",
602
+ "name": "ioc_parser",
603
+ "category": "Gather and Analyze Data",
604
+ "description": "Extract IOCs from security report PDFs.",
605
+ "website": "https://github.com/buffer/ioc_parser"
606
+ },
607
+ {
608
+ "command": "ipwhois",
609
+ "name": "ipwhois",
610
+ "category": "Gather and Analyze Data",
611
+ "description": "Retrieve and parse whois data for IP addresses.",
612
+ "website": "https://github.com/secynic/ipwhois"
613
+ },
614
+ {
615
+ "command": "jadx",
616
+ "name": "JADX",
617
+ "category": "Statically Analyze Code: Android",
618
+ "description": "Generate Java source code from Dalvik Executable (dex) and Android APK files.",
619
+ "website": "https://github.com/skylot/jadx"
620
+ },
621
+ {
622
+ "command": "java-idx-parser",
623
+ "name": "Java IDX Parser",
624
+ "category": "Statically Analyze Code: Java",
625
+ "description": "Analyze Java IDX files.",
626
+ "website": "https://github.com/digitalsleuth/Java_IDX_Parser"
627
+ },
628
+ {
629
+ "command": "javassist",
630
+ "name": "Javassist",
631
+ "category": "Statically Analyze Code: Java",
632
+ "description": "Java bytecode engineering toolkit/library.",
633
+ "website": "https://www.javassist.org/"
634
+ },
635
+ {
636
+ "command": "jd-gui-java-decompiler",
637
+ "name": "JD-GUI Java Decompiler",
638
+ "category": "Statically Analyze Code: Java",
639
+ "description": "Java decompiler with GUI.",
640
+ "website": "https://java-decompiler.github.io/"
641
+ },
642
+ {
643
+ "command": "js-beautifier",
644
+ "name": "JS Beautifier",
645
+ "category": "Statically Analyze Code: Scripts",
646
+ "description": "Reformat JavaScript scripts for easier analysis.",
647
+ "website": "https://beautifier.io/"
648
+ },
649
+ {
650
+ "command": "jstillery",
651
+ "name": "JStillery",
652
+ "category": "Dynamically Reverse-Engineer Code: Scripts",
653
+ "description": "Deobfuscate JavaScript scripts using AST and Partial Evaluation techniques.",
654
+ "website": "https://github.com/mindedsecurity/jstillery"
655
+ },
656
+ {
657
+ "command": "libemu",
658
+ "name": "libemu",
659
+ "category": "Dynamically Reverse-Engineer Code: Shellcode",
660
+ "description": "A library for x86 code emulation and shellcode detection.",
661
+ "website": "https://github.com/buffer/libemu"
662
+ },
663
+ {
664
+ "command": "libolecf",
665
+ "name": "libolecf",
666
+ "category": "Analyze Documents: Microsoft Office",
667
+ "description": "Microsoft Office OLE2 compound documents.",
668
+ "website": "https://github.com/libyal/libolecf"
669
+ },
670
+ {
671
+ "command": "lief",
672
+ "name": "LIEF",
673
+ "category": "Examine Static Properties: General",
674
+ "description": "Parse and analyze PE, ELF, MachO, DEX, OAT, VDEX, ART, and DWARF executable formats.",
675
+ "website": "https://lief.re"
676
+ },
677
+ {
678
+ "command": "ltrace",
679
+ "name": "ltrace",
680
+ "category": "Dynamically Reverse-Engineer Code: ELF Files",
681
+ "description": "Trace library calls and signals.",
682
+ "website": "https://ltrace.org"
683
+ },
684
+ {
685
+ "command": "magika",
686
+ "name": "Magika",
687
+ "category": "Examine Static Properties: General",
688
+ "description": "Identify file type using signatures.",
689
+ "website": "https://google.github.io/magika"
690
+ },
691
+ {
692
+ "command": "mail-parser",
693
+ "name": "mail-parser",
694
+ "category": "Analyze Documents: Email Messages",
695
+ "description": "Parse raw SMTP and .MSG email messages and generate a parsed object from them.",
696
+ "website": "https://github.com/SpamScope/mail-parser"
697
+ },
698
+ {
699
+ "command": "malcat-lite",
700
+ "name": "Malcat Lite",
701
+ "category": "Examine Static Properties: General",
702
+ "description": "Analyze binary files using a hex editor, disassembler, and file dissector.",
703
+ "website": "https://malcat.fr"
704
+ },
705
+ {
706
+ "command": "malchive",
707
+ "name": "Malchive",
708
+ "category": "Statically Analyze Code: PE Files",
709
+ "description": "Perform static analysis of various aspects of malicious code.",
710
+ "website": "https://github.com/MITRECND/malchive"
711
+ },
712
+ {
713
+ "command": "malwoverview",
714
+ "name": "malwoverview",
715
+ "category": "Gather and Analyze Data",
716
+ "description": "Query public repositories of malware data (e.g., VirusTotal, HybridAnalysis).",
717
+ "website": "https://github.com/alexandreborges/malwoverview"
718
+ },
719
+ {
720
+ "command": "manalyze",
721
+ "name": "Manalyze",
722
+ "category": "Examine Static Properties: PE Files",
723
+ "description": "Perform static analysis of suspicious PE files.",
724
+ "website": "https://github.com/JusticeRage/Manalyze"
725
+ },
726
+ {
727
+ "command": "manalyze",
728
+ "name": "Manalyze",
729
+ "category": "Examine Static Properties: PE Files",
730
+ "description": "Perform static analysis of suspicious PE files.",
731
+ "website": "https://github.com/JusticeRage/Manalyze"
732
+ },
733
+ {
734
+ "command": "mitmproxy",
735
+ "name": "mitmproxy",
736
+ "category": "Explore Network Interactions: Monitoring",
737
+ "description": "Investigate website interactions using this web proxy.",
738
+ "website": "https://mitmproxy.org/"
739
+ },
740
+ {
741
+ "command": "monodis",
742
+ "name": "monodis",
743
+ "category": "Examine Static Properties: .NET",
744
+ "description": "Disassemble and extract resources from .NET assemblies.",
745
+ "website": "https://www.mono-project.com/docs/tools+libraries/tools/monodis/"
746
+ },
747
+ {
748
+ "command": "msg-extractor",
749
+ "name": "msg-extractor",
750
+ "category": "Analyze Documents: Email Messages",
751
+ "description": "Extract emails and attachments from MSG files.",
752
+ "website": "https://github.com/TeamMsgExtractor/msg-extractor"
753
+ },
754
+ {
755
+ "command": "msgconvert",
756
+ "name": "msgconvert",
757
+ "category": "Analyze Documents: Email Messages",
758
+ "description": "Convert MSG files to MBOX files.",
759
+ "website": "https://www.matijs.net/software/msgconv/"
760
+ },
761
+ {
762
+ "command": "msitools",
763
+ "name": "msitools",
764
+ "category": "Examine Static Properties: General",
765
+ "description": "Create, inspect and extract Windows Installer (.msi) files.",
766
+ "website": "https://wiki.gnome.org/msitools"
767
+ },
768
+ {
769
+ "command": "msoffcrypto-crack",
770
+ "name": "msoffcrypto-crack.py",
771
+ "category": "Analyze Documents: Microsoft Office",
772
+ "description": "Recover the password of an encrypted Microsoft Office document.",
773
+ "website": "https://blog.didierstevens.com/2018/12/31/new-tool-msoffcrypto-crack-py/"
774
+ },
775
+ {
776
+ "command": "msoffcrypto-tool",
777
+ "name": "msoffcrypto-tool",
778
+ "category": "Analyze Documents: Microsoft Office",
779
+ "description": "Decrypt a Microsoft Office file with password, intermediate key, or private key which generated its escrow key.",
780
+ "website": "https://github.com/nolze/msoffcrypto-tool"
781
+ },
782
+ {
783
+ "command": "msoffice-crypt",
784
+ "name": "msoffice-crypt",
785
+ "category": "Analyze Documents: Microsoft Office",
786
+ "description": "Encrypt and decrypt OOXML Microsoft Office documents.",
787
+ "website": "https://github.com/herumi/msoffice"
788
+ },
789
+ {
790
+ "command": "myip",
791
+ "name": "myip",
792
+ "category": "General Utilities",
793
+ "description": "Determine the IP address of the default network interface.",
794
+ "website": "https://github.com/REMnux/distro/blob/master/files/myip"
795
+ },
796
+ {
797
+ "command": "name-that-hash",
798
+ "name": "Name-That-Hash",
799
+ "category": "Examine Static Properties: General",
800
+ "description": "Identify dfferent types of hashes.",
801
+ "website": "https://github.com/HashPals/Name-That-Hash"
802
+ },
803
+ {
804
+ "command": "nasm",
805
+ "name": "nasm",
806
+ "category": "General Utilities",
807
+ "description": "An x86-64 assembler.",
808
+ "website": "https://www.nasm.us"
809
+ },
810
+ {
811
+ "command": "nautilus",
812
+ "name": "Nautilus",
813
+ "category": "General Utilities",
814
+ "description": "Graphical file manager.",
815
+ "website": "https://gitlab.gnome.org/GNOME/nautilus"
816
+ },
817
+ {
818
+ "command": "netcat",
819
+ "name": "netcat",
820
+ "category": "Explore Network Interactions: Services",
821
+ "description": "Read and write data across network connections.",
822
+ "website": "https://nc110.sourceforge.io/"
823
+ },
824
+ {
825
+ "command": "network-miner-free-edition",
826
+ "name": "Network Miner Free Edition",
827
+ "category": "Explore Network Interactions: Monitoring",
828
+ "description": "Examine network traffic and carve PCAP capture files.",
829
+ "website": "https://www.netresec.com/"
830
+ },
831
+ {
832
+ "command": "nginx",
833
+ "name": "Nginx",
834
+ "category": "Explore Network Interactions: Services",
835
+ "description": "Web server.",
836
+ "website": "https://nginx.org"
837
+ },
838
+ {
839
+ "command": "ngrep",
840
+ "name": "ngrep",
841
+ "category": "Explore Network Interactions: Monitoring",
842
+ "description": "Look for patterns in network traffic.",
843
+ "website": "https://github.com/jpr5/ngrep/"
844
+ },
845
+ {
846
+ "command": "nomorexorpy",
847
+ "name": "NoMoreXOR.py",
848
+ "category": "Examine Static Properties: Deobfuscation",
849
+ "description": "Help guess a file's 256-byte XOR by using frequency analysis.",
850
+ "website": "https://github.com/digitalsleuth/NoMoreXOR"
851
+ },
852
+ {
853
+ "command": "numbers-to-string",
854
+ "name": "numbers-to-string.py",
855
+ "category": "Examine Static Properties: Deobfuscation",
856
+ "description": "Translate number sequences into ASCII characters.",
857
+ "website": "https://blog.didierstevens.com/2020/12/12/update-numbers-to-string-py-version-0-0-11/"
858
+ },
859
+ {
860
+ "command": "objdump",
861
+ "name": "objdump",
862
+ "category": "Statically Analyze Code: General",
863
+ "description": "Disassemble binary files.",
864
+ "website": "https://en.wikipedia.org/wiki/Objdump"
865
+ },
866
+ {
867
+ "command": "oledump",
868
+ "name": "oledump.py",
869
+ "category": "Analyze Documents: Microsoft Office",
870
+ "description": "Analyze OLE2 Structured Storage files.",
871
+ "website": "https://blog.didierstevens.com/programs/oledump-py/"
872
+ },
873
+ {
874
+ "command": "olefile",
875
+ "name": "olefile",
876
+ "category": "Analyze Documents: Microsoft Office",
877
+ "description": "Python package to parse, read and write MS OLE2 files.",
878
+ "website": "https://github.com/decalage2/olefile"
879
+ },
880
+ {
881
+ "command": "oletools",
882
+ "name": "oletools",
883
+ "category": "Analyze Documents: Microsoft Office",
884
+ "description": "Microsoft Office OLE2 compound documents.",
885
+ "website": "https://www.decalage.info/python/oletools"
886
+ },
887
+ {
888
+ "command": "onedump",
889
+ "name": "onedump.py",
890
+ "category": "Analyze Documents: Microsoft Office",
891
+ "description": "Extract and analyze embedded files from OneNote documents.",
892
+ "website": "https://blog.didierstevens.com/2023/01/22/new-tool-onedump-py/"
893
+ },
894
+ {
895
+ "command": "opencode",
896
+ "name": "OpenCode",
897
+ "category": "Use Artificial Intelligence",
898
+ "description": "Open-source AI coding agent for the terminal.",
899
+ "website": "https://opencode.ai"
900
+ },
901
+ {
902
+ "command": "openssh",
903
+ "name": "OpenSSH",
904
+ "category": "General Utilities",
905
+ "description": "Initiate and receive SSH and SFTP connections.",
906
+ "website": "https://www.openssh.com"
907
+ },
908
+ {
909
+ "command": "origamindee",
910
+ "name": "Origamindee",
911
+ "category": "Analyze Documents: PDF",
912
+ "description": "Parse, modify, generate PDF files.",
913
+ "website": "https://github.com/mindee/origamindee"
914
+ },
915
+ {
916
+ "command": "pcode2code",
917
+ "name": "pcode2code",
918
+ "category": "Analyze Documents: Microsoft Office",
919
+ "description": "Decompile VBA macro p-code from Microsoft Office documents.",
920
+ "website": "https://github.com/Big5-sec/pcode2code"
921
+ },
922
+ {
923
+ "command": "pcodedmp",
924
+ "name": "pcodedmp",
925
+ "category": "Analyze Documents: Microsoft Office",
926
+ "description": "Disassemble VBA p-code.",
927
+ "website": "https://github.com/bontchev/pcodedmp"
928
+ },
929
+ {
930
+ "command": "pdf-parser",
931
+ "name": "pdf-parser.py",
932
+ "category": "Analyze Documents: PDF",
933
+ "description": "Examine elements of the PDF file.",
934
+ "website": "https://blog.didierstevens.com/programs/pdf-tools/"
935
+ },
936
+ {
937
+ "command": "pdfid",
938
+ "name": "pdfid.py",
939
+ "category": "Analyze Documents: PDF",
940
+ "description": "Identify suspicious elements of the PDF file.",
941
+ "website": "https://blog.didierstevens.com/programs/pdf-tools/"
942
+ },
943
+ {
944
+ "command": "pdfresurrect",
945
+ "name": "pdfresurrect",
946
+ "category": "Analyze Documents: PDF",
947
+ "description": "Extract previous versions of content from PDF files.",
948
+ "website": "https://github.com/enferex/pdfresurrect"
949
+ },
950
+ {
951
+ "command": "pdftk-java",
952
+ "name": "pdftk-java",
953
+ "category": "Analyze Documents: PDF",
954
+ "description": "Edit, create, and examine PDF files.",
955
+ "website": "https://gitlab.com/pdftk-java/pdftk"
956
+ },
957
+ {
958
+ "command": "pdftool",
959
+ "name": "pdftool.py",
960
+ "category": "Analyze Documents: PDF",
961
+ "description": "Analyze PDF files to identify incremental updates to the document.",
962
+ "website": "https://blog.didierstevens.com/2021/01/31/new-tool-pdftool-py/"
963
+ },
964
+ {
965
+ "command": "pdnstool",
966
+ "name": "pdnstool",
967
+ "category": "Gather and Analyze Data",
968
+ "description": "Query passive DNS databases for DNS data.",
969
+ "website": "https://github.com/chrislee35/passivedns-client"
970
+ },
971
+ {
972
+ "command": "pe-tree",
973
+ "name": "PE Tree",
974
+ "category": "Examine Static Properties: PE Files",
975
+ "description": "Examine contents and structure of PE files.",
976
+ "website": "https://github.com/blackberry/pe_tree"
977
+ },
978
+ {
979
+ "command": "pecheck",
980
+ "name": "pecheck.py",
981
+ "category": "Examine Static Properties: PE Files",
982
+ "description": "Analyze static properties of PE files.",
983
+ "website": "https://blog.didierstevens.com/2020/03/15/pecheck-py-version-0-7-10/"
984
+ },
985
+ {
986
+ "command": "pedump",
987
+ "name": "pedump",
988
+ "category": "Examine Static Properties: PE Files",
989
+ "description": "Statically analyze PE files and extract their components (e.g., resources).",
990
+ "website": "https://github.com/zed-0xff/pedump"
991
+ },
992
+ {
993
+ "command": "peepdf-3",
994
+ "name": "peepdf-3",
995
+ "category": "Analyze Documents: PDF",
996
+ "description": "Examine elements of the PDF file.",
997
+ "website": "https://github.com/digitalsleuth/peepdf-3"
998
+ },
999
+ {
1000
+ "command": "peframe",
1001
+ "name": "PEframe",
1002
+ "category": "Examine Static Properties: PE Files",
1003
+ "description": "Statically analyze PE and Microsoft Office files.",
1004
+ "website": "https://github.com/digitalsleuth/peframe"
1005
+ },
1006
+ {
1007
+ "command": "polarproxy",
1008
+ "name": "PolarProxy",
1009
+ "category": "Explore Network Interactions: Monitoring",
1010
+ "description": "Intercept and decrypt TLS traffic.",
1011
+ "website": "https://www.netresec.com/"
1012
+ },
1013
+ {
1014
+ "command": "portex",
1015
+ "name": "PortEx",
1016
+ "category": "Examine Static Properties: PE Files",
1017
+ "description": "Statically analyze PE files.",
1018
+ "website": "https://github.com/katjahahn/PortEx"
1019
+ },
1020
+ {
1021
+ "command": "powershell-core",
1022
+ "name": "PowerShell Core",
1023
+ "category": "Dynamically Reverse-Engineer Code: Scripts",
1024
+ "description": "Run PowerShell scripts and commands.",
1025
+ "website": "https://github.com/powershell/powershell"
1026
+ },
1027
+ {
1028
+ "command": "procyon",
1029
+ "name": "Procyon",
1030
+ "category": "Statically Analyze Code: Java",
1031
+ "description": "Java decompiler.",
1032
+ "website": "https://github.com/mstrobel/procyon"
1033
+ },
1034
+ {
1035
+ "command": "pyelftools",
1036
+ "name": "pyelftools",
1037
+ "category": "Examine Static Properties: ELF Files",
1038
+ "description": "Python library for parsing and analyzing ELF files and DWARF debugging information.",
1039
+ "website": "https://github.com/eliben/pyelftools"
1040
+ },
1041
+ {
1042
+ "command": "pyinstaller-extractor",
1043
+ "name": "PyInstaller Extractor",
1044
+ "category": "Statically Analyze Code: Python",
1045
+ "description": "Extract contents of a PyInstaller-generated PE files.",
1046
+ "website": "https://github.com/extremecoders-re/pyinstxtractor"
1047
+ },
1048
+ {
1049
+ "command": "pyinstxtractor-ng",
1050
+ "name": "pyinstxtractor-ng",
1051
+ "category": "Statically Analyze Code: Python",
1052
+ "description": "Extract contents of PyInstaller-generated executables without requiring a matching Python version.",
1053
+ "website": "https://github.com/pyinstxtractor/pyinstxtractor-ng"
1054
+ },
1055
+ {
1056
+ "command": "qiling",
1057
+ "name": "Qiling",
1058
+ "category": "Statically Analyze Code: General",
1059
+ "description": "Emulate code execution of PE files, shellcode, etc. for a variety of OS and hardware platforms.",
1060
+ "website": "https://www.qiling.io"
1061
+ },
1062
+ {
1063
+ "command": "qpdf",
1064
+ "name": "qpdf",
1065
+ "category": "Analyze Documents: PDF",
1066
+ "description": "Manipulate (merge, convert, transform) PDF files.",
1067
+ "website": "http://qpdf.sourceforge.net/"
1068
+ },
1069
+ {
1070
+ "command": "r2pipe",
1071
+ "name": "r2pipe",
1072
+ "category": "Dynamically Reverse-Engineer Code: General",
1073
+ "description": "Examine binary files, including disassembling and debugging.",
1074
+ "website": "https://rada.re/n/r2pipe.html"
1075
+ },
1076
+ {
1077
+ "command": "radare2",
1078
+ "name": "radare2",
1079
+ "category": "Dynamically Reverse-Engineer Code: General",
1080
+ "description": "Examine binary files, including disassembling and debugging. Includes r2ai and decai plugins for LLM-powered analysis (API key or local Ollama required).",
1081
+ "website": "https://www.radare.org/n/radare2.html"
1082
+ },
1083
+ {
1084
+ "command": "rar",
1085
+ "name": "RAR",
1086
+ "category": "General Utilities",
1087
+ "description": "Compress and decompress files using a variety of algorithms.",
1088
+ "website": "https://www.rarlab.com"
1089
+ },
1090
+ {
1091
+ "command": "re-search",
1092
+ "name": "re-search.py",
1093
+ "category": "Examine Static Properties: Deobfuscation",
1094
+ "description": "Search files using regular expressions from a built-in library or custom patterns.",
1095
+ "website": "https://blog.didierstevens.com/2023/04/03/update-re-search-py-version-0-0-22/"
1096
+ },
1097
+ {
1098
+ "command": "readpe-formerly-pev",
1099
+ "name": "readpe (formerly pev)",
1100
+ "category": "Examine Static Properties: PE Files",
1101
+ "description": "Analyze PE files and extract strings from them.",
1102
+ "website": "https://github.com/mentebinaria/readpe"
1103
+ },
1104
+ {
1105
+ "command": "redress",
1106
+ "name": "Redress",
1107
+ "category": "Examine Static Properties: Go",
1108
+ "description": "Analyze stripped Go binaries to recover symbols, types, source structure, and integrate with Radare2.",
1109
+ "website": "https://github.com/goretk/redress"
1110
+ },
1111
+ {
1112
+ "command": "remnux-installer",
1113
+ "name": "REMnux Installer",
1114
+ "category": "General Utilities",
1115
+ "description": "Install and update the REMnux distro.",
1116
+ "website": "https://github.com/REMnux/distro/blob/master/files/remnux-installer.sh"
1117
+ },
1118
+ {
1119
+ "command": "remnux-mcp-server",
1120
+ "name": "REMnux MCP Server",
1121
+ "category": "Use Artificial Intelligence",
1122
+ "description": "MCP server for using the REMnux malware analysis toolkit via AI assistants.",
1123
+ "website": "https://github.com/REMnux/remnux-mcp-server"
1124
+ },
1125
+ {
1126
+ "command": "rhino-debugger",
1127
+ "name": "Rhino Debugger",
1128
+ "category": "Dynamically Reverse-Engineer Code: Scripts",
1129
+ "description": "GUI JavaScript debugger.",
1130
+ "website": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino/Debugger"
1131
+ },
1132
+ {
1133
+ "command": "rsakeyfinder",
1134
+ "name": "RSAKeyFinder",
1135
+ "category": "Perform Memory Forensics",
1136
+ "description": "Find BER-encoded RSA private keys in a memory image.",
1137
+ "website": "https://citp.princeton.edu/our-work/memory/"
1138
+ },
1139
+ {
1140
+ "command": "rtfdump",
1141
+ "name": "rtfdump.py",
1142
+ "category": "Analyze Documents: Microsoft Office",
1143
+ "description": "Analyze a suspicious RTF file.",
1144
+ "website": "https://blog.didierstevens.com/2018/12/10/update-rtfdump-py-version-0-0-9/"
1145
+ },
1146
+ {
1147
+ "command": "runsc",
1148
+ "name": "runsc",
1149
+ "category": "Dynamically Reverse-Engineer Code: Shellcode",
1150
+ "description": "Run shellcode to trace and analyze its execution.",
1151
+ "website": "https://github.com/edygert/runsc"
1152
+ },
1153
+ {
1154
+ "command": "sandfly-processdecloak",
1155
+ "name": "sandfly-processdecloak",
1156
+ "category": "Investigate System Interactions",
1157
+ "description": "Find hidden processes on the local Linux system.",
1158
+ "website": "https://github.com/sandflysecurity/sandfly-processdecloak"
1159
+ },
1160
+ {
1161
+ "command": "scalpel",
1162
+ "name": "Scalpel",
1163
+ "category": "Gather and Analyze Data",
1164
+ "description": "Carve contents out of binary files, such as partitions.",
1165
+ "website": "https://github.com/sleuthkit/scalpel"
1166
+ },
1167
+ {
1168
+ "command": "scdbg",
1169
+ "name": "scdbg",
1170
+ "category": "Dynamically Reverse-Engineer Code: Shellcode",
1171
+ "description": "Analyze shellcode by emulating its execution.",
1172
+ "website": "http://sandsprite.com/blogs/index.php?uid=7&pid=152"
1173
+ },
1174
+ {
1175
+ "command": "scite",
1176
+ "name": "SciTE",
1177
+ "category": "View or Edit Files",
1178
+ "description": "Edit text files.",
1179
+ "website": "https://www.scintilla.org/SciTE.html"
1180
+ },
1181
+ {
1182
+ "command": "sets",
1183
+ "name": "sets.py",
1184
+ "category": "Examine Static Properties: Deobfuscation",
1185
+ "description": "Perform set operations on lines or bytes in text files.",
1186
+ "website": "https://blog.didierstevens.com/2017/03/05/new-tool-sets-py/"
1187
+ },
1188
+ {
1189
+ "command": "shcode2exe",
1190
+ "name": "shcode2exe",
1191
+ "category": "Dynamically Reverse-Engineer Code: Shellcode",
1192
+ "description": "Convert 32 and 64-bit shellcode to a Windows executable file.",
1193
+ "website": "https://github.com/accidentalrebel/shcode2exe"
1194
+ },
1195
+ {
1196
+ "command": "shellcode2exebat",
1197
+ "name": "shellcode2exe.bat",
1198
+ "category": "Dynamically Reverse-Engineer Code: Shellcode",
1199
+ "description": "Convert 32 and 64-bit shellcode to a Windows executable file.",
1200
+ "website": "https://github.com/repnz/shellcode2exe"
1201
+ },
1202
+ {
1203
+ "command": "signsrch",
1204
+ "name": "signsrch",
1205
+ "category": "Examine Static Properties: General",
1206
+ "description": "Find patterns of common encryption, compression, or encoding algorithms.",
1207
+ "website": "http://aluigi.altervista.org/mytoolz.htm"
1208
+ },
1209
+ {
1210
+ "command": "sleuth-kit",
1211
+ "name": "Sleuth Kit",
1212
+ "category": "Examine Static Properties: General",
1213
+ "description": "Analyze disk images and recover files from them.",
1214
+ "website": "https://www.sleuthkit.org/sleuthkit"
1215
+ },
1216
+ {
1217
+ "command": "speakeasy",
1218
+ "name": "Speakeasy",
1219
+ "category": "Statically Analyze Code: PE Files",
1220
+ "description": "Emulate code execution, including shellcode, Windows drivers, and Windows PE files.",
1221
+ "website": "https://github.com/mandiant/speakeasy"
1222
+ },
1223
+ {
1224
+ "command": "spidermonkey",
1225
+ "name": "SpiderMonkey",
1226
+ "category": "Dynamically Reverse-Engineer Code: Scripts",
1227
+ "description": "Execute and deobfuscate JavaScript using Mozilla's standalone JavaScript engine.",
1228
+ "website": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey"
1229
+ },
1230
+ {
1231
+ "command": "spidermonkey-patched",
1232
+ "name": "SpiderMonkey (Patched)",
1233
+ "category": "Dynamically Reverse-Engineer Code: Scripts",
1234
+ "description": "Execute and deobfuscate JavaScript using a patched version of Mozilla's standalone JavaScript engine.",
1235
+ "website": "https://blog.didierstevens.com/2018/04/19/update-patched-spidermonkey/"
1236
+ },
1237
+ {
1238
+ "command": "sqlite",
1239
+ "name": "SQLite",
1240
+ "category": "General Utilities",
1241
+ "description": "Manage and interact with SQL database files.",
1242
+ "website": "http://www.sqlite.org"
1243
+ },
1244
+ {
1245
+ "command": "ssdeep",
1246
+ "name": "ssdeep",
1247
+ "category": "Examine Static Properties: General",
1248
+ "description": "Compute Context Triggered Piecewise Hashes (CTPH), also known as fuzzy hashes.",
1249
+ "website": "https://ssdeep-project.github.io/ssdeep/index.html"
1250
+ },
1251
+ {
1252
+ "command": "ssview",
1253
+ "name": "SSView",
1254
+ "category": "Analyze Documents: Microsoft Office",
1255
+ "description": "Analyze OLE2 Structured Storage files.",
1256
+ "website": "https://www.mitec.cz/ssv.html"
1257
+ },
1258
+ {
1259
+ "command": "stpyv8",
1260
+ "name": "STPyV8",
1261
+ "category": "Dynamically Reverse-Engineer Code: Scripts",
1262
+ "description": "Python3 and JavaScript interop engine, fork of the original PyV8 project.",
1263
+ "website": "https://github.com/cloudflare/stpyv8"
1264
+ },
1265
+ {
1266
+ "command": "strace",
1267
+ "name": "strace",
1268
+ "category": "Dynamically Reverse-Engineer Code: ELF Files",
1269
+ "description": "Trace process' system calls and signals.",
1270
+ "website": "https://strace.io"
1271
+ },
1272
+ {
1273
+ "command": "strdeobpl",
1274
+ "name": "strdeob.pl",
1275
+ "category": "Examine Static Properties: Deobfuscation",
1276
+ "description": "Locate and decode stack strings in executable files.",
1277
+ "website": "https://github.com/REMnux/distro/blob/master/files/strdeob.pl"
1278
+ },
1279
+ {
1280
+ "command": "strings",
1281
+ "name": "strings.py",
1282
+ "category": "Examine Static Properties: General",
1283
+ "description": "Extract ASCII and Unicode strings from binary files with length sorting and filtering.",
1284
+ "website": "https://blog.didierstevens.com/2020/12/19/update-strings-py-version-0-0-6/"
1285
+ },
1286
+ {
1287
+ "command": "tcpdump",
1288
+ "name": "tcpdump",
1289
+ "category": "Explore Network Interactions: Monitoring",
1290
+ "description": "Capture and analyze network traffic with this command-line sniffer.",
1291
+ "website": "https://www.tcpdump.org/"
1292
+ },
1293
+ {
1294
+ "command": "tcpflow",
1295
+ "name": "tcpflow",
1296
+ "category": "Explore Network Interactions: Monitoring",
1297
+ "description": "Analyze the flow of network traffic.",
1298
+ "website": "https://downloads.digitalcorpora.org/downloads/tcpflow/"
1299
+ },
1300
+ {
1301
+ "command": "tcpick",
1302
+ "name": "tcpick",
1303
+ "category": "Explore Network Interactions: Monitoring",
1304
+ "description": "Capture and analyze network traffic with this command-line sniffer.",
1305
+ "website": "http://tcpick.sourceforge.net"
1306
+ },
1307
+ {
1308
+ "command": "tcpxtract",
1309
+ "name": "tcpxtract",
1310
+ "category": "Explore Network Interactions: Monitoring",
1311
+ "description": "Extract files from network traffic.",
1312
+ "website": "http://tcpxtract.sourceforge.net/"
1313
+ },
1314
+ {
1315
+ "command": "tesseract-ocr",
1316
+ "name": "Tesseract OCR",
1317
+ "category": "Analyze Documents: General",
1318
+ "description": "Examine images to identify and extract text using optical character recognition (OCR).",
1319
+ "website": "https://github.com/tesseract-ocr/tesseract"
1320
+ },
1321
+ {
1322
+ "command": "thefuzz",
1323
+ "name": "thefuzz",
1324
+ "category": "Examine Static Properties: General",
1325
+ "description": "Fuzzy String Matching in Python.",
1326
+ "website": "https://github.com/seatgeek/thefuzz"
1327
+ },
1328
+ {
1329
+ "command": "thug",
1330
+ "name": "thug",
1331
+ "category": "Explore Network Interactions: Connecting",
1332
+ "description": "Examine suspicious website using this low-interaction honeyclient.",
1333
+ "website": "https://github.com/buffer/thug"
1334
+ },
1335
+ {
1336
+ "command": "time-decode",
1337
+ "name": "time-decode",
1338
+ "category": "Gather and Analyze Data",
1339
+ "description": "Decode and encode date and timestamps.",
1340
+ "website": "https://github.com/digitalsleuth/time_decode"
1341
+ },
1342
+ {
1343
+ "command": "tor",
1344
+ "name": "tor",
1345
+ "category": "Explore Network Interactions: Connecting",
1346
+ "description": "Obfuscate your origins by routing traffic through a network of anonymizing nodes.",
1347
+ "website": "https://www.torproject.org"
1348
+ },
1349
+ {
1350
+ "command": "translate",
1351
+ "name": "translate.py",
1352
+ "category": "Examine Static Properties: Deobfuscation",
1353
+ "description": "Translate bytes according to a Python expression.",
1354
+ "website": "https://blog.didierstevens.com/programs/translate/"
1355
+ },
1356
+ {
1357
+ "command": "trid",
1358
+ "name": "TrID",
1359
+ "category": "Examine Static Properties: General",
1360
+ "description": "Identify file type using signatures.",
1361
+ "website": "https://mark0.net/soft-trid-e.html"
1362
+ },
1363
+ {
1364
+ "command": "tshark",
1365
+ "name": "tshark",
1366
+ "category": "Explore Network Interactions: Monitoring",
1367
+ "description": "Capture and analyze network traffic with this console-based sniffer.",
1368
+ "website": "https://www.wireshark.org"
1369
+ },
1370
+ {
1371
+ "command": "uncompyle6",
1372
+ "name": "uncompyle6",
1373
+ "category": "Statically Analyze Code: Python",
1374
+ "description": "Python cross-version bytecode decompiler for Python 1.0 through 3.8.",
1375
+ "website": "https://github.com/rocky/python-uncompyle6"
1376
+ },
1377
+ {
1378
+ "command": "unfurl",
1379
+ "name": "Unfurl",
1380
+ "category": "Explore Network Interactions: Connecting",
1381
+ "description": "Deconstruct and decode data from a URL.",
1382
+ "website": "https://github.com/obsidianforensics/unfurl"
1383
+ },
1384
+ {
1385
+ "command": "unhide",
1386
+ "name": "Unhide",
1387
+ "category": "Investigate System Interactions",
1388
+ "description": "Find hidden processes or connections on the local Linux system.",
1389
+ "website": "http://www.unhide-forensics.info"
1390
+ },
1391
+ {
1392
+ "command": "unicode",
1393
+ "name": "unicode",
1394
+ "category": "Examine Static Properties: Deobfuscation",
1395
+ "description": "Display Unicode character properties.",
1396
+ "website": "https://github.com/garabik/unicode"
1397
+ },
1398
+ {
1399
+ "command": "unrar-free",
1400
+ "name": "unrar-free",
1401
+ "category": "General Utilities",
1402
+ "description": "Decompress files using a variety of algorithms.",
1403
+ "website": "https://www.rarlab.com"
1404
+ },
1405
+ {
1406
+ "command": "unxor",
1407
+ "name": "unXOR",
1408
+ "category": "Examine Static Properties: Deobfuscation",
1409
+ "description": "Deobfuscate XOR'ed files.",
1410
+ "website": "https://github.com/tomchop/unxor/"
1411
+ },
1412
+ {
1413
+ "command": "upx",
1414
+ "name": "UPX",
1415
+ "category": "Statically Analyze Code: Unpacking",
1416
+ "description": "Pack and unpack PE files.",
1417
+ "website": "https://upx.github.io"
1418
+ },
1419
+ {
1420
+ "command": "vbindiff",
1421
+ "name": "VBinDiff",
1422
+ "category": "View or Edit Files",
1423
+ "description": "Compare binary files.",
1424
+ "website": "https://www.cjmweb.net/vbindiff/"
1425
+ },
1426
+ {
1427
+ "command": "visual-studio-code",
1428
+ "name": "Visual Studio Code",
1429
+ "category": "View or Edit Files",
1430
+ "description": "Powerful source code editor.",
1431
+ "website": "https://code.visualstudio.com/"
1432
+ },
1433
+ {
1434
+ "command": "vivisect",
1435
+ "name": "Vivisect",
1436
+ "category": "Statically Analyze Code: General",
1437
+ "description": "Statically examine and emulate binary files.",
1438
+ "website": "https://github.com/vivisect/vivisect"
1439
+ },
1440
+ {
1441
+ "command": "volatility-framework",
1442
+ "name": "Volatility Framework",
1443
+ "category": "Perform Memory Forensics",
1444
+ "description": "Memory forensics tool and framework.",
1445
+ "website": "https://github.com/volatilityfoundation/volatility3"
1446
+ },
1447
+ {
1448
+ "command": "wine",
1449
+ "name": "Wine",
1450
+ "category": "Dynamically Reverse-Engineer Code: General",
1451
+ "description": "Run Windows applications.",
1452
+ "website": "https://www.winehq.org"
1453
+ },
1454
+ {
1455
+ "command": "wireshark",
1456
+ "name": "wireshark",
1457
+ "category": "Explore Network Interactions: Monitoring",
1458
+ "description": "Capture and analyze network traffic with this sniffer.",
1459
+ "website": "https://www.wireshark.org"
1460
+ },
1461
+ {
1462
+ "command": "wxhexeditor",
1463
+ "name": "wxHexEditor",
1464
+ "category": "View or Edit Files",
1465
+ "description": "Hex editor.",
1466
+ "website": "https://sourceforge.net/projects/wxhexeditor/"
1467
+ },
1468
+ {
1469
+ "command": "xlmmacrodeobfuscator",
1470
+ "name": "XLMMacroDeobfuscator",
1471
+ "category": "Analyze Documents: Microsoft Office",
1472
+ "description": "Deobfuscate XLM macros (also known as Excel 4.0 macros) from Microsoft Office files.",
1473
+ "website": "https://github.com/DissectMalware/XLMMacroDeobfuscator"
1474
+ },
1475
+ {
1476
+ "command": "xmldump",
1477
+ "name": "xmldump.py",
1478
+ "category": "Analyze Documents: Microsoft Office",
1479
+ "description": "Extract contents of XML files, in particular OOXML-formatted Microsoft Office documents.",
1480
+ "website": "https://blog.didierstevens.com/2017/12/18/new-tool-xmldump-py/"
1481
+ },
1482
+ {
1483
+ "command": "xor-kpa",
1484
+ "name": "xor-kpa.py",
1485
+ "category": "Examine Static Properties: Deobfuscation",
1486
+ "description": "Implement a XOR known plaintext attack.",
1487
+ "website": "https://blog.didierstevens.com/2017/06/06/update-xor-kpa-py-version-0-0-5/"
1488
+ },
1489
+ {
1490
+ "command": "xorbruteforcerpy",
1491
+ "name": "xorBruteForcer.py",
1492
+ "category": "Examine Static Properties: Deobfuscation",
1493
+ "description": "Bruteforce an XOR-encoded file.",
1494
+ "website": "https://eternal-todo.com/category/bruteforcer"
1495
+ },
1496
+ {
1497
+ "command": "xorsearch",
1498
+ "name": "xorsearch.py",
1499
+ "category": "Examine Static Properties: Deobfuscation",
1500
+ "description": "Search for XOR, ROL, ROT, and SHIFT encoded strings with YARA and regex support.",
1501
+ "website": "https://blog.didierstevens.com/2020/08/23/new-tool-xorsearch-py/"
1502
+ },
1503
+ {
1504
+ "command": "xorsearch",
1505
+ "name": "XORSearch",
1506
+ "category": "Examine Static Properties: Deobfuscation",
1507
+ "description": "Locate and decode strings obfuscated using common techniques.",
1508
+ "website": "https://blog.didierstevens.com/programs/xorsearch/"
1509
+ },
1510
+ {
1511
+ "command": "xorstrings",
1512
+ "name": "XORStrings",
1513
+ "category": "Examine Static Properties: Deobfuscation",
1514
+ "description": "Search for XOR encoded strings in a file.",
1515
+ "website": "https://blog.didierstevens.com/2013/04/15/new-tool-xorstrings/"
1516
+ },
1517
+ {
1518
+ "command": "xortool",
1519
+ "name": "xortool",
1520
+ "category": "Examine Static Properties: Deobfuscation",
1521
+ "description": "Analyze XOR-encoded data.",
1522
+ "website": "https://github.com/hellman/xortool"
1523
+ },
1524
+ {
1525
+ "command": "yara",
1526
+ "name": "Yara",
1527
+ "category": "Gather and Analyze Data",
1528
+ "description": "Identify and classify malware samples using Yara rules.",
1529
+ "website": "https://virustotal.github.io/yara/"
1530
+ },
1531
+ {
1532
+ "command": "yara-forge-rules",
1533
+ "name": "YARA-Forge Rules",
1534
+ "category": "Examine Static Properties: General",
1535
+ "description": "Scan files with curated YARA rules from 45+ sources for malware family identification.",
1536
+ "website": "https://yarahq.github.io/"
1537
+ },
1538
+ {
1539
+ "command": "yara-rules",
1540
+ "name": "Yara Rules",
1541
+ "category": "Examine Static Properties: General",
1542
+ "description": "Scan a file with YARA rules to identify capabilities and behaviors (packer detection, anti-debug, networking).",
1543
+ "website": "https://github.com/Yara-Rules/rules"
1544
+ },
1545
+ {
1546
+ "command": "yara-x",
1547
+ "name": "YARA-X",
1548
+ "category": "Gather and Analyze Data",
1549
+ "description": "Scan files using YARA rules, the next generation of YARA written in Rust.",
1550
+ "website": "https://github.com/VirusTotal/yara-x"
1551
+ },
1552
+ {
1553
+ "command": "zbarimg",
1554
+ "name": "zbarimg",
1555
+ "category": "Explore Network Interactions: Connecting",
1556
+ "description": "Decode QR codes and barcodes from image files.",
1557
+ "website": "https://github.com/mchehab/zbar"
1558
+ },
1559
+ {
1560
+ "command": "zipdump",
1561
+ "name": "zipdump.py",
1562
+ "category": "Analyze Documents: Microsoft Office",
1563
+ "description": "Analyze zip-compressed files.",
1564
+ "website": "https://blog.didierstevens.com/2020/07/27/update-zipdump-py-version-0-0-20/"
1565
+ }
1566
+ ]
1567
+ }