From f5635b5a4b8921088ef5f8204c47a37b7c65ce24 Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Wed, 29 Oct 2014 18:54:31 +0100 Subject: [PATCH] updated README with nfqueue instructions --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 395d174..f4d41e4 100755 --- a/setup.sh +++ b/setup.sh @@ -4,7 +4,7 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi -apt-get install python-scapy python-dns python-pip msgpack-python python-imaging -y +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