我想在具有openWRT的ARM系统中为python 2.7(已经存在于openWRT中)安装scapy和wireshrk?在openWRT中是否有易于安装scapy的软件包?
答案 0 :(得分:3)
我不确定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
。
答案 1 :(得分:0)
截止到今天,scapy
在存储库上可用:
# opkg update
# opkg install scapy