← 返回命令列表

Linux command

mraptor 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Scan document for macros

mraptor [document.doc]

Scan multiple files

mraptor [*.doc]

Scan directory recursively

mraptor -r [directory/]

Output as JSON

mraptor -j [document.xlsm]

Match specific patterns

mraptor -m [pattern] [document.doc]

说明

mraptor (Macro Raptor) detects malicious VBA macros in Microsoft Office documents. It analyzes macro code to identify suspicious patterns typically found in malware. Part of the oletools suite, mraptor provides rapid triage of potentially dangerous documents.

参数

-r, --recursive
Scan directories recursively.
-j, --json
JSON output.
-m _pattern_
Match specific pattern.
-l _level_
Log level.
-z _password_
ZIP password.

FAQ

What is the mraptor command used for?

mraptor (Macro Raptor) detects malicious VBA macros in Microsoft Office documents. It analyzes macro code to identify suspicious patterns typically found in malware. Part of the oletools suite, mraptor provides rapid triage of potentially dangerous documents.

How do I run a basic mraptor example?

Run `mraptor [document.doc]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -r, --recursive do in mraptor?

Scan directories recursively.