diff --git a/README.md b/README.md index 56a042b..c611197 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,12 @@ Quick tutorials, examples and dev updates at http://sign0f4.blogspot.it This tool is completely based on sergio-proxy https://code.google.com/p/sergio-proxy/ and is an attempt to revive and update the project. -Availible plugins: +Dependency change! +=================== +As of v0.9.5 DNS tampering support needs NetfilterQueue v0.6 which has yet to be merged into the main repo! Download it from here https://github.com/fqrouter/python-netfilterqueue and manually install it. + +Availible plugins +================= - Responder - LLMNR, NBT-NS and MDNS poisoner - SSLstrip+ - Partially bypass HSTS - Spoof - Redirect traffic using ARP Spoofing, ICMP Redirects or DHCP Spoofing and modify DNS queries @@ -25,7 +30,8 @@ Availible plugins: - SMBAuth - Evoke SMB challenge-response auth attempts - Upsidedownternet - Flips images 180 degrees -So far the most significant changes have been: +Changelog +========= - 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 @@ -51,8 +57,7 @@ https://github.com/secretsquirrel/the-backdoor-factory and code from BDFProxy ht - Addition of the app-cache poisoning attack by Krzysztof Kotowicz -

How to install on Kali

- -MITMf is now in tha kali linux repositories! +How to install on Kali +====================== ```apt-get install mitmf```