From df0d1927a20750ce5664cde03506c43ddb191a07 Mon Sep 17 00:00:00 2001 From: xorrior Date: Sat, 27 Jan 2018 18:56:08 -0500 Subject: [PATCH] Change Background to True for both modules --- lib/modules/python/lateral_movement/multi/ssh_command.py | 2 +- lib/modules/python/lateral_movement/multi/ssh_launcher.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/modules/python/lateral_movement/multi/ssh_command.py b/lib/modules/python/lateral_movement/multi/ssh_command.py index 67c82aa..e04747c 100644 --- a/lib/modules/python/lateral_movement/multi/ssh_command.py +++ b/lib/modules/python/lateral_movement/multi/ssh_command.py @@ -14,7 +14,7 @@ class Module: 'Description': 'This module will send a command via ssh.', # True if the module needs to run in the background - 'Background' : False, + 'Background' : True, # File extension to save the file as 'OutputExtension' : "", diff --git a/lib/modules/python/lateral_movement/multi/ssh_launcher.py b/lib/modules/python/lateral_movement/multi/ssh_launcher.py index 63a2b9c..7471f20 100644 --- a/lib/modules/python/lateral_movement/multi/ssh_launcher.py +++ b/lib/modules/python/lateral_movement/multi/ssh_launcher.py @@ -14,7 +14,7 @@ class Module: 'Description': 'This module will send an launcher via ssh.', # True if the module needs to run in the background - 'Background' : False, + 'Background' : True, # File extension to save the file as 'OutputExtension' : "",