mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-19 21:03:33 -07:00
First round of cleanup
This commit is contained in:
parent
59e48e80dd
commit
008b492c98
15 changed files with 81 additions and 81 deletions
|
@ -201,7 +201,7 @@ def main():
|
|||
thread.start_new(serve_thread_tcp,('', 3141, HTTP_Proxy))
|
||||
|
||||
if settings.Config.SMB_On_Off:
|
||||
if settings.Config.LM_On_Off == True:
|
||||
if settings.Config.LM_On_Off:
|
||||
from servers.SMB import SMB1LM
|
||||
thread.start_new(serve_thread_tcp,('', 445, SMB1LM))
|
||||
thread.start_new(serve_thread_tcp,('', 139, SMB1LM))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue