您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 防止ARP攻击的shell代码

  2. 防止ARP攻击,使用命令route、grep、ifconfig等,需要的朋友可以参考下
  3. 所属分类:其它

    • 发布日期:2020-09-15
    • 文件大小:44032
    • 提供者:weixin_38655810
  1. 防止ARP攻击的shell代码

  2. 代码如下:#!/bin/bashdeclare gw=`route -n | grep -e ‘^0.0.0.0’`declare gwname=`echo $gw | grep -oe ‘\w*$’`declare gwip=`echo $gw | grep -oe ‘[0-9]\{2,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}’`declare gwmac=`arp -n | grep -e $gwip | grep -oe ‘[0-9A-F]
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:46080
    • 提供者:weixin_38748718