DNS server now outputs all queries to seperate log file

Fixed a bug where the SSLStrip proxy wouldn't allow caching if the AppCache poison plugin is enabled
HTTP and SMB servers now listen on all interfaces
This commit is contained in:
byt3bl33d3r 2015-09-06 12:47:07 +02:00
parent 9add87c5b2
commit 22a43df4f8
6 changed files with 25 additions and 12 deletions

View file

@ -36,6 +36,7 @@ class AppCachePlugin(Plugin):
from core.sslstrip.URLMonitor import URLMonitor
self.urlMonitor = URLMonitor.getInstance()
self.urlMonitor.caching = True
self.urlMonitor.setAppCachePoisoning()
def response(self, response, request, data):