phpshells check

phpshells check

Code:
freshclam; clamscan -ir /home/*/public_html/* | tee ~/possible.phpshells
Code:
find /home/*/public_html/ -size -200k -type f -print0 | xargs -0 grep  -iE "r57shell|c99shell|g00nshell|EgY_SpIdEr|egy_spider|phpjackal" | uniq  -c | sort -u | cut -d":" -f1 | awk '{ print $2 }' | uniq >  /root/possible.phpshells
Was this answer helpful?

Related Articles

maldet installation

http://www.rfxn.com/projects/linux-malware-detect/ http://www.rfxn.com/appdocs/README.maldetect...

clamav scan

clamav scan mkdir /tmp/virus clamscan -ri --move=/tmp/virus /home/ When started...

maldet scan for spesific user

maldet scan for spesific user maldet --scan-all /home?/USER/public_html

view mail logs

view mail logs in order to view your mailogs tail -f /var/log/maillog tail -f...

MSFE: Disabled! - you have either installed clamavconnector by mistake or incorrectly installed ClamAV

If clamavconnector is installed, uninstall it via WHM. If clamavconnector is not installed, try...