用vbs通過135端口執(zhí)行命令的腳本
更新時間:2008年06月20日 19:20:31 作者:
還是高手強通過下面的代碼實現(xiàn)遠程執(zhí)行計算機的exe文件
wmiexec.vbs(通過135端口執(zhí)行命令)
set ww=createobject("wbemscripting.swbemlocator")
set cc=ww.connectserver("172.20.241.218","root/cimv2","user","password")
Set pp=cc.get("Win32_Process")
pp.create("cmd /c temp.exe")
復(fù)制代碼 代碼如下:
set ww=createobject("wbemscripting.swbemlocator")
set cc=ww.connectserver("172.20.241.218","root/cimv2","user","password")
Set pp=cc.get("Win32_Process")
pp.create("cmd /c temp.exe")
相關(guān)文章
輸入mdb數(shù)據(jù)庫即可將打包的mdb文件解包
2008-01-01

