Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47391
    motog
    Participant

    When I run the ARP spoofer I receive the following error:

    PIP package scapy-python3 used to provide scapy3k, which was a fork from scapy implementing python3 compatibility since 2016. This package was included in some of the Linux distros under name of python3-scapy. Starting from scapy version 2.4 (released in March, 2018) mainstream scapy supports python3. To reduce any confusion scapy3k was renamed to kamene.
    You should use either pip package kamene for scapy3k (see http://github.com/phaethon/kamene for differences in use) or mainstream scapy (pip package scapy, http://github.com/secdev/scapy).

    I tried fixing this myself but have been unable to.

    What do I need to do to resolve this?

    Thank you

    #47441
    Diego PérezDiego Pérez
    Moderator

    Hi!
    You have installed a wrong scapy version, run the these commands:

    pip3 unistall scapy
    pip3 unistall scapy-pyhton3
    pip unistall scapy
    pip unistall scapy-pyhton3

    pip install scapy
    pip3 install scapy

    Let me know how it goes!
    Diego

    #47529
    AverageJoe
    Participant

    Hi,

    Had the same issue. Did the uninstall and install as per Diego instructions.

    This fixed the issue!

    Thanks Diego!

    #47534
    Diego PérezDiego Pérez
    Moderator

    You’re welcome!
    Greetings!
    Diego

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.