Arp cache poisoning using scapy

Dan Stromberg drsalists at gmail.com
Sun Jun 2 15:16:25 EDT 2013


On Sun, Jun 2, 2013 at 11:19 AM, <bakbakinfo123 at gmail.com> wrote:

>
> I am trying to get the arp cache poisoning working with scapy and python
> but having problems
>
> The python script itself is very simple:
> root at ubuntu:/home/joker/Downloads/scapy-2.2.0/scripts# cat arp_poison.py
> #!/usr/bin/env python
>
> import sys
>
> from scapy.all import *
>
> arpcachepoison("00:22:fa:98:5e:04", "192.168.1.131")
>
> The error I am getting is illegal IP address. How do I fix it?
>

It looks to me like arpcachepoison wants two IP's,  not a MAC and an IP.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130602/f1f49e91/attachment.html>


More information about the Python-list mailing list