fixed logging in responder and some plugins

This commit is contained in:
byt3bl33d3r 2015-04-12 19:00:50 +02:00
parent 5ce49d2ff2
commit 5b0a15ea56
10 changed files with 36 additions and 14 deletions

View file

@ -113,7 +113,7 @@ class ClientRequest(Request):
if os.path.exists(scriptPath): return scriptPath
logging.warning("Error: Could not find lock.ico")
mitmf_logger.warning("Error: Could not find lock.ico")
return "lock.ico"
def handleHostResolvedSuccess(self, address):