mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-16 10:03:52 -07:00
session hijack plugin 50% done
This commit is contained in:
parent
e4cf519356
commit
fcbc2254bd
6 changed files with 68 additions and 21 deletions
|
@ -20,6 +20,7 @@ from twisted.web.http import HTTPChannel
|
|||
from ClientRequest import ClientRequest
|
||||
|
||||
class StrippingProxy(HTTPChannel):
|
||||
|
||||
'''sslstrip is, at heart, a transparent proxy server that does some unusual things.
|
||||
This is the basic proxy server class, where we get callbacks for GET and POST methods.
|
||||
We then proxy these out using HTTP or HTTPS depending on what information we have about
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue