mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-30 19:50:16 -07:00
Merge pull request #11 from binkybear/master
Install script for kali linux
This commit is contained in:
commit
14e594e104
1 changed files with 7 additions and 0 deletions
7
install.sh
Normal file
7
install.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
sudo apt-get install python-pip msgpack-python python-nfqueue python-imaging capstone -y
|
||||
sudo apt-get install python-requests python-configobj python-pefile -y
|
||||
pip install capstone
|
||||
./update.sh
|
||||
./install-bdfactory.sh
|
||||
./bdfactory/update.sh
|
Loading…
Add table
Add a link
Reference in a new issue