MITMf/core/sergioproxy
byt3bl33d3r ba14ed8687 This commit refactors ARP and DHCP poisoning:
DHCP poisoning now works on Windows, additionaly it's been optimized for performance improvements
ARP poisoning has been optimized with and internal cache and some algo improvements

cve-details-parser.py has been added to the utils/ directory to help adding exploits to the BrowserSniper config file

I'm currently working on adding to the filepwn plugin all of the missing options that bdfproxy stand-alone has
2015-07-25 02:49:41 +02:00
..
__init__.py Version bump 2015-03-30 18:04:24 +02:00
ProxyPlugins.py This commit refactors ARP and DHCP poisoning: 2015-07-25 02:49:41 +02:00
README.md Version bump 2015-03-30 18:04:24 +02:00

Originally, sergio-proxy was a standalone implementation of a transparent proxy using the Twisted networking framework for Python. However, sslstrip uses almost exactly the same interception method, so I decided to use sslstrip's more mature libraries and try to provide a simple plugin interface to grab the data.

The only file that has been modified from sslstrip is the ServerConnection.py file, from which we can hook at certain important points during the intercept.

Copyright 2011, Ben Schmidt Released under the GPLv3