mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
Hopefully this works, trying to move to the new skape code...
git-svn-id: file:///home/svn/incoming/trunk@2672 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
7112b9d4ab
commit
eab910e374
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/ruby
|
||||
|
||||
require 'Rex/Socket/StreamAbstraction'
|
||||
require 'Rex/IO/StreamAbstraction'
|
||||
require 'Rex/Post/Meterpreter/Channel'
|
||||
|
||||
module Rex
|
||||
@ -18,7 +18,7 @@ module Meterpreter
|
||||
###
|
||||
class Stream < Rex::Post::Meterpreter::Channel
|
||||
|
||||
include Rex::Socket::StreamAbstraction
|
||||
include Rex::IO::StreamAbstraction
|
||||
|
||||
class <<self
|
||||
def cls
|
||||
|
Loading…
Reference in New Issue
Block a user