Installling on macOS?
Backpackstudio opened this issue · 5 comments
How to install and use on macOS?
Check the documentation
Thank you for link, but there is nothing about macOS!
Documentation should be valid for any platform. What did you try? What didn't work?
Installation
Install Yara.
This is also possible via some Linux package managers:
Debian: sudo apt-get install yara
Red Hat: yum install yara (requires the EPEL repository)Download php-malware-finder git clone https://github.com/nbs-system/php-malware-finder.git
Where are MacOS instructions?
We're not using MacOS, so there is none, but you should be able to figure out what to do with the Debian ones (aka apt install yara
).
If you think that it's too complicated, you can persist and learn how to install yara
and use git, then issue a pull-request to add instructions for OSX, saving others your current troubles.
As a side note, if you don't know how to install a simple program on your operating system, I'm not convinced that php-malware-finder is the right tool for your needs, since odds are that you won't be able to interpret its output, and to tell appart false positives from true positives.