无法发送ARP答复python原始套接字

时间:2018-11-18 18:43:40

标签: python python-3.x network-programming raw-sockets

您好,我正在学习有关ARP欺骗的知识,我正试图了解如何将ARP应答从一个主机发送到另一主机,但是我发送给该主机的主机的ARP缓存无法解析另一主机的MAC地址主办。 我正在将答复从192.168.1.6发送到192.168.1.4 这是我的代码:

param([Parameter(Mandatory=$false)][String][ValidateSet('a',
                                                        'b',
                                                        'c')$firstcmd,
      [Parameter(Mandatory=$false)][String][ValidateSet('a',
                                                        'b', 
                                                        'c')$secondcmd,
     )

function a_function {
    Write-Host "Hello a"
}

function b_function  {
    Write-Host "Hello b"
}

function c_function  {
    Write-Host "Hello c"
}

# here the "command option to function mapping" magic should happen

0 个答案:

没有答案