mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-03-12 04:35:49 -07:00
Merge pull request #416 from jlcmoore/master
Https load error, and incorrect variable name
This commit is contained in:
commit
6407b1df9f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user