zachsis / yara_scan

Python Yara scanner to scan files with all your rules from a folder and ignore invalid rules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yara_scan

Python Yara scanner to scan files with all your rules from a folder and ignore invalid rules

Script allows you to specify a folder full of yara rules and scan a folder with all the rules. It will also still work if some of the rules are invalid and just print out the invalid rules so you can fix them later.

usage: python yara_scan.py -y <yara_rule_dir> [-s <scan_files_dir> (optional otherwise current dir is scanned)]

About

Python Yara scanner to scan files with all your rules from a folder and ignore invalid rules

License:MIT License


Languages

Language:Python 100.0%