Rumah >pembangunan bahagian belakang >tutorial php >hack - magento 文件Filesystem.php自动变为Filesystem.php.suspected。

hack - magento 文件Filesystem.php自动变为Filesystem.php.suspected。

WBOY
WBOYasal
2016-06-06 20:18:141124semak imbas

网站报这个错误

hack - magento 文件Filesystem.php自动变为Filesystem.php.suspected。
自己检查后发现:
文件Filesystem.php变为Filesystem.php.suspected
然后把他重命名回来网站就没问题了。
但是好像每天都出现这个问题。查了些资料,有人说被黑了,这个怎么确定呢?就是被黑了也不至于每天就弄这一个文件把,我可以确定这个文件没有木马。

Filesystem.php文件路径

/lib/Varien/Data/Collection

回复内容:

网站报这个错误

hack - magento 文件Filesystem.php自动变为Filesystem.php.suspected。
自己检查后发现:
文件Filesystem.php变为Filesystem.php.suspected
然后把他重命名回来网站就没问题了。
但是好像每天都出现这个问题。查了些资料,有人说被黑了,这个怎么确定呢?就是被黑了也不至于每天就弄这一个文件把,我可以确定这个文件没有木马。

Filesystem.php文件路径

/lib/Varien/Data/Collection

没用过magento不知道什么问题,总之有问题

解决思路,首先你是Linux:
1.去到你网站根目录执行这两条命令全文搜索,看下涉及那些文件
grep -rl Filesystem\.php\.suspected ./
grep -rl suspected ./
2.开xdebug在相关文件,下断点一步一步调试
3.注意是否变量中某些值丢失,导致判断语句出现逻辑错误导致问题

会不会是服务器安全设置的问题。。。我也遇到了这个问题,没有找到解决办法。不过我是wordpress。

请问,是阿里云吗?

Kenyataan:
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn
Artikel sebelumnya:thinkPHP关于修改的问题Artikel seterusnya:关于PHP的POST请求问题