Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.45 KB

README.md

File metadata and controls

42 lines (36 loc) · 1.45 KB

Yara-Install

How to Install Yara on Windows, CentOS, Ubuntu #################################### Install YARA CentOS ####################################

  • yum install epel-release
  • yum install autoconf libtool
  • yum install openssl-devel
  • yum install file-devel
  • yum install jansson jansson-devel
  • yum install flex bison byacc
  • yum install python36 python36-devel
  • wget https://github.com/VirusTotal/yara/archive/refs/tags/v4.2.3.tar.gz
  • tar xzvf v4.2.3.tar.gz
  • cd yara-4.2.3.0
  • ./bootstrap.sh
  • ./configure --enable-cuckoo --enable-magic --enable-dotnet
  • make
  • make install
  • make check

################################# Install YARA Ubuntu/Debian ############################

############################### Install YARA Windows ############################

###########################Yara Rule#########################