- This topic has 3 replies, 3 voices, and was last updated 4 years ago by Diego Pérez.
- AuthorPosts
- October 24, 2020 at 10:09 pm #47391motogParticipant
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
October 26, 2020 at 7:03 pm #47441Diego PérezModeratorHi!
You have installed a wrong scapy version, run the these commands:pip3 unistall scapy
pip3 unistall scapy-pyhton3
pip unistall scapy
pip unistall scapy-pyhton3pip install scapy
pip3 install scapyLet me know how it goes!
DiegoOctober 30, 2020 at 5:27 pm #47529AverageJoeParticipantHi,
Had the same issue. Did the uninstall and install as per Diego instructions.
This fixed the issue!
Thanks Diego!
October 30, 2020 at 6:39 pm #47534Diego PérezModeratorYou’re welcome!
Greetings!
Diego - AuthorPosts
- You must be logged in to reply to this topic.