Changelog MITMf v-0.9.8 ‘The Dark Side’:
+ Added active packet filtering support
+ Fixed unicode bug in jskeylogger JS
+ Refactored Responder code
+ Better encoding detection in the Inject plugin
+ Bug fixes and code style improvements
Clik here to view.

Mitmf-V0.9.8 :’The dark Side’
MITMf aims to provide a one-stop-shop for Man-In-The-Middle and network attacks while updating and improving existing attacks and techniques.
Originally built to address the significant shortcomings of other tools (e.g Ettercap, Mallory), it’s been almost completely re-written from scratch to provide a modular and easily extendible framework that anyone can use to implement their own MITM attack.
Features:
+ The framework contains a built-in SMB, HTTP and DNS server that can be controlled and used by the various plugins, it also contains a modified version of the SSLStrip proxy that allows for HTTP modification and a partial HSTS bypass.
+ As of version 0.9.8, MITMf supports active packet filtering and manipulation (basically what etterfilters did, only better), allowing users to modify any type of traffic or protocol.
+ The configuration file can be edited on-the-fly while MITMf is running, the changes will be passed down through the framework: this allows you to tweak settings of plugins and servers while performing an attack.
+ MITMf will capture FTP, IRC, POP, IMAP, Telnet, SMTP, SNMP (community strings), NTLMv1/v2 (all supported protocols like HTTP, SMB, LDAP etc.) and Kerberos credentials by using Net-Creds, which is run on startup.
+ Responder integration allows for LLMNR, NBT-NS and MDNS poisoning and WPAD rogue server support.
Download : v0.9.8.zip | v0.9.8.tar.gz
Source :https://byt3bl33d3r.github.io/ | Our Post Before