Skip to content

Instantly share code, notes, and snippets.

@zet235
Last active November 22, 2016 10:16
Show Gist options
  • Save zet235/6c622613a31d7a34905ef1664559bf41 to your computer and use it in GitHub Desktop.
Save zet235/6c622613a31d7a34905ef1664559bf41 to your computer and use it in GitHub Desktop.
router env install script
git clone https://github.com/devttys0/binwalk.git
apt-get -y install python-lzma
apt-get -y install python-crypto
apt-get -y install python-numpy python-scipy python-pip
apt-get -y install python-pip
pip install --upgrade pip
pip install pyqtgraph
pip install capstone
cd binwalk
sudo python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment