Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scapy and Python 3.2

Will Scapy be compatible with Python 3.2? I've been trying to find some info on how it performs, since the Scapy website has rather scarce (if any) info on Python 3.X compatibility, and I didn't come up with anything informative. Has anyone tried using it on Python 3.X and how did it perform?

like image 583
kyooryu Avatar asked Feb 29 '12 16:02

kyooryu


People also ask

How do you use Scapy in Python 3?

Installation of scapy module: As scapy module is not included in Python3 library by default, we have to add it into our Python library using pip. Execute this command in your Linux terminal to get the scapy module for Python3.

How do I know what version of Scapy I have?

If you are using python3, you can use your package manager (pip) pip3 list and find spacy's version. Save this answer.


1 Answers

Intrusive edit: Many answers below are outdated. Scapy now supports Python 3. See https://github.com/secdev/scapy

Python 3 compatibility for parts of Scapy seems to have been attempted.

It's perhaps worth filing a ticket on their bug tracker if there isn't one already (I tried searching and didn't find an obvious one, which I thought was surprising).

Update: https://bitbucket.org/secdev/scapy/issues/5082/compatibility-with-python-3

like image 113
m01 Avatar answered Oct 11 '22 15:10

m01