Skip to content

Commit 43dbdce

Browse files
Removed process_autoruns from mainframe_shell
Removed process_autoruns until we can write a fully compatible one or fully regression test the existing. Likely the former because of encoding issues
1 parent 430a83b commit 43dbdce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/msf/base/sessions/mainframe_shell.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,10 @@ def execute_file(full_path, args)
8888
raise NotImplementedError
8989
end
9090

91-
def process_autoruns(datastore)
92-
# mf not implemented yet
93-
end
91+
# need to do more testing on this before we either use the default in command_shell
92+
# or write a new one. For now we just make it unavailble. This prevents a hang on
93+
# initial session creation. See PR#6067
94+
undef_method :process_autoruns
9495

9596
def desc
9697
"Mainframe USS session"

0 commit comments

Comments
 (0)