Is this port of Scapy compatible with Python 3.x?

1

I found this attempt at poring the Scapy packet manipulator to Python 3.x. Has anyone had any experience using it in Python 3.x? Does it work?

Jules

Posted 2013-08-06T19:17:42.323

Reputation: 628

Answers

1

For the record, Scapy now works with Python 2.7 and 3.3 to 3.6.

Just get the latest development version from https://github.com/secdev/scapy!

Pierre

Posted 2013-08-06T19:17:42.323

Reputation: 127

1That's good to know. Thanks for bringing Scapy up to date! – Jules – 2017-12-27T16:57:08.483

0

I don't know about the attempt above, but I have my own version. Linux version is quite usable with the basic layers. See more info at https://github.com/phaethon/scapy or install as scapy-python3 from pip

Eriks Dobelis

Posted 2013-08-06T19:17:42.323

Reputation: 109