Skip to content

Commit cf13498

Browse files
authored
Merge pull request #20395 from sjanusz-r7/bump-rex-socket
Bump rex-socket to 0.1.63
2 parents f16de58 + 99c9e8c commit cf13498

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ GEM
515515
metasm
516516
rex-core
517517
rex-text
518-
rex-socket (0.1.62)
518+
rex-socket (0.1.63)
519519
dnsruby
520520
rex-core
521521
rex-sslscan (0.1.13)

spec/lib/msf/ui/text/dispatcher_shell_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'readline'
33

44
RSpec.describe Rex::Ui::Text::DispatcherShell do
5-
let(:prompt) { '%undmsf6%clr' }
5+
let(:prompt) { '%undmsf%clr' }
66
let(:prompt_char) { '%clr>' }
77
let(:subject) do
88
dummy_class = Class.new

spec/support/acceptance/child_process.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ def initialize
541541
end
542542

543543
def self.prompt
544-
/msf6.*>\s+/
544+
/msf.*>\s+/
545545
end
546546

547547
def reset

0 commit comments

Comments
 (0)