Olevba Installation Guide For Kali And Fedora With Simple Step
olevba
Olevba is the best tool to find out vulnerabilities such as malicious scripts or VBA injectables that someone might be run on the system to hijack it. We can use these tools to analyze Microsoft OLE2 files, detect malicious macros and script injections and then extract them in a plain text that’s more like readable and understandable to take action against it. Use our complete guide to install olevba on your kali or fedora distros.
Install olevba
-
Kali Linux
apt-get install python3-oletoolsClick to copy -
Fedora
dnf install python2-oletoolsClick to copy
python2-oletools
Tools to analyze Microsoft OLE2 filespython-oletools
Analyzer of OLE2 files (Python 2)This package contains Python tools to analyze Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office documents or Outlook messages, mainly for malware analysis, forensics and debugging. It is based on the olefile parser. This package installs the library for Python 2.
python3-oletools
Analyser of OLE2 files (Python 3)This package contains Python tools to analyze Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office documents or Outlook messages, mainly for malware analysis, forensics and debugging. It is based on the olefile parser. This package installs the library for Python 3.




