mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
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
|