From fc3cbb56ef9178ddf37535d2a438231b6b94f3ab Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Tue, 28 Oct 2014 19:42:42 +0100 Subject: [PATCH] added twisted to setup script --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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