mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-14 02:37:06 -07:00
modified binkybears install script
This commit is contained in:
parent
14e594e104
commit
68178140fe
3 changed files with 7 additions and 12 deletions
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
git submodule init
|
||||
git submodule update
|
|
@ -1,7 +0,0 @@
|
|||
#!/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
|
|
@ -1,7 +1,12 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
if [[ $EUID -ne 0 ]]; then
|
||||
echo "You must root" 2>&1
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo 'Updating MITMf'
|
||||
git pull
|
||||
echo 'Updating the-backdoor-factory'
|
||||
cd bdfactory/
|
||||
git pull origin master
|
||||
|
||||
./update.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue