blob: 3e75fcd1776aa7bdae65b3cb65c5457d3b647094 (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_PYTHON_SCAPY3K
bool "python-scapy3k"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON3_ZLIB
help
Network packet and pcap file crafting/sniffing/manipulation
security tool (based on scapy) with python3 compatibility.
https://github.com/phaethon/scapy
|