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>
27 lines
909 B
Markdown
27 lines
909 B
Markdown
# js-beautify
|
|
> Format and beautify obfuscated JavaScript code for readability
|
|
|
|
**Category:** [[categories/statically-analyze-code-scripts|Statically Analyze Code > Scripts]] | **Tier:** Rich (FOR610)
|
|
**Docs:** [https://docs.remnux.org/discover-the-tools/statically+analyze+code/scripts](https://docs.remnux.org/discover-the-tools/statically+analyze+code/scripts)
|
|
|
|
## Usage
|
|
```bash
|
|
js-beautify malicious.js > beautified.js
|
|
```
|
|
|
|
## Recipes
|
|
- [[recipes/js-deobfuscation-spidermonkey|Deobfuscate JavaScript with SpiderMonkey]]
|
|
|
|
## Workflows
|
|
- [[workflows/javascript-deobfuscation-workflow|JavaScript Deobfuscation]] — Step 1: Beautification
|
|
|
|
## Related Tools
|
|
- [[tools/autoit-ripper|autoit-ripper]] — Extract AutoIt scripts embedded in PE binaries.
|
|
- [[tools/decode-vbe|decode-vbe.py]] — Decode encoded VBS scripts (VBE).
|
|
|
|
## FOR610
|
|
**Labs:** 3.6, 4.5
|
|
**Sections:** 3
|
|
|
|
#javascript #formatting #readability
|