mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-14 10:47:05 -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,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