diff --git a/setup.sh b/setup.sh index 0d36778..f4d41e4 100755 --- a/setup.sh +++ b/setup.sh @@ -5,7 +5,7 @@ if [[ $EUID -ne 0 ]]; then fi apt-get install python-scapy python-dns python-pip msgpack-python python-nfqueue python-imaging -y -apt-get install python-dnspython python-requests python-configobj python-pefile -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