From charlesreid1

(Created page with "MITMf is the man in the middle framework. This is a really nice tool written in Python, and capable of carrying out man in the middle attacks using multiple methods (think ...")
 
No edit summary
Line 1: Line 1:
==What is MITMf?==
MITMf is the man in the middle framework.
MITMf is the man in the middle framework.


Line 4: Line 6:


The best part of MITMf is that you can process packets using [[Scapy]] - so you can capitalize on all that knowledge you already have of that library.
The best part of MITMf is that you can process packets using [[Scapy]] - so you can capitalize on all that knowledge you already have of that library.
==Flags==
{{MITMFlag}}

Revision as of 07:53, 23 August 2016

What is MITMf?

MITMf is the man in the middle framework.

This is a really nice tool written in Python, and capable of carrying out man in the middle attacks using multiple methods (think Bettercap but implemented in Python instead of Ruby, yay!).

The best part of MITMf is that you can process packets using Scapy - so you can capitalize on all that knowledge you already have of that library.

Flags