2014-08-09, 01:29 AM
This user has been denied support.
Has anyone else been using maldet, the Linux Malware detector? It found some "JPG" avatars that a few evil users uploaded, with the webshell by oRb exploit as PHP code at the end of the JPG file.You can install LMD by downloading the latest maldet version then running sudo install.sh from its directory.
Here's how to run a one-time scan of your MyBB installation:
- update maldet engine and signatures: sudo maldet -d; maldet -u
- scan the MyBB path: sudo maldet -a /var/www/yourmybbpath
LMD comes with a daily cron job located at /etc/cron.daily/maldet, which you can edit to scan custom paths for new malware.