From 09402ecccff903d79121234fd2dcf88083194bf1 Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Sat, 22 Aug 2015 22:08:10 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index cba1641..ff3f70b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Contact me at: - IRC on Freenode: #MITMf - Email: byt3bl33d3r@gmail.com -**Before submitting issues, please read the [CONTRIBUTING.md](CONTRIBUTING.md).** +**Before submitting issues, please read the relevant [section](https://github.com/byt3bl33d3r/MITMf/wiki/Reporting-a-bug) in the wiki .** Description ============ @@ -132,17 +132,7 @@ For a complete list of available options, just run ```python mitmf.py --help``` - **SMBAuth** : Evoke SMB challenge-response authentication attempts - **Upsidedownternet** : Flips images 180 degrees -How to install on Kali -====================== - -```apt-get install mitmf``` - -**Currently Kali has a very old version of MITMf in its repos, read the [Installation](#installation) section to get the latest version** - Installation ============ -- Clone this repository -- Run the ```setup.sh``` script -- On Kali, Debian (and possibly Ubuntu): ```apt-get install python-dev python-setuptools libpcap0.8-dev libnetfilter-queue-dev``` -- Run the command ```pip install --upgrade -r requirements.txt``` to install all Python dependencies +Please refer to the wiki for [installation instructions](https://github.com/byt3bl33d3r/MITMf/wiki/Installation)