Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ and then passed to some dangerous function like `system`".
- [Install Yara](https://yara.readthedocs.io/en/stable/gettingstarted.html#compiling-and-installing-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](https://fedoraproject.org/wiki/EPEL))
- Red Hat: `yum install yara-devel` (requires the [EPEL repository](https://fedoraproject.org/wiki/EPEL))

You can also compile it from source:

Expand Down Expand Up @@ -90,7 +90,7 @@ Usage phpmalwarefinder [-cfhtvl] <file|folder> ...
Or if you prefer to use `yara`:

```
$ yara -r ./php.yar /var/www
$ yara -r data/php.yar /var/www
```

Please keep in mind that you should use at least YARA 3.4 because we're using
Expand Down