VBS绑定MAC地址
发布时间:2016-12-27 来源:查字典编辑
摘要:dimobjshellSetobjShell=CreateObject("Wscript.Shell")objshell.run("arp-...
dim objshell
Set objShell = CreateObject("Wscript.Shell")
objshell.run("arp -d"),0
objShell.Run("arp -s 192.168.0.1 00-0e-a0-00-67-9f"),0
将上面代码保存为VBS可以用了。可以防止ARP攻击。