mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-03-12 04:35:49 -07:00
2
Starting MITMf
byt3bl33d3r edited this page 2015-08-23 02:01:48 +02:00
#Starting MITMf At it's core, MITMf is just a supped of version of SSLstrip with some tricks up it's sleeve.
When you start MITMf with the command:
python mitmf.py -i interface
A few things happen:
- The SSLstrip proxy starts and load any plugins we called from the command line
The SSLStrip proxy will intercept any HTTP traffic and modify it to our bidding
- An HTTP, DNS and SMB server are started
These servers are primarily used in conjunction with the frameworks plugins
- NetCreds is started
An awesome tool by an awesome guy! NetCreds job is to sniff (at Layer 3) any and all clear-text credentials going over the wire
- MITMf-API webserver is started
The MITMF-API webserver exposes an API which can be used to enable and disable plugins on the fly