Skip to content

Instantly share code, notes, and snippets.

@vinacms
Last active April 4, 2017 17:48
Show Gist options
  • Save vinacms/8584a7221070ba4d3b55a400ebb57365 to your computer and use it in GitHub Desktop.
Save vinacms/8584a7221070ba4d3b55a400ebb57365 to your computer and use it in GitHub Desktop.
clamscan -r --bell -i /
/usr/local/sbin/maldet --scan-all /home/admin/web
cat /var/log/*.log | awk -F\" ' { print $1,$2 } ' | grep "file"
grep -RPn "(passthru|exec|eval|shell_exec|assert|str_rot13|system|phpinfo|base64_decode|chmod|mkdir|fopen|fclose|readfile) *\("
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment