Skip to content

Commit ea0204b

Browse files
updates to remove powershell from core
1 parent f2c745d commit ea0204b

File tree

1 file changed

+0
-3
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+0
-3
lines changed

lib/msf/ui/console/command_dispatcher/core.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,9 +1775,6 @@ def cmd_sessions(*args)
17751775
elsif session.type == 'shell'
17761776
output = session.shell_command(cmd)
17771777
print_line(output) if output
1778-
elsif session.type == 'powershell'
1779-
output = session.shell_command(cmd)
1780-
print_line(output) if output
17811778
end
17821779
ensure
17831780
# Restore timeout for each session

0 commit comments

Comments
 (0)