Nytro Posted November 30, 2014 Report Posted November 30, 2014 [h=1]MITMf V0.8[/h]Framework for Man-In-The-Middle attacks Quick tutorials, examples and dev updates at Trying to take the dum-dum out of security... 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:Spoof - Redirect traffic using ARP Spoofing, ICMP Redirects or DHCP Spoofing and modify DNS queriesBeEFAutorun - Autoruns BeEF modules based on clients OS or browser typeAppCachePoison - Perform app cache poison attacksAirPwn - Monitor traffic on an 802.11 network and respond with arbitrary content as configuredSessionHijacking - Performs session hijacking attacks, and stores cookies in a firefox profileBrowserProfiler - Attempts to enumerate all browser plugins of connected clientsCacheKill - Kills page caching by modifying headersFilePwn - Backdoor executables being sent over http using bdfactoryInject - Inject arbitrary content into HTML contentJavaPwn - Performs drive-by attacks on clients with out-of-date java browser pluginsjskeylogger - Injects a javascript keylogger into clients webpagesReplace - Replace arbitary content in HTML contentSMBAuth - Evoke SMB challenge-response auth attemptsUpsidedownternet - Flips images 180 degrees So far the most significant changes have been:Integrated SSLstrip+ (https://github.com/LeonardoNve/sslstrip2) by Leonardo Nve to partially bypass HSTS as demonstrated at BlackHat Asia 2014 Addition of the AirPwn plugin (Python port of the original project), which also supports the DNSpwn attackAddition of the SessionHijacking plugin, which uses code from FireLamb (https://github.com/sensepost/mana/tree/master/firelamb) to store cookies in a Firefox profile Spoof plugin now supports ICMP, ARP and DHCP spoofing along with DNS tampering (DNS tampering code was stolen from https://github.com/DanMcInerney/dnsspoof/)Spoof plugin can now exploit the 'ShellShock' bug when DHCP spoofing! Usage of third party tools has been completely removed (e.g. ettercap)FilePwn plugin re-written to backdoor executables and zip files on the fly by using the-backdoor-factory https://github.com/secretsquirrel/the-backdoor-factory and code from BDFProxy https://github.com/secretsquirrel/BDFProxyAdded msfrpc.py for interfacing with Metasploits rpc serverAdded beefapi.py for interfacing with BeEF's RESTfulAPIAddition of the app-cache poisoning attack by Krzysztof Kotowicz [h=3]How to install on Kali[/h] Run setup.sh as root to install all submodules and python libraries.Sursa: https://github.com/byt3bl33d3r/MITMf Quote