mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-25 20:57:45 +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
|