我想在具有openWRT的ARM系统中为python 2.7(已经存在于openWRT中)安装scapy和wirehrk吗?在openWRT中是否有易于安装scapy的软件包?
我不确定wireshark
,但是对于scapy
是可能的。请按照以下步骤操作:
opkg update
opkg upgrade tar wget
opkg install python tcpdump unzip
wget http://www.secdev.org/projects/scapy/files/scapy-latest.tar.gz
tar -xvf scapy-latest.tar.gz
cd scapy*
python setup.py install
cd ..
rm -rf scapy*
Arduino Yun
对我有用。
截止到今天,scapy
在存储库中可用:
# opkg update
# opkg install scapy