Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 286 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 286 Bytes

BashMalwareClassify

Usage:

usage: main_classifier.py [-h] -f FILE

options:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  Path to bash script to process

To use it as an API, import main_classifier.py and call predict_file (file_path : str)