From 2f194628ab35e90a1b8809e8152f897cd3160cf1 Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Wed, 29 Oct 2014 18:53:30 +0100 Subject: [PATCH] updated README with nfqueue instructions --- README.md | 8 ++++++-- setup.sh | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02427c6..53d3d73 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -MITMf -===== +MITMf V0.7 +========== Framework for Man-In-The-Middle attacks @@ -44,3 +44,7 @@ https://github.com/secretsquirrel/the-backdoor-factory and code from BDFProxy ht

How to install on Kali

Run setup.sh as root to install all submodules and python libraries. + +If you get an error similar to ```TypeError: nfqueue_callback() takes exactly 3 arguments (2 given)``` +Then you need to manually compile the python bindings for nfqueue. +You can download the latest version at https://www.wzdftpd.net/redmine/projects/nfqueue-bindings/wiki diff --git a/setup.sh b/setup.sh index f4d41e4..395d174 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-nfqueue python-imaging -y +apt-get install python-scapy python-dns python-pip msgpack-python python-imaging -y apt-get install python-twisted-web python-dnspython python-requests python-configobj python-pefile -y git submodule init git submodule update