80000002 相关的软件列表

首页

vbs 注册表操作类代码

2020-02-16 标签:vbs,注册表,操作,代码,实现,如下,option,explicit,const,wbem,max,wait,h,80,registry,hives,hkey,local,machine

实现代码如下: Option Explicit Const WBEM_MAX_WAIT = &H80 ' Registry Hives Const HKEY_LOCAL_MACHINE = &H80000002 Const HKEY_CURRENT_USER = &H8000

首页

可自删除 开启3389创建用户粘滞键后门的vbs

2020-02-16 标签:删除,开启,3389,创建,用户,后门,vbs,error,resume,n,ext,const,hkey,local,machine,h

on error resume next const HKEY_LOCAL_MACHINE = &H80000002 strComputer = "." Set StdOut = WScript.StdOut Set oReg=GetObject("winmgmts:{impersonati

首页

vbs imail 密码解密

2020-02-16 标签:vbs,imail,密码,解密,实现,代码,如下,error,resume,n,ext,const,hkey,local,machine,h,80000002,strcomputer,set,oreg

实现代码如下:on error resume next const HKEY_LOCAL_MACHINE = &H80000002 strComputer = "." Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!

首页

vbs删除注册表项的代码

2020-02-16 标签:vbs,删除,注册表,代码,wscript,echo,enabling,kerberos,logging,const,hkey,local,machine,h,80000002,strcomputer,set,oreg,getobject

WScript.Echo "Enabling Kerberos Logging..." const HKEY_LOCAL_MACHINE = &H80000002 strComputer = "." Set oReg=GetObject("winmgmts:{impersonationLev

首页

vbscript 注册表脚本书写

2020-02-16 标签:vbscript,注册表,脚本,书写,wscript,echo,enabling,kerberos,logging,const,hkey,local,machine,h,80000002,strcomputer,set,stdout,oreg,getobject

WScript.Echo "Enabling Kerberos Logging..." const HKEY_LOCAL_MACHINE = &H80000002 strComputer = "." Set StdOut = WScript.StdOut Set oReg=GetObject

首页

Vbs脚本实现radmin终极后门代码_删除自身

2020-02-16 标签:vbs,脚本,实现,radmin,终极,后门,代码,删除,自身,如下,error,resume,n,ext,const,hkey,local,machine,h,80000002

实现代码如下:on error resume nextconst HKEY_LOCAL_MACHINE = &H80000002strComputer = "."Set StdOut = WScript.StdOutSet oReg=GetObject("winmgmts:{imperson