Skip to content

clausing/yara-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yara-docker

Run yara tool in a docker container

Usage

This docker image will run yara against the file or directory on the host

docker run -it --rm -v ${PWD}:/app -v <path to rules repo>:<path to rules repo> clausing/yara yara <rules> <files|dir>