diff --git a/README.md b/README.md index e6364b1..a928592 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/requirements.txt b/requirements.txt index f057153..0b3cebb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,7 @@ requests scapy msgpack-python dnspython +dnslib user-agents configobj pyyaml