mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-20 05:23:28 -07:00
parent
772ef9ab39
commit
e22276477b
8 changed files with 32 additions and 18 deletions
|
@ -42,6 +42,10 @@ class Responder(Plugin):
|
|||
MDNS.start()
|
||||
NBTNS.start()
|
||||
|
||||
# Load Browser Listener
|
||||
import core.servers.Browser as Browser
|
||||
Browser.start()
|
||||
|
||||
if self.config["Responder"]["SQL"].lower() == "on":
|
||||
from core.servers.MSSQL import MSSQL
|
||||
self.tree_info.append("MSSQL server [ON]")
|
||||
|
|
|
@ -30,7 +30,7 @@ class SSLstripPlus(Plugin):
|
|||
self.options = options
|
||||
|
||||
from core.sslstrip.URLMonitor import URLMonitor
|
||||
from core.servers.dns.DNSchef import DNSChef
|
||||
from core.servers.DNS import DNSChef
|
||||
from core.utils import iptables
|
||||
|
||||
if iptables().dns is False:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue