From d7140c48a8b7f4b644eac2c7421fb1c2e78aa73f Mon Sep 17 00:00:00 2001 From: iUniqu3 Date: Thu, 4 Jun 2015 13:52:55 +0200 Subject: [PATCH 1/2] Update README.md Chnaged Installation for Kali Linux --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a87832e..60daa57 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,12 @@ Installation If MITMf is not in your distro's repo or you just want the latest version: - Run the command ```git clone https://github.com/byt3bl33d3r/MITMf.git``` to clone this directory - Run the ```setup.sh``` script +- Remove ```pypcap``` from ```requirements.txt``` (ONLY @Kali Linux) - Run the command ```pip install --upgrade -r requirements.txt``` to install all Python dependencies -On Kali Linux, if you get an error while installing the ```pypcap``` package or when starting MITMf you see: ```ImportError: no module named pcap```, run ```apt-get install python-pypcap``` to fix it +On Kali Linux, run ```apt-get install python-pypcap``` + +Enjoy Submitting Issues ================= From 7a344b598e1e900c99b7715cc7a464271293190a Mon Sep 17 00:00:00 2001 From: iUniqu3 Date: Thu, 4 Jun 2015 13:54:23 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60daa57..a64b4fb 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ If MITMf is not in your distro's repo or you just want the latest version: - Remove ```pypcap``` from ```requirements.txt``` (ONLY @Kali Linux) - Run the command ```pip install --upgrade -r requirements.txt``` to install all Python dependencies -On Kali Linux, run ```apt-get install python-pypcap``` +On Kali Linux run ```apt-get install python-pypcap``` Enjoy