mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-05 20:42:20 -07:00
Https load error, and incorrect variable name
This commit is contained in:
parent
d535950994
commit
c8db6d3568
2 changed files with 3 additions and 3 deletions
|
@ -179,7 +179,7 @@ class ServerConnection(HTTPClient):
|
||||||
self.plugins.hook()
|
self.plugins.hook()
|
||||||
|
|
||||||
if logging.getLevelName(log.getEffectiveLevel()) == "DEBUG":
|
if logging.getLevelName(log.getEffectiveLevel()) == "DEBUG":
|
||||||
for header, value in self.client.headers.iteritems():
|
for header, value in self.headers.iteritems():
|
||||||
log.debug("Receiving header: ({}: {})".format(header, value))
|
log.debug("Receiving header: ({}: {})".format(header, value))
|
||||||
|
|
||||||
def handleResponsePart(self, data):
|
def handleResponsePart(self, data):
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
git+git://github.com/kti/python-netfilterqueue
|
git+https://github.com/kti/python-netfilterqueue
|
||||||
pyinotify
|
pyinotify
|
||||||
pycrypto
|
pycrypto
|
||||||
pyasn1
|
pyasn1
|
||||||
|
@ -23,4 +23,4 @@ python-magic
|
||||||
msgpack-python
|
msgpack-python
|
||||||
requests
|
requests
|
||||||
pypcap
|
pypcap
|
||||||
chardet
|
chardet
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue