evomalware/README.md
Patrick Marchand dedae4b97e Project is now GPLv3
Also commits a few language fixes to the readme.
2018-12-24 15:11:47 -05:00

33 lines
885 B
Markdown

# Description
EvoMalware is a bash(1) script that can detect various malware,
viruses and backdoors in PHP and Javascript source code. It is meant
to be used in a cron(8) job to generate reports, but can also be
used interactively.
The script uses 3 flat text files as databases:
* evomalware.filenames, known filenames.
* evomalware.patterns, known patterns.
* evomalware.whitelist, files to ignore.
A fourth database named evomalware.suspect is used in "aggressive"
mode to detect suspicious files
At each run, EvoMalware will download the latest databases.
# Configuration/Tuning
TODO
# Upstream
Upstream is at <https://gitea.evolix.org/evolix/evomalware>
GitHub is a mirror.
# Other projects of interest
* WPScan, http://wpscan.org/
* Plecost, https://github.com/iniqua/plecost
* Linux Malware Detect (with ClamAV), https://www.rfxn.com/projects/linux-malware-detect/