Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 863 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 863 Bytes

mjolnir

A yara scanner detecting malwares using yara rules

logo

Disclaimer

Use at your own risk. The author will not be held liable for any illegal activities.

How to run

  1. Install dependencies via
pip install -r requirements.txt
  1. Run using
python3 scanner.py [-h] [-r RULES] [-f FILES]

Usage

usage:python3 scanner.py [-h] [-r RULES] [-f FILES]

A tool for scanning files against YARA rules.

options:
  -h, --help            show this help message and exit
  -r RULES, --rules RULES
                        Directory or file containing YARA rules
                        (default: current directory)
  -f FILES, --files FILES
                        Directory or file to be scanned 
						(default: current directory)