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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -