1
0
mirror of https://github.com/byt3bl33d3r/MITMf.git synced 2025-03-12 04:35:49 -07:00

Merge pull request from jlcmoore/master

Https load error, and incorrect variable name
This commit is contained in:
byt3bl33d3r 2018-03-27 01:59:35 +08:00 committed by GitHub
commit 6407b1df9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

@ -179,7 +179,7 @@ class ServerConnection(HTTPClient):
self.plugins.hook()
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))
def handleResponsePart(self, data):

@ -1,4 +1,4 @@
git+git://github.com/kti/python-netfilterqueue
git+https://github.com/kti/python-netfilterqueue
pyinotify
pycrypto
pyasn1
@ -23,4 +23,4 @@ python-magic
msgpack-python
requests
pypcap
chardet
chardet