Framework for Man-In-The-Middle attacks
Find a file
2014-07-11 20:07:46 +02:00
app_cache_poison initial commit 2014-07-07 13:40:49 +02:00
plugins removed unused variable 2014-07-11 20:05:42 +02:00
sslstrip added some comments 2014-07-11 20:07:46 +02:00
.gitignore Minor fixes and jskeylogger plugin now live 2014-07-11 10:31:49 +02:00
LICENSE Initial commit 2014-07-07 13:13:51 +02:00
lock.ico initial commit 2014-07-07 13:40:49 +02:00
mitmf.py Minor fixes and jskeylogger plugin now live 2014-07-11 10:31:49 +02:00
README.md Update README.md 2014-07-11 11:37:34 +02:00

MITMf

Framework for Man-In-The-Middle attacks

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.

So far the most significant changes have been:

  • Arpspoof plugin has been completely re-written to use scapy (Now able to poison via arp-requests and arp-replies)

  • Usage of third party tools has been completely removed (e.g. ettercap)

  • Addition of the BrowserProfiler plugin

  • Addition of the JsKeylogger plugin

  • Addition of the app-cache poisoning attack by Krzysztof Kotowicz

Coming Soon:

JavascriptKeylogger plugin Now live!