This commit is contained in:
Pedro L.C.A 2015-06-14 22:34:32 +00:00
commit 406943bb2a
2 changed files with 16 additions and 2 deletions

BIN
lock.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

View file

@ -1,11 +1,25 @@
#!/usr/bin/env bash
if [[ $EUID -ne 0 ]]; then
echo "You must root" 2>&1
echo "You must be root" 2>&1
exit 1
fi
echo ""
echo 'Updating MITMf'
echo ""
echo -e "___ ________ ________ ___ __ ";
echo -e "| \/ |_ _|_ _| \/ |/ _|";
echo -e "| . . | | | | | | . . | |_ ";
echo -e "| |\/| | | | | | | |\/| | _|";
echo -e "| | | |_| |_ | | | | | | | ";
echo -e "\_| |_/\___/ \_/ \_| |_/_| ";
echo -e " ";
echo -e " Framework for MITM attacks ";
echo -e ""
echo -e "________________________________"
git pull
echo 'Updating the-backdoor-factory'
cd libs/bdfactory/
git pull origin master