Semut(System Malware Mutation Analyst)
Version 1.1.0
What's new?:
- Delete library cuckoo
- Delete library pefile
- Revision all variable in all feature
- New feature is analyst all file.
How to use?:
- Download Python version 3.8.8: https://www.python.org/downloads/release/python-388/
- Git clone projects Multiscanner: git clone https://github.com/mitre/multiscanner.git
- cd cd multiscanner
- If you using Linux,Ubuntu and Debian: sudo -HE ./install.sh
- If you using Windows: python -m pip install -r requirements.txt
- Typing in your terminal: multiscanner init
- Typing in your terminal: multiscanner <name_file>
- Typing in your terminal: multiscanner --help for display all list all MultiScanner's command-line
- Example script Python for modify script Semut.py:
import multiscanner
multiscanner.config_init(filepath)
output = multiscanner.multiscan(file_list)
results = multiscanner.parse_reports(output, python=True)
- Typing in your CMD: python Semut.py