e62a14dafc
Generate interlinked wiki from master inventory: 397 tool pages, 15 workflow pages, 27 recipe pages, 33 category pages, plus index. All pages use [[wiki-links]] for cross-navigation between tools, workflows, recipes, and categories (1782 links total). Install zk for interactive browsing with fzf search, tag filtering, and backlink discovery. Add 'fhelp wiki' command and Makefile target. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
25 lines
1.0 KiB
Markdown
25 lines
1.0 KiB
Markdown
# box-js
|
|
> JavaScript sandbox for analyzing malicious scripts by emulating browser/WScript APIs
|
|
|
|
**Category:** [[categories/dynamically-reverse-engineer-code-scripts|Dynamically Reverse-Engineer Code > Scripts]] | **Tier:** Rich (FOR610)
|
|
**Docs:** [https://docs.remnux.org/discover-the-tools/dynamically+reverse-engineer+code/scripts](https://docs.remnux.org/discover-the-tools/dynamically+reverse-engineer+code/scripts)
|
|
|
|
## Usage
|
|
```bash
|
|
box-js --output-dir=/tmp suspicious.js
|
|
```
|
|
|
|
## Workflows
|
|
- [[workflows/javascript-deobfuscation-workflow|JavaScript Deobfuscation]] — Step 5: Alternative Analysis
|
|
|
|
## Related Tools
|
|
- [[tools/jstillery|jstillery]] — Deobfuscate JavaScript scripts using AST and Partial Evaluat
|
|
- [[tools/objects-js|objects.js]] — Emulate common browser and PDF viewer objects, methods, and
|
|
- [[tools/powershell|powershell]] — Run PowerShell scripts and commands.
|
|
- [[tools/spidermonkey|SpiderMonkey]] — Mozilla JavaScript engine — execute and deobfuscate maliciou
|
|
|
|
## FOR610
|
|
**Sections:** 3
|
|
|
|
#javascript #sandbox #emulation
|