is it possible to install scapy on openWRT -
i want install scapy , wireshrk python 2.7(already present in openwrt) in arm system having openwrt? there package easy install scapy in openwrt?
i not sure wireshark
, possible scapy
. follow these steps:
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*
it worked me, arduino yun
.
Comments
Post a Comment