epsylon / ufonet

UFONet - Denial of Service Toolkit
https://ufonet.03c8.net
2.22k stars 610 forks source link

Error Importing #208

Closed h101-nazi closed 4 years ago

h101-nazi commented 4 years ago

Error Importing : install scapy lib Proof : https://gyazo.com/4d4c91e1932f011733575c4dba518aa2

h101-nazi commented 4 years ago

How to fix just download the older python 2 of that https://gyazo.com/c0aa8700db736eb198a672e322c2443e https://ufonet.03c8.net/

epsylon commented 4 years ago

sudo apt-get install python3-scapy (pip3 install scapy)

h101-nazi commented 4 years ago

thanks

blank29 commented 3 years ago

hello i'm having the same problem after linux kali update. and I already have the scapy lib scapy oh yes, I just installed Scamav yesterday.

epsylon commented 3 years ago

@blank29 if isn't working, try it from pip3...

ex: pip3 install scapy-python3

epsylon commented 1 year ago

@ElmoRunsAgain you mean, that you don't want to read on the Internet how to solve this...

1) Try to review which Python version are you using: python3 --version Python 3.7.3

2) Fetch the lib using that version: pip3.7 install scapy-python3 Requirement already satisfied: scapy-python3