File tree Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 82
82
arel (6.0.3 )
83
83
arel-helpers (2.3.0 )
84
84
activerecord (>= 3.1.0 , < 6 )
85
- aruba (0.14.1 )
85
+ aruba (0.14.2 )
86
86
childprocess (~> 0.5.6 )
87
87
contracts (~> 0.9 )
88
88
cucumber (>= 1.3.19 )
92
92
bcrypt (3.1.11 )
93
93
bit-struct (0.15.0 )
94
94
builder (3.2.2 )
95
- capybara (2.7 .1 )
95
+ capybara (2.8 .1 )
96
96
addressable
97
97
mime-types (>= 1.16 )
98
98
nokogiri (>= 1.3.3 )
@@ -222,15 +222,15 @@ GEM
222
222
thor (>= 0.18.1 , < 2.0 )
223
223
rake (11.2.2 )
224
224
rb-readline-r7 (0.5.2.0 )
225
- recog (2.0.21 )
225
+ recog (2.0.22 )
226
226
nokogiri
227
227
redcarpet (3.3.4 )
228
228
rex-arch (0.1.1 )
229
229
rex-text
230
230
rex-java (0.1.2 )
231
231
rex-ole (0.1.2 )
232
232
rex-text
233
- rex-powershell (0.1.1 )
233
+ rex-powershell (0.1.64 )
234
234
rex-random_identifier
235
235
rex-text
236
236
rex-random_identifier (0.1.0 )
250
250
rspec-mocks (3.5.0 )
251
251
diff-lcs (>= 1.2.0 , < 2.0 )
252
252
rspec-support (~> 3.5.0 )
253
- rspec-rails (3.5.1 )
253
+ rspec-rails (3.5.2 )
254
254
actionpack (>= 3.0 )
255
255
activesupport (>= 3.0 )
256
256
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