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()
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue