updated README.md

This commit is contained in:
byt3bl33d3r 2015-04-12 02:02:09 +02:00
parent 9a1c3b0ec4
commit 9bd6458a72
2 changed files with 12 additions and 11 deletions

View file

@ -9,11 +9,16 @@ This tool is based on [sergio-proxy](https://github.com/supernothing/sergio-prox
**Before submitting issues please read the appropriate [section](#submitting-issues).**
Dependency change!
===================
As of v0.9.5, DNS tampering support needs NetfilterQueue v0.6 which is currently a fork, so it *cannot* be installed via pip or easy_install.
(Another) Dependency change!
============================
As of v0.9.6, the fork of the ```python-netfilterqueue``` library is no longer required.
**Please read the [install](#installation) guide for details**
Installation
============
If MITMf is not in your distros repo or you just want the latest version:
- clone this repository
- run the ```setup.sh``` script
- install all python dependencies in the ```requirements.txt``` file using ```pip```
Availible plugins
=================
@ -37,6 +42,8 @@ Availible plugins
Changelog
=========
- Addition of [DNSChef](https://github.com/iphelix/dnschef), which acts as an internal DNS server for the framework!
- Addition of the Sniffer plugin which integrates [Net-Creds](https://github.com/DanMcInerney/net-creds) currently supported protocols are:
FTP, IRC, POP, IMAP, Telnet, SMTP, SNMP (community strings), NTLMv1/v2 (all supported protocols like HTTP, SMB, LDAP etc..) and Kerberos
@ -60,13 +67,6 @@ Changelog
- Addition of the app-cache poisoning attack by [Krzysztof Kotowicz](https://github.com/koto/sslstrip) (blogpost explaining the attack here http://blog.kotowicz.net/2010/12/squid-imposter-phishing-websites.html)
Installation
============
If MITMf is not in your distros repo or you just want the latest version, clone this repository run the ```setup.sh``` script and install all python dependencies in the ```requirements.txt``` file using ```pip```.
Then, download the ```python-netfilterqueue``` library from here
https://github.com/fqrouter/python-netfilterqueue and manually install it.
Submitting Issues
=================
If you have *questions* regarding the framework please email me at byt3bl33d3r@gmail.com

View file

@ -3,6 +3,7 @@ requests
scapy
msgpack-python
dnspython
dnslib
user-agents
configobj
pyyaml