MITMf/setup.sh
2014-10-29 18:54:31 +01:00

12 lines
362 B
Bash
Executable File

#!/usr/bin/env bash
if [[ $EUID -ne 0 ]]; then
echo "You must be root" 2>&1
exit 1
fi
apt-get install python-scapy python-dns python-pip msgpack-python python-nfqueue python-imaging -y
apt-get install python-twisted-web python-dnspython python-requests python-configobj python-pefile -y
git submodule init
git submodule update
cd bdfactory/ && ./install.sh