MITMf/update.sh
byt3bl33d3r 96eb4e2fa6 added capstone in requirements.txt
modified setup and update scripts
2015-04-18 15:08:11 +02:00

11 lines
198 B
Bash
Executable file

#!/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 libs/bdfactory/
git pull origin master