本文目录一览:
网吧有效防止ARP攻击软件要免费的
防止ARP的办法是在路由和客户机上双向绑定IP和MAC
只在客户端上绑定是没用的,必须在路由上也绑定,这样中了ARP的客户端就会被禁止入网。
客户机上绑定的软件很多,或者直接用批处理自己绑定:
arp -s 网关的IP 网关的MAC
arp -s 客户机的IP 客户机的MAC
求攻击网吧全部死机或破坏网吧服务器的软件!!
网吧的防御系统绝对不会因为一个软件而崩溃的,换句话说,不可能光凭一个软件就做到你说的这个地步,如果你没有一定的黑客基础,还是打消了这个念头吧.毕竟被发现了是触犯法律的.
网吧防止ARP攻击软件+详细操作,不要复制
保存。BAT文件 执行 提示很厉害
path c:\;c:\windows;c:\windows\system32
c:
cd \
:::::::::读取本机Mac地址
if exist ipconfig.txt del ipconfig.txt
ipconfig /all c:\ipconfig.txt
:::::::::读取网关Mac地址
if exist GateMac.txt del GateMac.txt
arp -a %GateIP% c:\GateMac.txt
for /f "skip=3 tokens=2" %%H in (GateMac.txt) do set GateMac=%%H
:::::::::读取网关地址
if exist GateIP.txt del GateIP.txt
find "Default Gateway" ipconfig.txt c:\GateIP.txt
for /f "skip=2 tokens=13" %%G in (GateIP.txt) do set GateIP=%%G
echo set Ws = WScript.CreateObject("WScript.Shell") c:\banding.vbs
echo count=0 banding.vbs
echo for each ps in getobject("winmgmts:\\.\root\cimv2:win32_process").instances_ banding.vbs
echo if ps.name="wscript.exe" then count=count+1 banding.vbs
echo next banding.vbs
echo if count ^^ 2 then wscript.quit banding.vbs
echo i=1 banding.vbs
echo for i = 1 to 3 '3为绑定的次数 banding.vbs
echo i=i-1 '永远也不会是3,所以一直循环 banding.vbs
echo WScript.Sleep(1000*60*0.1) '每0.1分钟绑定一次 banding.vbs
echo ws.run "arp -d",0 banding.vbs
echo ws.run "arp -s %GateIP% %GateMac%",0 banding.vbs
echo next banding.vbs
c:
cd \
start banding.vbs
del /f /q GateMac.txt
del /f /q ipconfig.txt
del /f /q GateIP.txt
copy banding.vbs c:\windows\system32
echo Windows Registry Editor Version 5.00 c:\arp.reg
echo. arp.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] arp.reg
echo "arptom"="c:\\windows\\system32\\banding.vbs" arp.reg
regedit -is arp.reg
del /f /q arp.reg
del /f /q banding.vbs
exit
同一个网吧怎么攻击别的电脑,让他上不了网
这好办,不用找网管,ping 命令也不是多管用.给你个网址:,这个软件是网络执法官,
下载以后把它装到电脑上,你没用过,要根据使用说明进行相应设置,你要把网吧起始IP和末尾IP填上,然后它就会把这个网吧内所有开着机的电脑全扫描进来,这样,你想让哪一台电脑不能上网,就可以在相就的IP上点击右键,选其中的某一项就行了.很过瘾的.