Skip to content

Semut Version 1.1.0

Latest
Compare
Choose a tag to compare
@AnandaRauf AnandaRauf released this 13 Sep 13:16
· 2 commits to main since this release
7ccff80

Semut(System Malware Mutation Analyst)
Version 1.1.0

What's new?:

  1. Delete library cuckoo
  2. Delete library pefile
  3. Revision all variable in all feature
  4. New feature is analyst all file.

How to use?:

  1. Download Python version 3.8.8: https://www.python.org/downloads/release/python-388/
  2. Git clone projects Multiscanner: git clone https://github.com/mitre/multiscanner.git
  3. cd cd multiscanner
  4. If you using Linux,Ubuntu and Debian: sudo -HE ./install.sh
  5. If you using Windows: python -m pip install -r requirements.txt
  6. Typing in your terminal: multiscanner init
  7. Typing in your terminal: multiscanner <name_file>
  8. Typing in your terminal: multiscanner --help for display all list all MultiScanner's command-line
  9. 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)

  1. Typing in your CMD: python Semut.py