MITMf: Difference between revisions
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
| monkey in the middle attacks in which an attacker tricks two parties into thinking they're communicating with each other, but both are communicating with the attacker.
Wireless Attacks: MITM/Wireless Wired Attacks: MITM/Wired
Layer 1 and 2 MITM Attacks: Network Tap: MITM/Wired/Network Tap Evil Twin Attack: Evil Twin · MITM/Evil Twin
Layer 3 and 4 MITM Attacks:
ARP Poisoning: MITM/ARP Poisoning Traffic Injection/Modification: MITM/Traffic Injection DNS Attacks: MITM/DNS · Bettercap/Failed DNS Spoofing Attack · Bettercap/Failed DNS Spoofing Attack 2 DHCP Attacks: MITM/DHCP WPAD MITM Attack: MITM/WPAD Port Stealing: MITM/Port Stealing Rushing Attack: MITM/Rushing Attack Attacking HTTPS: MITM/HTTPS
Session Hijacking: MITM/Session Hijacking
Toolz:
SSLSniff · SSLStrip · Frankencert
MITM Labs: {{MITMLabs}}
Category:MITM · Category:Attacks · Category:Kali Attack Layers Template:MITMLabs · Template:MITMFlag Flags · Template:MITMFlag · e |