Linux command
oletools 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Analyze document with oleid
oleid [document.doc]
Extract VBA macros
olevba [document.xlsm]
Detect malicious macros
mraptor [document.doc]
Find RTF exploits
rtfobj [document.rtf]
Analyze OLE structure
olemeta [document.doc]
Check for Flash
oleobj [document.pptx]
说明
oletools is a collection of Python tools for analyzing Microsoft Office documents (OLE, VBA, Office Open XML). It's commonly used for malware analysis and detecting malicious documents. The toolkit includes multiple specialized tools for different analysis tasks.
FAQ
What is the oletools command used for?
oletools is a collection of Python tools for analyzing Microsoft Office documents (OLE, VBA, Office Open XML). It's commonly used for malware analysis and detecting malicious documents. The toolkit includes multiple specialized tools for different analysis tasks.
How do I run a basic oletools example?
Run `oleid [document.doc]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more oletools examples?
This page includes 6 examples for oletools, plus related commands for nearby Linux tasks.