mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-22 14:23:39 -07:00
minor fix
This commit is contained in:
parent
9440cb3e30
commit
94c37f5904
2 changed files with 2 additions and 2 deletions
|
@ -234,7 +234,7 @@ def main():
|
|||
|
||||
# Load Browser Listener
|
||||
from servers.Browser import Browser
|
||||
#threads.append(Thread(target=serve_thread_udp_broadcast, args=('', 138, Browser,)))
|
||||
threads.append(Thread(target=serve_thread_udp_broadcast, args=('', 138, Browser,)))
|
||||
|
||||
if settings.Config.HTTP_On_Off:
|
||||
from servers.HTTP import HTTP
|
||||
|
|
|
@ -20,7 +20,7 @@ import subprocess
|
|||
|
||||
from utils import *
|
||||
|
||||
__version__ = 'Responder 2.3.3.4'
|
||||
__version__ = 'Responder 2.3.3.5'
|
||||
|
||||
class Settings:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue