A yara scanner detecting malwares using yara rules
Use at your own risk. The author will not be held liable for any illegal activities.
- Install dependencies via
pip install -r requirements.txt
- Run using
python3 scanner.py [-h] [-r RULES] [-f FILES]
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)