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?
Asked
Active
Viewed 2,244 times
2 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
- 127
-
1That's good to know. Thanks for bringing Scapy up to date! – Jules Dec 27 '17 at 16:57
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
- 109