File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 85
85
arel (6.0.3 )
86
86
arel-helpers (2.3.0 )
87
87
activerecord (>= 3.1.0 , < 6 )
88
- aruba (0.14.1 )
88
+ aruba (0.14.2 )
89
89
childprocess (~> 0.5.6 )
90
90
contracts (~> 0.9 )
91
91
cucumber (>= 1.3.19 )
95
95
bcrypt (3.1.11 )
96
96
bit-struct (0.15.0 )
97
97
builder (3.2.2 )
98
- capybara (2.7 .1 )
98
+ capybara (2.8 .1 )
99
99
addressable
100
100
mime-types (>= 1.16 )
101
101
nokogiri (>= 1.3.3 )
263
263
rspec-mocks (3.5.0 )
264
264
diff-lcs (>= 1.2.0 , < 2.0 )
265
265
rspec-support (~> 3.5.0 )
266
- rspec-rails (3.5.1 )
266
+ rspec-rails (3.5.2 )
267
267
actionpack (>= 3.0 )
268
268
activesupport (>= 3.0 )
269
269
railties (>= 3.0 )
Original file line number Diff line number Diff line change 1
1
# -*- coding: binary -*-
2
+ require 'rex/ui/text/bidirectional_pipe'
2
3
module Msf
3
4
module Ui
4
5
module Web
@@ -83,7 +84,7 @@ def self.create_session_channel(session_id)
83
84
end
84
85
85
86
def self . create_session_pipe ( session )
86
- pipe = Rex ::IO ::BidirectionalPipe . new
87
+ pipe = Rex ::Ui ::BidirectionalPipe . new
87
88
88
89
@session_pipes [ session . id ] = pipe
89
90
Original file line number Diff line number Diff line change 1
1
# -*- coding: binary -*-
2
+ require 'rex/ui/text/bidirectional_pipe'
2
3
module Msf
3
4
module Ui
4
5
module Web
@@ -18,7 +19,7 @@ class WebConsole
18
19
attr_accessor :thread
19
20
20
21
# Wrapper class in case we need to extend the pipe
21
- class WebConsolePipe < Rex ::IO ::BidirectionalPipe
22
+ class WebConsolePipe < Rex ::Ui :: Text ::BidirectionalPipe
22
23
def prompting?
23
24
false
24
25
end
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module Msf
8
8
module Ui
9
9
module Web
10
10
11
- require 'rex/io /bidirectional_pipe'
11
+ require 'rex/ui/text /bidirectional_pipe'
12
12
require 'msf/ui/web/console'
13
13
14
14
Original file line number Diff line number Diff line change 13
13
require 'rex/ui/text/shell'
14
14
require 'rex/ui/text/dispatcher_shell'
15
15
require 'rex/ui/text/irb_shell'
16
+ require 'rex/ui/text/bidirectional_pipe'
16
17
17
18
require 'rex/text/color'
18
19
require 'rex/text/table'
Original file line number Diff line number Diff line change 1
1
# -*- coding: binary -*-
2
2
module Rex
3
- module IO
3
+ module Ui
4
+ module Text
4
5
5
6
require 'rex/ui/text/output'
6
7
require 'rex/ui/text/output/buffer'
@@ -155,3 +156,4 @@ def pgets
155
156
156
157
end
157
158
end
159
+ end
You can’t perform that action at this time.
0 commit comments