mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-30 11:48:27 -07:00
Install script
Update in bdfactory still puts out missing capstone folder but this should be all the required files for kali.
This commit is contained in:
parent
9ef85851a2
commit
1e9e0a460c
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