session hijacker plugin complete

This commit is contained in:
byt3bl33d3r 2014-11-29 15:30:43 +01:00
parent fcbc2254bd
commit 3fe93f0467
5 changed files with 109 additions and 31 deletions

View file

@ -42,6 +42,9 @@ class URLMonitor:
return (client,url) in self.strippedURLs
def writeClientLog(self, client, headers, message):
if not os.path.exists("./logs"):
os.makedirs("./logs")
if (client.getClientIP() + '.log') not in os.listdir("./logs"):
try: