Skip to content

Instantly share code, notes, and snippets.

@aviosipov
Created July 31, 2015 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aviosipov/575635abc40aca20897f to your computer and use it in GitHub Desktop.
Save aviosipov/575635abc40aca20897f to your computer and use it in GitHub Desktop.
scan whole server
/usr/local/cpanel/3rdparty/bin/clamscan -ri /home
scan account
/usr/local/cpanel/3rdparty/bin/clamscan -ri /home/account_name/public_html
remove infected files
/usr/local/cpanel/3rdparty/bin/clamscan -ri –remove /home/*/public_html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment