mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-08 05:51:48 -07:00
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:
parent
9add87c5b2
commit
22a43df4f8
6 changed files with 25 additions and 12 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue