Skip to content

mrtaz77/mjolnir-A-Yara-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages