Websites & Server are infected with the Malwares for Spamming Purpose - SEO SPAM or SPAM EMAILS
If one Website on the Server has Vulnerability and hacker's get access to it. then its will be easy for them to infect all other websites hosted on the server.
Website Hacking Shell is used by them as a backdoor to the server which has the root privileges to make changes or upload new files on server.
Most of the malwares are BASE64 Encoded or Eval() or FilesMan.
How to locate the Malwares via SSH
Use Command -
or
If one Website on the Server has Vulnerability and hacker's get access to it. then its will be easy for them to infect all other websites hosted on the server.
Website Hacking Shell is used by them as a backdoor to the server which has the root privileges to make changes or upload new files on server.
Most of the malwares are BASE64 Encoded or Eval() or FilesMan.
How to locate the Malwares via SSH
Use Command -
grep -lr --include=*.php "eval(base64_decode" /var/www/
or
grep -lr --include=*.php "FilesMan" /home
0 comments:
Post a Comment