Best methods to clean up a hacked site with no clean version available?

后端 未结 3 1134
广开言路
广开言路 2020-11-27 22:07

I have been asked to fix a hacked site that was built using osCommerce on a production server.

The site has always existed on the remote host. There is no o

3条回答
  •  死守一世寂寞
    2020-11-27 22:47

    Obtain a fresh copy of the osCommerce version the site was built with, and do a diff between the new fresh osCommerce and the hacked site. Also check for files which exist on the server but not in the osCommerce package.

    By manually comparing the differences, you can track down all possible places the hack may have created or modified scripts.

提交回复
热议问题