Skip to content

0x4hm3d/YARA-Installation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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#########################

About

How to Install Yara on Windows, CentOS, Ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages