mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-21 14:03:26 -07:00
Version bump
Minor code optimizations
This commit is contained in:
parent
5e56049e44
commit
9086525c90
44 changed files with 913 additions and 490 deletions
13
core/sergioproxy/README.md
Normal file
13
core/sergioproxy/README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue