#!/usr/bin/env ruby require 'rex/io/stream_abstraction' require 'rex/post/meterpreter/channel' module Rex module Post module Meterpreter ### # # Stream # ------ # # This class represents a channel that is streaming. This means # that sequential data is flowing in either one or both directions. # ### class Stream < Rex::Post::Meterpreter::Channel include Rex::IO::StreamAbstraction class <