Perl engine to search malware
Usage: findmalw -d <dir> -f <file> (-t <threshold_level) (-l <lang>) (-F) (-T) (-D)
-d <directory> : Directory to scan or
-f <file> : File to scan (NEEDED)
-t <threshold_level>: Minimum puntuaction to mark a file as infected (default: 11)
-F: Try to fix infection and clean file (backup created in same path <file>.fmwbkp)
-T: Run in test mode
-D: Run in debug mode
Currently only php lang is supported