This commit is contained in:
byt3bl33d3r 2014-11-29 17:12:21 +01:00
parent 78dcfc0383
commit cded43f0c6
4 changed files with 11 additions and 6 deletions

View file

@ -62,7 +62,7 @@ class ServerConnection(HTTPClient):
def sendRequest(self):
if self.command == 'GET':
logging.info("%s Sending Request: %s %s" % (self.client.getClientIP(), self.command, self.headers['host']))
logging.info("%s Sending Request: %s" % (self.client.getClientIP(), self.headers['host']))
self.plugins.hook()
self.sendCommand(self.command, self.uri)