EvoMalware, shell script to detect infected websites.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
William Hirigoyen ae65ae4576 Fix: Insert missing OR ('|') between common and local regex in concatenation, this was causing local whitelist being ignored. 5 months ago
LICENSE Project is now GPLv3 4 years ago
Makefile Added suspect files. 8 years ago
README.md Project is now GPLv3 4 years ago
evomalware.filenames Add a new file to known malware 4 years ago
evomalware.filenames.md5 Add a new file to known malware 4 years ago
evomalware.patterns Add a new pattern 3 years ago
evomalware.patterns.md5 Add a new pattern 3 years ago
evomalware.sh Fix: Insert missing OR ('|') between common and local regex in concatenation, this was causing local whitelist being ignored. 5 months ago
evomalware.suspect Added suspect files. 8 years ago
evomalware.suspect.md5 Added suspect files. 8 years ago
evomalware.whitelist Add some directories in whitelist 4 years ago
evomalware.whitelist.md5 Mise à jour md5 4 years ago

README.md

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