快速业务通道

发老兵及海洋VBS解包工具代码

作者 佚名 来源 ASP编程 浏览 发布时间 2013-07-09
关于为什么提供打包程序和打包压缩文件.MDB的解压


2006.asp                海阳顶端网asp木马2006版文件 
unpack.vbs                打包文件"hytop.mdb"的解开器 
2006x.exe                海阳顶端网asp木马2006 c/s模式转换器 
2006x2.exe                海阳顶端网asp木马2006 专用短服务器端 
                        c/s模式转换器 
2006z.exe                海阳顶端网asp木马2006_lite版本组合器 
                        用来自定义生成相应功能的lite版木马 
hididi.ini                2006z.exe的配置文件 

问题一: 
就是你们写的小马那个文件打包/揭开。我想知道 文件打包后,我下载下来,是.mdb后缀的,那我来怎么恢复呢,比如说是将一个文件夹打包下载后,来怎么恢复呢?  

回答: 
请用海洋顶端asp木马2006正式版里的unpack.vbs文件进行解压! 
mdb的文件名必须为hytop.mdb(也就是默认的名字) 



VB解包工具中有三个VB文件。分别是三种马的解包工具
一个是海洋打包的解包工具。解HYTOP。MDB
一个是ADMIN(类似于海洋)。解PACKET。MDB
一个是老兵的解包工具。解TOMDB。TDB


注:你把VB脚本文件和MDB文件放在一个目录里,执行VB脚本就行了。要几分钟时间,稍等完成提示。(没有完成强行退出解的是不完整的包。)
unpack.vbs
复制代码 代码如下:

Dimrs,ws,fso,conn,stream,connStr,theFolder
Setrs=CreateObject("ADODB.RecordSet")
Setstream=CreateObject("ADODB.Stream")
Setconn=CreateObject("ADODB.Connection")
Setfso=CreateObject("Scripting.FileSystemObject")
connStr="Provider=Microsoft.Jet.OLEDB.4.0;DataSource=HYTop.mdb;"

conn.OpenconnStr
rs.Open"FileData",conn,1,1
stream.Open
stream.Type=1

OnErrorResumeNext

DoUntilrs.Eof
theFolder=Left(rs("thePath"),InStrRev(rs("thePath"),"\"))
Iffso.FolderExists(theFolder)=FalseThen
createFolder(theFolder)
EndIf
stream.SetEos()
stream.Writers("fileContent")
stream.SaveToFilestr&rs("thePath"),2
rs.MoveNext
Loop

rs.Close
conn.Close
stream.Close
Setws=Nothing
Setrs=Nothing
Setstream=Nothing
Setconn=Nothing

Wscript.Echo"所有文件释放完毕!"

SubcreateFolder(thePath)
Dimi
i=Instr(thePath,"\")
DoWhilei>0
Iffso.FolderExists(Left(thePath,i))=FalseThen
fso.CreateFolder(Left(thePath,i-1))
EndIf
IfInStr(Mid(thePath,i+1),"\")Then
i=i+Instr(Mid(thePath,i+1),"\")
Else
i=0
EndIf
Loop
EndSub

打包基地老兵专用解压工具.vbs
复制代码 代码如下:

Dimrs,ws,fso,conn,stream,connStr,theFolder
Setrs=CreateObject("ADODB.RecordSet")
Setstream=CreateObject("ADODB.Stream")
Setconn=CreateObject("ADODB.Connection")
Setfso=CreateObject("Scripting.FileSystemObject")
connStr="Provider=Microsoft.Jet.OLEDB.4.0;DataSource=ToMdb.mdb;"

conn.OpenconnStr
rs.Open"wz",conn,1,1
stream.Open
stream.Type=1

OnErrorResumeNext

DoUntilrs.Eof
thePath=rs("folder")&"\"
theFolder=Left(thePath,InStrRev(thePath,"\"))
Iffso.FolderExists(theFolder)=FalseThen
createFolder(theFolder)
EndIf
stream.SetEos()
stream.Writers("body")
stream.SaveToFilestr&thepath&rs("file"),2
rs.MoveNext
Loop

rs.Close
conn.Close
stream.Close
Setws=Nothing
Setrs=Nothing
Setstream=Nothing
Setconn=Nothing

Wscript.Echo"所有文件释放完毕!"

SubcreateFolder(thePath)
Dimi
i=Instr(thePath,"\")
DoWhilei>0
Iffso.FolderExists(Left(thePath,i))=FalseThen
fso.CreateFolder(Left(thePath,i-1))
EndIf
IfInStr(Mid(thePath,i+1),"\")Then
i=i+Instr(Mid(thePath,i+1),"\")
Else
i=0
EndIf
Loop
EndSub

海洋解压缩工具unpack.vbs
复制代码 代码如下:

Dimrs,ws,fso,conn,stream,connStr,theFolder
Setrs=CreateObject("ADODB.RecordSet")
Setstream=CreateObject("ADODB.Stream")
Setconn=CreateObject("ADODB.Connection")
Setfso=CreateObject("Scripting.FileSystemObject")
connStr="Provider=Microsoft.Jet.OLEDB.4.0;DataSource=Packet.mdb;"

conn.OpenconnStr
rs.Open"FileData",conn,1,1
stream.Open
stream.Type=1

OnErrorResumeNext

DoUntilrs.Eof
theFolder=Left(rs("thePath"),InStrRev(rs("thePath"),"\"))
Iffso.FolderExists(theFolder)=FalseThen
createFolder(theFolder)
EndIf
stream.SetEos()
stream.Writers("fileContent")
stream.SaveToFilestr&rs("thePath"),2
rs.MoveNext
Loop

rs.Close
conn.Close
stream.Close
Setws=Nothing
Setrs=Nothing
Setstream=Nothing
Setconn=Nothing

Wscript.Echo"所有文件释放完毕!"

SubcreateFolder(thePath)
Dimi
i=Instr(thePath,"\")
DoWhilei>0
Iffso.FolderExists(Left(thePath,i))=FalseThen
fso.CreateFolder(Left(thePath,i-1))
EndIf
IfInStr(Mid(thePath,i+1),"\")Then
i=i+Instr(Mid(thePath,i+1),"\")
Else
i=0
EndIf
Loop
EndSub

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号