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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -