diff --git a/setup.sh b/setup.sh index 104b15f..c5a7d24 100755 --- a/setup.sh +++ b/setup.sh @@ -4,9 +4,6 @@ if [[ $EUID -ne 0 ]]; then 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 -pip install pyyaml ua-parser user-agents git submodule init git submodule update cd libs/bdfactory/ && ./install.sh